Skip to content

Commit

Permalink
chore: publish CLI update (#135)
Browse files Browse the repository at this point in the history
* update cli

* update changelog
  • Loading branch information
codekeyz authored Jan 29, 2025
1 parent 09a60a8 commit 832fcc5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/globe_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.14+1

- **FIX**: Major CLI Improvements ([#135])(https://github.com/invertase/globe/pull/134)

## 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))
Expand Down
2 changes: 1 addition & 1 deletion packages/globe_cli/lib/src/package_info.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GENERATED CODE. DO NOT EDIT BY HAND.

const name = 'globe_cli';
const version = '0.0.14-dev.0+1';
const version = '0.0.14+1';
const description =
'The global deployment platform for Dart & Flutter applications.';
const executable = 'globe';
14 changes: 7 additions & 7 deletions packages/globe_cli/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "45cfa8471b89fb6643fe9bf51bd7931a76b8f5ec2d65de4fb176dba8d4f22c77"
sha256: "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab"
url: "https://pub.dev"
source: hosted
version: "73.0.0"
version: "76.0.0"
_macros:
dependency: transitive
description: dart
source: sdk
version: "0.3.2"
version: "0.3.3"
analyzer:
dependency: "direct dev"
description:
name: analyzer
sha256: "4959fec185fe70cce007c57e9ab6983101dbe593d2bf8bbfb4453aaec0cf470a"
sha256: "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e"
url: "https://pub.dev"
source: hosted
version: "6.8.0"
version: "6.11.0"
ansi_regex:
dependency: transitive
description:
Expand Down Expand Up @@ -393,10 +393,10 @@ packages:
dependency: transitive
description:
name: macros
sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536"
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
url: "https://pub.dev"
source: hosted
version: "0.1.2-main.4"
version: "0.1.3-main.0"
mason_logger:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/globe_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: globe_cli
description: The global deployment platform for Dart & Flutter applications.
version: 0.0.14-dev.0+1
version: 0.0.14+1
repository: https://github.com/invertase/globe

environment:
Expand Down

0 comments on commit 832fcc5

Please sign in to comment.