Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Dec 13, 2024
1 parent 01d2978 commit f392a68
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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-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))
Expand Down
5 changes: 2 additions & 3 deletions packages/globe_cli/lib/src/package_info.dart
Original file line number Diff line number Diff line change
@@ -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';
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
version: 0.0.14-dev.0+1
repository: https://github.com/invertase/globe

environment:
Expand Down

0 comments on commit f392a68

Please sign in to comment.