Skip to content

Commit 132634d

Browse files
committed
chore: update version to 1.0.7-beta.6 and modify CHANGELOG for new generate command fixes
1 parent 280aaba commit 132634d

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6969
- Process result handling in package manager
7070
- Boolean condition checking in CLI runner
7171

72-
## [1.0.6-beta.5] - 2025-03-10
72+
## [1.0.6-beta.2x] - 2025-03-10
7373

7474
### Added
7575

@@ -84,4 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8484
## [1.0.7-beta.5] - 2025-04-15
8585

8686
### Added
87-
- [generate] - Improvedd the generate command to support more options and features, Allow users to generate model or entity classes with JSON serialization support with Freezed, JsonnSerializable, or custom serialization options.
87+
- [generate] - Improvedd the generate command to support more options and features, Allow users to generate model or entity classes with JSON serialization support with Freezed, JsonnSerializable, or custom serialization options.
88+
89+
90+
## [1.0.7-beta.6] - 2025-04-22
91+
- [fixes] - Fixed the issue with the generate command not working correctly for some users.

lib/src/common/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const cliVersion = '1.0.7-beta.5';
1+
const cliVersion = '1.0.7-beta.';
22
const packageName = 'flutter_bunny';

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_bunny
22
description: A CLI tool for creating and managing Flutter applications with best practices
3-
version: 1.0.7-beta.5
3+
version: 1.0.7-beta.6
44
repository: https://github.com/demola234/bunny_cli
55
homepage: https://www.flutterbunny.xyz/
66
issue_tracker: https://github.com/demola234/bunny_cli/issues

0 commit comments

Comments
 (0)