Skip to content

Commit 9f4bac8

Browse files
chore(release): Publish packages prerelease 0.8.0-beta.0 (#63)
- [email protected] - [email protected] <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Documentation - Added changelog entries for version 0.8.0-beta.0, noting a breaking fix resolving raw generic type warnings. - Chores - Bumped package versions to 0.8.0-beta.0. - Updated dependency versions to align with the new beta release. - No functional or public API changes included in this update. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent c82ae0f commit 9f4bac8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/cli_tools/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.0-beta.0
2+
3+
- **BREAKING** **FIX**: Resolved raw generic type warnings (#62).
4+
15
## 0.7.1
26

37
- **CHORE**(cli_tools): Bumped `config` dependency.

packages/cli_tools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cli_tools
2-
version: 0.7.1
2+
version: 0.8.0-beta.0
33
description: A collection of tools for building great command-line interfaces.
44
repository: https://github.com/serverpod/cli_tools
55
homepage: https://serverpod.dev
@@ -17,7 +17,7 @@ environment:
1717
dependencies:
1818
args: ^2.7.0
1919
ci: ^0.1.0
20-
config: ^0.7.0
20+
config: ^0.8.0-beta.0
2121
http: '>=0.13.0 <2.0.0'
2222
path: ^1.8.2
2323
pub_api_client: '>=2.4.0 <4.0.0'

packages/config/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.0-beta.0
2+
3+
- **BREAKING** **FIX**: Resolved raw generic type warnings (#62).
4+
15
## 0.7.2
26

37
- **DOCS**(config): Corrected GitHub links in README.

packages/config/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: config
2-
version: 0.7.2
2+
version: 0.8.0-beta.0
33
description: A package for parsing command-line arguments and configuration files.
44
repository: https://github.com/serverpod/cli_tools
55
issue_tracker: https://github.com/serverpod/cli_tools/issues

0 commit comments

Comments
 (0)