From f392a68ebb244c8a06b9cbf0e7e18a03b514a516 Mon Sep 17 00:00:00 2001 From: Chima Precious Date: Fri, 13 Dec 2024 15:44:08 +0000 Subject: [PATCH] chore(release): publish packages - globe_cli@0.0.14-dev.0+1 --- CHANGELOG.md | 21 ++++++++++++++++++++ packages/globe_cli/CHANGELOG.md | 4 ++++ packages/globe_cli/lib/src/package_info.dart | 5 ++--- packages/globe_cli/pubspec.yaml | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 707794c..a3c5464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-12-13 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`globe_cli` - `v0.0.14-dev.0+1`](#globe_cli---v0014-dev01) + +--- + +#### `globe_cli` - `v0.0.14-dev.0+1` + + - **FIX**: Resolve main entry path relative to project directory ([#123](https://github.com/invertase/globe/issues/123)). ([01d29783](https://github.com/invertase/globe/commit/01d29783f35dac33ac53235eb4adcd3d8b46ab99)) + + ## 2024-12-11 ### Changes diff --git a/packages/globe_cli/CHANGELOG.md b/packages/globe_cli/CHANGELOG.md index 720c2ac..88e2566 100644 --- a/packages/globe_cli/CHANGELOG.md +++ b/packages/globe_cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.14-dev.0+1 + + - **FIX**: Resolve main entry path relative to project directory ([#123](https://github.com/invertase/globe/issues/123)). ([01d29783](https://github.com/invertase/globe/commit/01d29783f35dac33ac53235eb4adcd3d8b46ab99)) + ## 0.0.14 - **FIX**: Use actual package name ([#121](https://github.com/invertase/globe/issues/121)). ([5f2b5a2a](https://github.com/invertase/globe/commit/5f2b5a2ad1ba03798a27bd271001749627b6499c)) diff --git a/packages/globe_cli/lib/src/package_info.dart b/packages/globe_cli/lib/src/package_info.dart index 856c844..b287e1e 100644 --- a/packages/globe_cli/lib/src/package_info.dart +++ b/packages/globe_cli/lib/src/package_info.dart @@ -1,7 +1,6 @@ // GENERATED CODE. DO NOT EDIT BY HAND. const name = 'globe_cli'; -const version = '0.0.14'; -const description = - 'The global deployment platform for Dart & Flutter applications.'; +const version = '0.0.14-dev.0+1'; +const description = 'The global deployment platform for Dart & Flutter applications.'; const executable = 'globe'; diff --git a/packages/globe_cli/pubspec.yaml b/packages/globe_cli/pubspec.yaml index 3ec6cc8..2233f70 100644 --- a/packages/globe_cli/pubspec.yaml +++ b/packages/globe_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: globe_cli description: The global deployment platform for Dart & Flutter applications. -version: 0.0.14 +version: 0.0.14-dev.0+1 repository: https://github.com/invertase/globe environment: