Skip to content

Commit 6b6ff27

Browse files
chore: Bump version to 0.7.0 (#58)
1 parent 80c8c80 commit 6b6ff27

File tree

6 files changed

+23
-26
lines changed

6 files changed

+23
-26
lines changed

packages/cli_tools/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Changelog
22

3-
## 0.7.0-beta.2
3+
## 0.7.0
44
- refactor!: Moved out the `config` library from the `cli_tools` package and into its own package, to be published as `config` on pub.dev.
5-
6-
## 0.7.0-beta.1
7-
- refactor: Reorganized files in new subdir packages/cli_tools
85
- fix!: Removed unused static options list in BetterCommandRunner
96

107
## 0.6.1

packages/cli_tools/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ packages:
7171
path: "../config"
7272
relative: true
7373
source: path
74-
version: "0.7.0-beta.2"
74+
version: "0.7.0"
7575
convert:
7676
dependency: transitive
7777
description:

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.0-beta.2
2+
version: 0.7.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-beta.2
20+
config: ^0.7.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Changelog
22

3-
## 0.7.0-beta.2
3+
## 0.7.0
44
- feat: Moved out the `config` library from the `cli_tools` package and into its own package, to be published as `config` on pub.dev.

packages/config/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,6 @@ The config package is a significant extension to the args package and enables
66
typed options, environment variables and configuration files as input, and
77
better error reporting.
88

9-
## Contributing to the Project
10-
11-
We are happy to accept contributions. To contribute, please do the following:
12-
13-
1. Fork the repository
14-
2. Create a feature branch
15-
3. Commit your changes
16-
4. Push to the branch
17-
5. Create a pull request
18-
6. Discuss and modify the pull request as necessary
19-
7. The pull request will be accepted and merged by the repository owner
20-
21-
Tests are required to accept any pull requests.
22-
23-
See also [CONTRIBUTING](/CONTRIBUTING.md).
24-
259
## Overview
2610

2711
The config library is a significant extension to the Dart args package.
@@ -414,3 +398,19 @@ from the qualified key depending on the capturing groups in the regex.
414398
For more information, see the
415399
[`MultiDomainConfigBroker`](lib/src/config/multi_config_source.dart)
416400
source documentation.
401+
402+
## Contributing to the Project
403+
404+
We are happy to accept contributions. To contribute, please do the following:
405+
406+
1. Fork the repository
407+
2. Create a feature branch
408+
3. Commit your changes
409+
4. Push to the branch
410+
5. Create a pull request
411+
6. Discuss and modify the pull request as necessary
412+
7. The pull request will be accepted and merged by the repository owner
413+
414+
Tests are required to accept any pull requests.
415+
416+
See also [CONTRIBUTING](/CONTRIBUTING.md).

packages/config/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: config
2-
version: 0.7.0-beta.2
2+
version: 0.7.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
6-
documentation: https://github.com/serverpod/cli_tools/packages/config/README.md
6+
documentation: https://github.com/serverpod/cli_tools/blob/main/packages/config/README.md
77

88
topics:
99
- cli

0 commit comments

Comments
 (0)