Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Dec 11, 2023
1 parent 8c2569a commit f325e7c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

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

- 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
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-dev.26';
const version = '0.0.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-dev.26
version: 0.0.1
repository: https://github.com/invertase/globe

environment:
Expand Down

0 comments on commit f325e7c

Please sign in to comment.