From f325e7c9b7b3d7a38c48d1c9f2455b372a078baf Mon Sep 17 00:00:00 2001 From: Salakar Date: Mon, 11 Dec 2023 14:35:55 +0000 Subject: [PATCH] chore(release): publish packages - globe_cli@0.0.1 --- CHANGELOG.md | 27 ++++++++++++++++++++ packages/globe_cli/CHANGELOG.md | 4 +++ packages/globe_cli/lib/src/package_info.dart | 2 +- packages/globe_cli/pubspec.yaml | 2 +- 4 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ecc7093f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2023-12-11 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`globe_cli` - `v0.0.1`](#globe_cli---v001) + +Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries): + + - `globe_cli` - `v0.0.1` + +--- + +#### `globe_cli` - `v0.0.1` + diff --git a/packages/globe_cli/CHANGELOG.md b/packages/globe_cli/CHANGELOG.md index c2e58de6..5a45f00d 100644 --- a/packages/globe_cli/CHANGELOG.md +++ b/packages/globe_cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.1 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + # 0.0.1-dev.26 - `globe deploy` now streams build logs diff --git a/packages/globe_cli/lib/src/package_info.dart b/packages/globe_cli/lib/src/package_info.dart index 95ff3599..8919bbc6 100644 --- a/packages/globe_cli/lib/src/package_info.dart +++ b/packages/globe_cli/lib/src/package_info.dart @@ -1,6 +1,6 @@ // GENERATED CODE. DO NOT EDIT BY HAND. const name = 'globe_cli'; -const version = '0.0.1-dev.26'; +const version = '0.0.1'; const description = 'Globe CLI'; const executable = 'globe'; diff --git a/packages/globe_cli/pubspec.yaml b/packages/globe_cli/pubspec.yaml index 995f25a5..1cbeb703 100644 --- a/packages/globe_cli/pubspec.yaml +++ b/packages/globe_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: globe_cli description: Globe CLI -version: 0.0.1-dev.26 +version: 0.0.1 repository: https://github.com/invertase/globe environment: