Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 23, 2024
1 parent 58d88e0 commit 1f11838
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 5.0.0-alpha.2 - 2024-02-23

#### 🐞 Fixes

- Fix resources not being published. ([58d88e0](https://github.com/milesj/boost/commit/58d88e0))

**Note:** Version bump only for package @boost/cli





# 5.0.0-alpha.1 - 2024-02-12

#### 💥 Breaking
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/cli",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"type": "module",
"release": "1651512177598",
"description": "An interactive command line program builder, powered by React and Ink.",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@boost/common": "^5.0.0-alpha.1",
"@boost/event": "^5.0.0-alpha.1",
"@boost/internal": "^5.0.0-alpha.1",
"@boost/log": "^5.0.0-alpha.1",
"@boost/log": "^5.0.0-alpha.2",
"@boost/terminal": "^5.0.0-alpha.1",
"@boost/translate": "^5.0.0-alpha.1",
"execa": "^8.0.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/log/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 5.0.0-alpha.2 - 2024-02-23

#### 🐞 Fixes

- Fix resources not being published. ([58d88e0](https://github.com/milesj/boost/commit/58d88e0))

**Note:** Version bump only for package @boost/log





# 5.0.0-alpha.1 - 2024-02-12

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/log",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"type": "module",
"release": "1651512176170",
"description": "Lightweight level based logging system.",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ __metadata:
"@boost/common": "npm:^5.0.0-alpha.1"
"@boost/event": "npm:^5.0.0-alpha.1"
"@boost/internal": "npm:^5.0.0-alpha.1"
"@boost/log": "npm:^5.0.0-alpha.1"
"@boost/log": "npm:^5.0.0-alpha.2"
"@boost/terminal": "npm:^5.0.0-alpha.1"
"@boost/translate": "npm:^5.0.0-alpha.1"
debug: "npm:^4.3.4"
Expand Down Expand Up @@ -1978,7 +1978,7 @@ __metadata:
languageName: node
linkType: hard

"@boost/log@npm:^5.0.0-alpha.1, @boost/log@workspace:packages/log":
"@boost/log@npm:^5.0.0-alpha.2, @boost/log@workspace:packages/log":
version: 0.0.0-use.local
resolution: "@boost/log@workspace:packages/log"
dependencies:
Expand Down

0 comments on commit 1f11838

Please sign in to comment.