From 6c4ee5294002c0e464f557b149516017eccf2a07 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Thu, 2 Jan 2020 10:26:17 -0800 Subject: [PATCH] chore(release): v3.20.2 --- CHANGELOG.md | 11 +++++++++++ commands/publish/CHANGELOG.md | 8 ++++++++ commands/publish/package.json | 2 +- commands/version/CHANGELOG.md | 11 +++++++++++ commands/version/package.json | 2 +- core/lerna/CHANGELOG.md | 8 ++++++++ core/lerna/package.json | 2 +- lerna.json | 2 +- 8 files changed, 42 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1ee9d668..b7ed556e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.20.2](https://github.com/lerna/lerna/compare/v3.20.1...v3.20.2) (2020-01-02) + + +### Bug Fixes + +* **version:** Loosen `--atomic` fallback to catch incompatible CLI versions ([6f0e2bb](https://github.com/lerna/lerna/commit/6f0e2bb1b033b0579910cedcf0be84f1474c1580)), closes [#2400](https://github.com/lerna/lerna/issues/2400) + + + + + ## [3.20.1](https://github.com/lerna/lerna/compare/v3.20.0...v3.20.1) (2019-12-29) diff --git a/commands/publish/CHANGELOG.md b/commands/publish/CHANGELOG.md index 13dbe718c0..f14e4aab70 100644 --- a/commands/publish/CHANGELOG.md +++ b/commands/publish/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.20.2](https://github.com/lerna/lerna/compare/v3.20.1...v3.20.2) (2020-01-02) + +**Note:** Version bump only for package @lerna/publish + + + + + ## [3.20.1](https://github.com/lerna/lerna/compare/v3.20.0...v3.20.1) (2019-12-29) **Note:** Version bump only for package @lerna/publish diff --git a/commands/publish/package.json b/commands/publish/package.json index d40e242659..0873fda9d3 100644 --- a/commands/publish/package.json +++ b/commands/publish/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/publish", - "version": "3.20.1", + "version": "3.20.2", "description": "Publish packages in the current project", "keywords": [ "lerna", diff --git a/commands/version/CHANGELOG.md b/commands/version/CHANGELOG.md index 78b74778d1..f3072ef888 100644 --- a/commands/version/CHANGELOG.md +++ b/commands/version/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.20.2](https://github.com/lerna/lerna/compare/v3.20.1...v3.20.2) (2020-01-02) + + +### Bug Fixes + +* **version:** Loosen `--atomic` fallback to catch incompatible CLI versions ([6f0e2bb](https://github.com/lerna/lerna/commit/6f0e2bb1b033b0579910cedcf0be84f1474c1580)), closes [#2400](https://github.com/lerna/lerna/issues/2400) + + + + + ## [3.20.1](https://github.com/lerna/lerna/compare/v3.20.0...v3.20.1) (2019-12-29) diff --git a/commands/version/package.json b/commands/version/package.json index 723e6ee698..45cd55e30b 100644 --- a/commands/version/package.json +++ b/commands/version/package.json @@ -1,6 +1,6 @@ { "name": "@lerna/version", - "version": "3.20.1", + "version": "3.20.2", "description": "Bump version of packages changed since the last release", "keywords": [ "lerna", diff --git a/core/lerna/CHANGELOG.md b/core/lerna/CHANGELOG.md index 52ef717590..179dd62c65 100644 --- a/core/lerna/CHANGELOG.md +++ b/core/lerna/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.20.2](https://github.com/lerna/lerna/compare/v3.20.1...v3.20.2) (2020-01-02) + +**Note:** Version bump only for package lerna + + + + + ## [3.20.1](https://github.com/lerna/lerna/compare/v3.20.0...v3.20.1) (2019-12-29) **Note:** Version bump only for package lerna diff --git a/core/lerna/package.json b/core/lerna/package.json index de54e987d4..2d3a015b16 100644 --- a/core/lerna/package.json +++ b/core/lerna/package.json @@ -1,6 +1,6 @@ { "name": "lerna", - "version": "3.20.1", + "version": "3.20.2", "description": "A tool for managing JavaScript projects with multiple packages.", "keywords": [ "lerna", diff --git a/lerna.json b/lerna.json index 35087d9748..0e43d8114d 100644 --- a/lerna.json +++ b/lerna.json @@ -22,5 +22,5 @@ "**/__tests__/**", "**/*.md" ], - "version": "3.20.1" + "version": "3.20.2" }