Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - globe_cli@0.0.1+1
 - globe_lints@1.0.1
  • Loading branch information
Salakar committed Dec 11, 2023
1 parent d6216e6 commit e025aaf
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
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+1`](#globe_cli---v0011)
- [`globe_lints` - `v1.0.1`](#globe_lints---v101)

---

#### `globe_cli` - `v0.0.1+1`

- **DOCS**: Add CLI readme ([#5](https://github.com/invertase/globe/issues/5)). ([d6216e67](https://github.com/invertase/globe/commit/d6216e6774bf430b76ab792b28c57352e79c5d04))

#### `globe_lints` - `v1.0.1`

- **REFACTOR**: Prepare for OSS release. ([fb461b91](https://github.com/invertase/globe/commit/fb461b91d66d35a9c46e3a5301c57c68ed8347d0))


## 2023-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.1+1

- **DOCS**: Add CLI readme ([#5](https://github.com/invertase/globe/issues/5)). ([d6216e67](https://github.com/invertase/globe/commit/d6216e6774bf430b76ab792b28c57352e79c5d04))

## 0.0.1

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
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,6 +1,6 @@
// GENERATED CODE. DO NOT EDIT BY HAND.

const name = 'globe_cli';
const version = '0.0.1';
const version = '0.0.1+1';
const description = 'Globe CLI';
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: Globe CLI
version: 0.0.1
version: 0.0.1+1
repository: https://github.com/invertase/globe

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/globe_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- **REFACTOR**: Prepare for OSS release. ([fb461b91](https://github.com/invertase/globe/commit/fb461b91d66d35a9c46e3a5301c57c68ed8347d0))

## 1.0.0

- Initial release.
2 changes: 1 addition & 1 deletion packages/globe_lints/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: globe_lints
description: Lint rules used across Globe projects
version: 1.0.0
version: 1.0.1
repository: https://github.com/invertase/dart_globe

environment:
Expand Down

0 comments on commit e025aaf

Please sign in to comment.