From b9b8e9ed7705ca75757333c66abaaea01c36749b Mon Sep 17 00:00:00 2001 From: airbnb-bot Date: Thu, 21 May 2020 16:08:47 +0000 Subject: [PATCH] Release [ci skip] - @airbnb/config-jest@3.0.2 - @airbnb/nimbus@3.1.4 --- packages/config-jest/CHANGELOG.md | 12 ++++++++++++ packages/config-jest/package.json | 2 +- packages/nimbus/CHANGELOG.md | 8 ++++++++ packages/nimbus/package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/packages/config-jest/CHANGELOG.md b/packages/config-jest/CHANGELOG.md index 19c4434..ec1709d 100644 --- a/packages/config-jest/CHANGELOG.md +++ b/packages/config-jest/CHANGELOG.md @@ -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. +### 3.0.2 - 2020-05-21 + +#### 📦 Dependencies + +- **[Jest]** Update to 25.5.4. (#36) ([ffcc75b](https://github.com/airbnb/nimbus/commit/ffcc75b)), closes [#36](https://github.com/airbnb/nimbus/issues/36) + +**Note:** Version bump only for package @airbnb/config-jest + + + + + ### 3.0.1 - 2020-03-24 #### 📦 Dependencies diff --git a/packages/config-jest/package.json b/packages/config-jest/package.json index b08bb8b..5719c63 100644 --- a/packages/config-jest/package.json +++ b/packages/config-jest/package.json @@ -1,6 +1,6 @@ { "name": "@airbnb/config-jest", - "version": "3.0.1", + "version": "3.0.2", "description": "Reusable Jest config.", "keywords": [ "nimbus", diff --git a/packages/nimbus/CHANGELOG.md b/packages/nimbus/CHANGELOG.md index 2989ab2..1e22685 100644 --- a/packages/nimbus/CHANGELOG.md +++ b/packages/nimbus/CHANGELOG.md @@ -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. +### 3.1.4 - 2020-05-21 + +**Note:** Version bump only for package @airbnb/nimbus + + + + + ### 3.1.3 - 2020-04-06 **Note:** Version bump only for package @airbnb/nimbus diff --git a/packages/nimbus/package.json b/packages/nimbus/package.json index 6a179b8..de14785 100644 --- a/packages/nimbus/package.json +++ b/packages/nimbus/package.json @@ -1,6 +1,6 @@ { "name": "@airbnb/nimbus", - "version": "3.1.3", + "version": "3.1.4", "description": "Centralized CLI for JavaScript and TypeScript dev tools.", "keywords": [ "nimbus", @@ -44,7 +44,7 @@ "@airbnb/config-babel": "^3.1.0", "@airbnb/config-danger": "^3.0.1", "@airbnb/config-eslint": "^3.1.0", - "@airbnb/config-jest": "^3.0.1", + "@airbnb/config-jest": "^3.0.2", "@airbnb/config-prettier": "^3.1.0", "@airbnb/config-typescript": "^3.0.1", "@airbnb/config-webpack": "^3.3.1"