Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 1, 2024
1 parent 7a3700f commit 868b258
Show file tree
Hide file tree
Showing 33 changed files with 297 additions and 97 deletions.
12 changes: 12 additions & 0 deletions packages/args/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
4 changes: 2 additions & 2 deletions packages/args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/args",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"type": "module",
"release": "1651512176134",
"description": "A convention based argument parsing and formatting library, with strict validation checks.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@boost/internal": "^5.0.0-alpha.2",
"@boost/internal": "^5.0.0",
"levenary": "^1.1.1"
},
"packemon": {
Expand Down
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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





# 5.0.0-alpha.3 - 2024-02-27

#### 💥 Breaking
Expand Down
16 changes: 8 additions & 8 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.3",
"version": "5.0.0",
"type": "module",
"release": "1651512177598",
"description": "An interactive command line program builder, powered by React and Ink.",
Expand Down Expand Up @@ -36,13 +36,13 @@
"access": "public"
},
"dependencies": {
"@boost/args": "^5.0.0-alpha.2",
"@boost/common": "^5.0.0-alpha.2",
"@boost/event": "^5.0.0-alpha.2",
"@boost/internal": "^5.0.0-alpha.2",
"@boost/log": "^5.0.0-alpha.3",
"@boost/terminal": "^5.0.0-alpha.2",
"@boost/translate": "^5.0.0-alpha.2",
"@boost/args": "^5.0.0",
"@boost/common": "^5.0.0",
"@boost/event": "^5.0.0",
"@boost/internal": "^5.0.0",
"@boost/log": "^5.0.0",
"@boost/terminal": "^5.0.0",
"@boost/translate": "^5.0.0",
"execa": "^8.0.1",
"levenary": "^1.1.1",
"semver": "^7.6.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/common/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
8 changes: 4 additions & 4 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/common",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"type": "module",
"release": "1651512176767",
"description": "A collection of common utilities, classes, and helpers.",
Expand Down Expand Up @@ -30,8 +30,8 @@
"access": "public"
},
"dependencies": {
"@boost/decorators": "^5.0.0-alpha.2",
"@boost/internal": "^5.0.0-alpha.2",
"@boost/decorators": "^5.0.0",
"@boost/internal": "^5.0.0",
"enhanced-resolve": "^5.15.0",
"fast-glob": "^3.3.2",
"json5": "^2.2.3",
Expand All @@ -40,7 +40,7 @@
"yaml": "^2.3.4"
},
"devDependencies": {
"@boost/test-utils": "^5.0.0-alpha.2"
"@boost/test-utils": "^5.0.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/config/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
14 changes: 7 additions & 7 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/config",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"type": "module",
"release": "1651512176721",
"description": "Powerful convention based finder, loader, and manager of both configuration and ignore files.",
Expand Down Expand Up @@ -30,15 +30,15 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^5.0.0-alpha.2",
"@boost/debug": "^5.0.0-alpha.2",
"@boost/event": "^5.0.0-alpha.2",
"@boost/internal": "^5.0.0-alpha.2",
"@boost/module": "^5.0.0-alpha.2",
"@boost/common": "^5.0.0",
"@boost/debug": "^5.0.0",
"@boost/event": "^5.0.0",
"@boost/internal": "^5.0.0",
"@boost/module": "^5.0.0",
"minimatch": "^9.0.3"
},
"devDependencies": {
"@boost/test-utils": "^5.0.0-alpha.2"
"@boost/test-utils": "^5.0.0"
},
"funding": {
"type": "ko-fi",
Expand Down
12 changes: 12 additions & 0 deletions packages/debug/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
6 changes: 3 additions & 3 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/debug",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"type": "module",
"release": "1651512175897",
"description": "Lightweight debugging and crash reporting.",
Expand Down Expand Up @@ -33,8 +33,8 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^5.0.0-alpha.2",
"@boost/internal": "^5.0.0-alpha.2",
"@boost/common": "^5.0.0",
"@boost/internal": "^5.0.0",
"@types/debug": "^4.1.12",
"debug": "^4.3.4",
"execa": "^8.0.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/decorators/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/decorators",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"type": "module",
"release": "1651512178029",
"description": "Experimental decorators for common patterns.",
Expand Down
12 changes: 12 additions & 0 deletions packages/event/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
4 changes: 2 additions & 2 deletions packages/event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/event",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"type": "module",
"release": "1651512177861",
"description": "An event system with multiple emitter patterns.",
Expand Down Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"dependencies": {
"@boost/internal": "^5.0.0-alpha.2"
"@boost/internal": "^5.0.0"
},
"funding": {
"type": "ko-fi",
Expand Down
12 changes: 12 additions & 0 deletions packages/internal/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/internal",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"type": "module",
"release": "1651512176170",
"description": "Boost internals.",
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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





# 5.0.0-alpha.3 - 2024-02-27

#### 💥 Breaking
Expand Down
8 changes: 4 additions & 4 deletions 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.3",
"version": "5.0.0",
"type": "module",
"release": "1651512176170",
"description": "Lightweight level based logging system.",
Expand Down Expand Up @@ -32,9 +32,9 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^5.0.0-alpha.2",
"@boost/internal": "^5.0.0-alpha.2",
"@boost/translate": "^5.0.0-alpha.2",
"@boost/common": "^5.0.0",
"@boost/internal": "^5.0.0",
"@boost/translate": "^5.0.0",
"chalk": "^5.3.0"
},
"funding": {
Expand Down
12 changes: 12 additions & 0 deletions packages/module/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/module",
"version": "5.0.0-alpha.2",
"version": "5.0.0",
"release": "1651512177871",
"description": "Module resolving and loading utilities with TypeScript support.",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/pipeline/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 - 2024-03-01

#### 💥 Breaking

- Drop Node v16 support. Require v18.12+. ([d6fe159](https://github.com/milesj/boost/commit/d6fe159))

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





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

#### 💥 Breaking
Expand Down
Loading

0 comments on commit 868b258

Please sign in to comment.