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 Nov 6, 2019
1 parent 3e26bdb commit ee99439
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 6 deletions.
12 changes: 12 additions & 0 deletions packages/config-babel/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.1.0 - 2019-11-06

#### 🚀 Updates

- Enable optional chaining, nullish coalescing, and more (#13) ([3e26bdb](https://github.com/airbnb/nimbus/commit/3e26bdb)), closes [#13](https://github.com/airbnb/nimbus/issues/13)

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





### 2.0.2 - 2019-10-30

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "2.1.0",
"description": "Reusable Babel config.",
"keywords": [
"nimbus",
Expand Down
12 changes: 12 additions & 0 deletions packages/config-danger/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.1.0 - 2019-11-06

#### 🚀 Updates

- Enable optional chaining, nullish coalescing, and more (#13) ([3e26bdb](https://github.com/airbnb/nimbus/commit/3e26bdb)), closes [#13](https://github.com/airbnb/nimbus/issues/13)

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





### 2.0.2 - 2019-10-30

#### 📦 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.2",
"version": "2.1.0",
"description": "Reusable Danger.js scripts.",
"keywords": [
"nimbus",
Expand Down
12 changes: 12 additions & 0 deletions packages/config-eslint/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.0 - 2019-11-06

#### 🚀 Updates

- Enable optional chaining, nullish coalescing, and more (#13) ([3e26bdb](https://github.com/airbnb/nimbus/commit/3e26bdb)), closes [#13](https://github.com/airbnb/nimbus/issues/13)

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





## 2.1.0 - 2019-10-30

#### 🚀 Updates
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "2.2.0",
"description": "Reusable ESLint config.",
"keywords": [
"nimbus",
Expand Down
12 changes: 12 additions & 0 deletions packages/config-jest/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.1.0 - 2019-11-06

#### 🚀 Updates

- Enable optional chaining, nullish coalescing, and more (#13) ([3e26bdb](https://github.com/airbnb/nimbus/commit/3e26bdb)), closes [#13](https://github.com/airbnb/nimbus/issues/13)

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





### 2.0.2 - 2019-10-30

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "2.1.0",
"description": "Reusable Jest config.",
"keywords": [
"nimbus",
Expand Down
12 changes: 12 additions & 0 deletions packages/config-typescript/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.1.0 - 2019-11-06

#### 🚀 Updates

- Enable optional chaining, nullish coalescing, and more (#13) ([3e26bdb](https://github.com/airbnb/nimbus/commit/3e26bdb)), closes [#13](https://github.com/airbnb/nimbus/issues/13)

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





### 2.0.1 - 2019-10-30

#### 📦 Dependencies
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.1",
"version": "2.1.0",
"description": "Reusable TypeScript configs.",
"keywords": [
"nimbus",
Expand Down
12 changes: 12 additions & 0 deletions packages/config-webpack/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.1.0 - 2019-11-06

#### 🚀 Updates

- Enable optional chaining, nullish coalescing, and more (#13) ([3e26bdb](https://github.com/airbnb/nimbus/commit/3e26bdb)), closes [#13](https://github.com/airbnb/nimbus/issues/13)

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





### 2.0.2 - 2019-10-30

#### 📦 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "2.1.0",
"description": "Reusable Webpack configs.",
"keywords": [
"nimbus",
Expand Down

0 comments on commit ee99439

Please sign in to comment.