Skip to content

Commit

Permalink
Release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Johnson committed Oct 30, 2019
1 parent a9dca32 commit 08d914c
Show file tree
Hide file tree
Showing 18 changed files with 138 additions and 15 deletions.
13 changes: 13 additions & 0 deletions packages/config-babel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.2 - 2019-10-30

#### 📦 Dependencies

- **[Babel]** Update to latest. ([755cf98](https://github.com/airbnb/nimbus/commit/755cf98))
- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))

**Note:** Version bump only for package @airbnb/config-babel





### 2.0.1 - 2019-09-24

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/config-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/config-babel",
"version": "2.0.1",
"version": "2.0.2",
"description": "Reusable Babel config.",
"keywords": [
"nimbus",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@airbnb/nimbus-common": "^2.0.0",
"@airbnb/nimbus-common": "^2.0.1",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
Expand Down
13 changes: 13 additions & 0 deletions packages/config-danger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.2 - 2019-10-30

#### 📦 Dependencies

- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))
- Update root and dev versions. ([5d35b0e](https://github.com/airbnb/nimbus/commit/5d35b0e))

**Note:** Version bump only for package @airbnb/config-danger





### 2.0.1 - 2019-09-24

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/config-danger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/config-danger",
"version": "2.0.1",
"version": "2.0.2",
"description": "Reusable Danger.js scripts.",
"keywords": [
"nimbus",
Expand Down
18 changes: 18 additions & 0 deletions packages/config-eslint/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.

## 2.1.0 - 2019-10-30

#### 🚀 Updates

- Enable new `jest` rules. ([851e7c1](https://github.com/airbnb/nimbus/commit/851e7c1))
- Enable new `react` and `unicorn` rules. ([607904e](https://github.com/airbnb/nimbus/commit/607904e))

#### 📦 Dependencies

- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))
- **[ESLint]** Update plugins to latest. ([86bf6ba](https://github.com/airbnb/nimbus/commit/86bf6ba))

**Note:** Version bump only for package @airbnb/config-eslint





### 2.0.2 - 2019-09-24

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/config-eslint",
"version": "2.0.2",
"version": "2.1.0",
"description": "Reusable ESLint config.",
"keywords": [
"nimbus",
Expand All @@ -18,7 +18,7 @@
"access": "public"
},
"dependencies": {
"@airbnb/nimbus-common": "^2.0.0",
"@airbnb/nimbus-common": "^2.0.1",
"@beemo/core": "^1.0.7",
"@beemo/driver-eslint": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^2.6.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.2 - 2019-10-30

#### 📦 Dependencies

- Update root and dev versions. ([5d35b0e](https://github.com/airbnb/nimbus/commit/5d35b0e))
- **[Babel]** Update to latest. ([755cf98](https://github.com/airbnb/nimbus/commit/755cf98))
- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))

**Note:** Version bump only for package @airbnb/config-jest





### 2.0.1 - 2019-09-24

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/config-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/config-jest",
"version": "2.0.1",
"version": "2.0.2",
"description": "Reusable Jest config.",
"keywords": [
"nimbus",
Expand All @@ -21,7 +21,7 @@
"@types/jest": "^24.0.21"
},
"dependencies": {
"@airbnb/nimbus-common": "^2.0.0",
"@airbnb/nimbus-common": "^2.0.1",
"@babel/core": "^7.6.4",
"@beemo/core": "^1.0.7",
"@beemo/driver-babel": "^1.0.5",
Expand Down
13 changes: 13 additions & 0 deletions packages/config-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.1 - 2019-10-30

#### 📦 Dependencies

- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))
- Update root and dev versions. ([5d35b0e](https://github.com/airbnb/nimbus/commit/5d35b0e))

**Note:** Version bump only for package @airbnb/config-prettier





# 2.0.0 - 2019-09-11

#### 🎉 Release
Expand Down
4 changes: 2 additions & 2 deletions packages/config-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/config-prettier",
"version": "2.0.0",
"version": "2.0.1",
"description": "Reusable Prettier config.",
"keywords": [
"nimbus",
Expand All @@ -21,7 +21,7 @@
"@types/prettier": "^1.18.3"
},
"dependencies": {
"@airbnb/nimbus-common": "^2.0.0",
"@airbnb/nimbus-common": "^2.0.1",
"@beemo/core": "^1.0.7",
"@beemo/driver-prettier": "^1.0.3",
"prettier": "^1.18.2"
Expand Down
13 changes: 13 additions & 0 deletions packages/config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.1 - 2019-10-30

#### 📦 Dependencies

- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))
- **[TypeScript]** Update to latest. ([2e3cd3f](https://github.com/airbnb/nimbus/commit/2e3cd3f))

**Note:** Version bump only for package @airbnb/config-typescript





# 2.0.0 - 2019-09-11

#### 🎉 Release
Expand Down
2 changes: 1 addition & 1 deletion packages/config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/config-typescript",
"version": "2.0.0",
"version": "2.0.1",
"description": "Reusable TypeScript configs.",
"keywords": [
"nimbus",
Expand Down
14 changes: 14 additions & 0 deletions packages/config-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.2 - 2019-10-30

#### 📦 Dependencies

- **[Babel]** Update to latest. ([755cf98](https://github.com/airbnb/nimbus/commit/755cf98))
- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))
- **[Webpack]** Update to latest. ([b57d1ca](https://github.com/airbnb/nimbus/commit/b57d1ca))

**Note:** Version bump only for package @airbnb/config-webpack





### 2.0.1 - 2019-09-24

#### 📦 Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/config-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/config-webpack",
"version": "2.0.1",
"version": "2.0.2",
"description": "Reusable Webpack configs.",
"keywords": [
"nimbus",
Expand All @@ -21,7 +21,7 @@
"nimbus-webpack-server": "./bin/server"
},
"dependencies": {
"@airbnb/nimbus-common": "^2.0.0",
"@airbnb/nimbus-common": "^2.0.1",
"@babel/core": "^7.6.4",
"@beemo/core": "^1.0.7",
"@beemo/driver-webpack": "^1.0.6",
Expand Down
12 changes: 12 additions & 0 deletions packages/nimbus-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.

### 2.0.1 - 2019-10-30

#### 📦 Dependencies

- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))

**Note:** Version bump only for package @airbnb/nimbus-common





# 2.0.0 - 2019-09-11

#### 🎉 Release
Expand Down
2 changes: 1 addition & 1 deletion packages/nimbus-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/nimbus-common",
"version": "2.0.0",
"version": "2.0.1",
"description": "Common Nimbus utilities and constants.",
"keywords": [
"nimbus",
Expand Down
13 changes: 13 additions & 0 deletions packages/nimbus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.4 - 2019-10-30

#### 📦 Dependencies

- **[Beemo]** Update to latest. ([bf6798c](https://github.com/airbnb/nimbus/commit/bf6798c))
- Update root and dev versions. ([5d35b0e](https://github.com/airbnb/nimbus/commit/5d35b0e))

**Note:** Version bump only for package @airbnb/nimbus





### 2.0.3 - 2019-09-25

#### 🐞 Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/nimbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airbnb/nimbus",
"version": "2.0.3",
"version": "2.0.4",
"description": "Centralized CLI for JavaScript and TypeScript dev tools.",
"keywords": [
"nimbus",
Expand Down Expand Up @@ -29,7 +29,7 @@
"node": ">=8.9.0"
},
"dependencies": {
"@airbnb/nimbus-common": "^2.0.0",
"@airbnb/nimbus-common": "^2.0.1",
"@beemo/cli": "^1.0.5",
"@beemo/core": "^1.0.7",
"chalk": "^2.4.2",
Expand Down

0 comments on commit 08d914c

Please sign in to comment.