Skip to content

Commit

Permalink
Release [ci skip]
Browse files Browse the repository at this point in the history
 - @boost/args@1.1.1
 - @boost/common@1.8.0
 - @boost/core@1.18.0
 - @boost/debug@1.4.1
 - @boost/log@1.1.9
 - @boost/pipeline@1.3.4
 - @boost/translate@1.3.4
  • Loading branch information
milesj committed Jan 25, 2020
1 parent bdec427 commit 06877f4
Show file tree
Hide file tree
Showing 14 changed files with 101 additions and 17 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.

### 1.1.1 - 2020-01-25

#### ⚙️ Types

- **[Arg]** Add null support to `validate`. ([35e24e4](https://github.com/milesj/boost/commit/35e24e4))

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





## 1.1.0 - 2019-12-27

#### 🚀 Updates
Expand Down
2 changes: 1 addition & 1 deletion packages/args/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/args",
"version": "1.1.0",
"version": "1.1.1",
"description": "A type-safe and convention based argument parsing library, with strict validation checks.",
"keywords": [
"boost",
Expand Down
18 changes: 18 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.8.0 - 2020-01-25

#### 🚀 Updates

- Add `createBlueprint()` helper function. ([7047424](https://github.com/milesj/boost/commit/7047424))
- Export optimal predicates from the index. ([cac3fc7](https://github.com/milesj/boost/commit/cac3fc7))

#### 📦 Dependencies

- **[optimal]** Update to v3.4. ([2ef70ff](https://github.com/milesj/boost/commit/2ef70ff))
- **[optimal]** Update to v4. ([d52cc7c](https://github.com/milesj/boost/commit/d52cc7c))

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





## 1.7.0 - 2019-12-27

#### 🚀 Updates
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": "1.7.0",
"version": "1.8.0",
"description": "Common utilities for Boost applications.",
"keywords": [
"boost",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.18.0 - 2020-01-25

#### 🚀 Updates

- Add `createBlueprint()` helper function. ([7047424](https://github.com/milesj/boost/commit/7047424))

#### 📦 Dependencies

- **[optimal]** Update to v3.4. ([2ef70ff](https://github.com/milesj/boost/commit/2ef70ff))
- **[optimal]** Update to v4. ([d52cc7c](https://github.com/milesj/boost/commit/d52cc7c))
- Update minor and patch versions. ([bdec427](https://github.com/milesj/boost/commit/bdec427))

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





## 1.17.0 - 2019-12-27

#### 🚀 Updates
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/core",
"version": "1.17.0",
"version": "1.18.0",
"description": "Robust pipeline for creating dev tools that separate logic into routines and tasks.",
"keywords": [
"boost",
Expand All @@ -22,13 +22,13 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^1.7.0",
"@boost/debug": "^1.4.0",
"@boost/common": "^1.8.0",
"@boost/debug": "^1.4.1",
"@boost/event": "^1.2.0",
"@boost/internal": "^1.0.2",
"@boost/log": "^1.1.8",
"@boost/log": "^1.1.9",
"@boost/terminal": "^1.0.0",
"@boost/translate": "^1.3.3",
"@boost/translate": "^1.3.4",
"@types/debug": "^4.1.5",
"@types/yargs": "^15.0.1",
"@types/yargs-parser": "^15.0.0",
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.

### 1.4.1 - 2020-01-25

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





## 1.4.0 - 2019-12-27

#### 🚀 Updates
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": "1.4.0",
"version": "1.4.1",
"description": "Lightweight debugging and crash reporting.",
"keywords": [
"boost",
Expand All @@ -22,7 +22,7 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^1.7.0",
"@boost/common": "^1.8.0",
"@boost/internal": "^1.0.2",
"@types/debug": "^4.1.5",
"debug": "^4.1.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.

### 1.1.9 - 2020-01-25

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





### 1.1.8 - 2019-12-27

#### 🐞 Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boost/log",
"version": "1.1.8",
"version": "1.1.9",
"description": "Lightweight level based logging system.",
"keywords": [
"boost",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@boost/internal": "^1.0.2",
"@boost/translate": "^1.3.3",
"@boost/translate": "^1.3.4",
"chalk": "^3.0.0"
},
"funding": {
Expand Down
8 changes: 8 additions & 0 deletions packages/pipeline/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.

### 1.3.4 - 2020-01-25

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





### 1.3.3 - 2019-12-27

**Note:** Version bump only for package @boost/pipeline
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": "1.3.3",
"version": "1.3.4",
"description": "Pipe an input through a series of type-safe routines and tasks to produce an output, or simply, run logic in a series of stages.",
"keywords": [
"boost",
Expand All @@ -23,11 +23,11 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^1.7.0",
"@boost/debug": "^1.4.0",
"@boost/common": "^1.8.0",
"@boost/debug": "^1.4.1",
"@boost/event": "^1.2.0",
"@boost/internal": "^1.0.2",
"@boost/translate": "^1.3.3",
"@boost/translate": "^1.3.4",
"execa": "^3.4.0",
"lodash": "^4.17.15",
"split": "^1.0.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/translate/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.

### 1.3.4 - 2020-01-25

#### 📦 Dependencies

- Update minor and patch versions. ([bdec427](https://github.com/milesj/boost/commit/bdec427))

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





### 1.3.3 - 2019-12-27

#### 🐞 Fixes
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": "1.3.3",
"version": "1.3.4",
"description": "Package and application level translations made easy.",
"keywords": [
"boost",
Expand All @@ -21,7 +21,7 @@
"access": "public"
},
"dependencies": {
"@boost/common": "^1.7.0",
"@boost/common": "^1.8.0",
"@boost/internal": "^1.0.2",
"i18next": "^19.0.3",
"os-locale": "^4.0.0"
Expand Down

0 comments on commit 06877f4

Please sign in to comment.