Skip to content

Commit 73c6b7a

Browse files
chore(release): Publish packages (#86)
- [email protected] - [email protected]
1 parent 9f3697c commit 73c6b7a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

packages/cli_tools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.9.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **REFACTOR**(cli_tools): Deprecated CommandDocumentationGenerator (#81).
6+
- **FEAT**(cli_tools): Enable override of analytics API URL (#85).
7+
- **BREAKING** **REFACTOR**(cli_tools): Renamed 'target' option to 'tool' (#83).
8+
19
## 0.8.2
210

311
- **FIX**: Enclose option help in quotes (#77).

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.8.2
2+
version: 0.9.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.8.2
20+
config: ^0.8.3
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.8.3
2+
3+
- **FIX**(config): Improved doc comments & value formatting of options (#82).
4+
- **FIX**(config): Validation Logic for Configuration File Extension (#76).
5+
16
## 0.8.2
27

38
- **FEAT**: Support for Option Group Name (#71).

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.8.2
2+
version: 0.8.3
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)