Skip to content

Commit

Permalink
Release [ci skip]
Browse files Browse the repository at this point in the history
 - @boost/cli@2.10.0
 - @boost/common@2.6.0
 - @boost/config@2.3.2
 - @boost/debug@2.2.2
 - @boost/log@2.2.2
 - @boost/pipeline@2.2.2
 - @boost/plugin@2.2.2
 - @boost/translate@2.2.2
  • Loading branch information
milesj committed Feb 12, 2021
1 parent c9bca9a commit aa54fa0
Show file tree
Hide file tree
Showing 16 changed files with 110 additions and 22 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.

## 2.10.0 - 2021-02-12

#### 🚀 Updates

- Add boostrap argument to Program#run() and runAndExit(). ([c9bca9a](https://github.com/milesj/boost/commit/c9bca9a))

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





### 2.9.1 - 2021-02-08

#### 🛠 Internals
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/cli",
"version": "2.9.1",
"version": "2.10.0",
"release": "1594765247526",
"description": "An interactive command line program builder, powered by React and Ink.",
"keywords": [
Expand Down Expand Up @@ -32,12 +32,12 @@
},
"dependencies": {
"@boost/args": "^2.3.1",
"@boost/common": "^2.5.1",
"@boost/common": "^2.6.0",
"@boost/event": "^2.3.1",
"@boost/internal": "^2.2.1",
"@boost/log": "^2.2.1",
"@boost/log": "^2.2.2",
"@boost/terminal": "^2.2.0",
"@boost/translate": "^2.2.1",
"@boost/translate": "^2.2.2",
"execa": "^5.0.0",
"levenary": "^1.1.1",
"semver": "^7.3.4"
Expand Down
16 changes: 16 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.6.0 - 2021-02-12

#### 🚀 Updates

- Add isPlainObject helper. ([eec761c](https://github.com/milesj/boost/commit/eec761c))

#### 📦 Dependencies

- **[optimal]** Update to v4.2.1. ([b77bade](https://github.com/milesj/boost/commit/b77bade))

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





### 2.5.1 - 2021-02-08

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/common",
"version": "2.5.1",
"version": "2.6.0",
"release": "1594765247526",
"description": "A collection of common utilities, classes, and helpers.",
"keywords": [
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.

### 2.3.2 - 2021-02-12

#### 🐞 Fixes

- Improve debug messages. ([2270fb2](https://github.com/milesj/boost/commit/2270fb2))

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





### 2.3.1 - 2021-02-08

#### 🛠 Internals
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/config",
"version": "2.3.1",
"version": "2.3.2",
"release": "1594765247526",
"description": "Powerful convention based finder, loader, and manager of both configuration and ignore files.",
"keywords": [
Expand All @@ -26,8 +26,8 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^2.5.1",
"@boost/debug": "^2.2.1",
"@boost/common": "^2.6.0",
"@boost/debug": "^2.2.2",
"@boost/event": "^2.3.1",
"@boost/internal": "^2.2.1",
"minimatch": "^3.0.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.2.2 - 2021-02-12

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





### 2.2.1 - 2021-02-08

#### 🛠 Internals
Expand Down
4 changes: 2 additions & 2 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/debug",
"version": "2.2.1",
"version": "2.2.2",
"release": "1594765247526",
"description": "Lightweight debugging and crash reporting.",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^2.5.1",
"@boost/common": "^2.6.0",
"@boost/internal": "^2.2.1",
"@types/debug": "^4.1.5",
"debug": "^4.3.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/log/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.2.2 - 2021-02-12

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





### 2.2.1 - 2021-02-08

#### 🛠 Internals
Expand Down
6 changes: 3 additions & 3 deletions packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/log",
"version": "2.2.1",
"version": "2.2.2",
"release": "1594765247526",
"description": "Lightweight level based logging system.",
"keywords": [
Expand All @@ -27,9 +27,9 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^2.5.1",
"@boost/common": "^2.6.0",
"@boost/internal": "^2.2.1",
"@boost/translate": "^2.2.1",
"@boost/translate": "^2.2.2",
"chalk": "^4.1.0"
},
"funding": {
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.

### 2.2.2 - 2021-02-12

#### 🐞 Fixes

- Update to check for plain objects. ([7858ac4](https://github.com/milesj/boost/commit/7858ac4))

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





### 2.2.1 - 2021-02-08

#### 🛠 Internals
Expand Down
8 changes: 4 additions & 4 deletions packages/pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/pipeline",
"version": "2.2.1",
"version": "2.2.2",
"release": "1594765247526",
"description": "Pipe an input through a series of routines and tasks to produce an output, or simply, run logic in a series of stages.",
"keywords": [
Expand Down Expand Up @@ -30,11 +30,11 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^2.5.1",
"@boost/debug": "^2.2.1",
"@boost/common": "^2.6.0",
"@boost/debug": "^2.2.2",
"@boost/event": "^2.3.1",
"@boost/internal": "^2.2.1",
"@boost/translate": "^2.2.1",
"@boost/translate": "^2.2.2",
"execa": "^5.0.0",
"lodash": "^4.17.20",
"split": "^1.0.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/plugin/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.

### 2.2.2 - 2021-02-12

#### 🐞 Fixes

- Improve debug messages. ([2270fb2](https://github.com/milesj/boost/commit/2270fb2))

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





### 2.2.1 - 2021-02-08

#### 🛠 Internals
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/plugin",
"version": "2.2.1",
"version": "2.2.2",
"release": "1594765247526",
"description": "Plugin based architecture that supports module loading, custom types, registries, scopes, and more.",
"keywords": [
Expand All @@ -27,8 +27,8 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^2.5.1",
"@boost/debug": "^2.2.1",
"@boost/common": "^2.6.0",
"@boost/debug": "^2.2.2",
"@boost/event": "^2.3.1",
"@boost/internal": "^2.2.1",
"lodash": "^4.17.20",
Expand Down
8 changes: 8 additions & 0 deletions packages/translate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.2.2 - 2021-02-12

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





### 2.2.1 - 2021-02-08

#### 🛠 Internals
Expand Down
4 changes: 2 additions & 2 deletions packages/translate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/translate",
"version": "2.2.1",
"version": "2.2.2",
"release": "1594765247526",
"description": "Package and application level translations made easy.",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^2.5.1",
"@boost/common": "^2.6.0",
"@boost/internal": "^2.2.1",
"i18next": "^19.8.4",
"os-locale": "^5.0.0"
Expand Down

0 comments on commit aa54fa0

Please sign in to comment.