From 8bba3d352119130ae7c6c1206d4530aaa2f43f41 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Tue, 17 Jun 2025 14:37:47 +0530 Subject: [PATCH] chore: bump version to v2.15.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998ea38..76f152d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.15.0] - 2025-06-17 + +### Added +- Enhanced OrganizationConfiguration component with improved layout and metadata options +- New GitHubMirrorSettings component with better organization and flexibility + +### Improved +- Enhanced configuration interface layout and spacing across multiple components +- Streamlined OrganizationStrategy component with cleaner imports and better organization +- Improved responsive layout for larger screens in configuration forms +- Better icon usage and clarity in configuration components +- Enhanced tooltip descriptions and component organization + +### Fixed +- Fixed mirror to single organization functionality +- Resolved organization strategy layout issues +- Cleaned up unused imports across multiple components + +### Refactored +- Simplified component structures by removing unused imports and dependencies +- Enhanced layout flexibility in GitHubConfigForm and GiteaConfigForm components +- Improved component organization and code clarity + ## [2.14.0] - 2025-06-17 ### Added diff --git a/package.json b/package.json index 41691b9..e0e7fde 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.14.0", + "version": "2.15.0", "engines": { "bun": ">=1.2.9" },