Skip to content

Commit

Permalink
chore(release): v3.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 22, 2019
1 parent 46be9dc commit e7ef2a7
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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.

## [3.18.3](https://github.com/lerna/lerna/compare/v3.18.2...v3.18.3) (2019-10-22)


### Bug Fixes

* **version:** Correct warning message ([384cd15](https://github.com/lerna/lerna/commit/384cd15f7024201da530e8c47d2e6277f2a89f59))
* **version:** Workaround yargs bug with spurious `--` arguments ([46be9dc](https://github.com/lerna/lerna/commit/46be9dc14999e0dbe933d562a0363fba6ff2f115)), closes [#2315](https://github.com/lerna/lerna/issues/2315)





## [3.18.2](https://github.com/lerna/lerna/compare/v3.18.1...v3.18.2) (2019-10-21)


Expand Down
8 changes: 8 additions & 0 deletions commands/changed/CHANGELOG.md
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.

## [3.18.3](https://github.com/lerna/lerna/compare/v3.18.2...v3.18.3) (2019-10-22)

**Note:** Version bump only for package @lerna/changed





## [3.18.2](https://github.com/lerna/lerna/compare/v3.18.1...v3.18.2) (2019-10-21)

**Note:** Version bump only for package @lerna/changed
Expand Down
2 changes: 1 addition & 1 deletion commands/changed/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/changed",
"version": "3.18.2",
"version": "3.18.3",
"description": "List local packages that have changed since the last tagged release",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/publish/CHANGELOG.md
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.

## [3.18.3](https://github.com/lerna/lerna/compare/v3.18.2...v3.18.3) (2019-10-22)

**Note:** Version bump only for package @lerna/publish





## [3.18.2](https://github.com/lerna/lerna/compare/v3.18.1...v3.18.2) (2019-10-21)

**Note:** Version bump only for package @lerna/publish
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/publish",
"version": "3.18.2",
"version": "3.18.3",
"description": "Publish packages in the current project",
"keywords": [
"lerna",
Expand Down
12 changes: 12 additions & 0 deletions commands/version/CHANGELOG.md
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.

## [3.18.3](https://github.com/lerna/lerna/compare/v3.18.2...v3.18.3) (2019-10-22)


### Bug Fixes

* **version:** Correct warning message ([384cd15](https://github.com/lerna/lerna/commit/384cd15f7024201da530e8c47d2e6277f2a89f59))
* **version:** Workaround yargs bug with spurious `--` arguments ([46be9dc](https://github.com/lerna/lerna/commit/46be9dc14999e0dbe933d562a0363fba6ff2f115)), closes [#2315](https://github.com/lerna/lerna/issues/2315)





## [3.18.2](https://github.com/lerna/lerna/compare/v3.18.1...v3.18.2) (2019-10-21)


Expand Down
2 changes: 1 addition & 1 deletion commands/version/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/version",
"version": "3.18.2",
"version": "3.18.3",
"description": "Bump version of packages changed since the last release",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions core/lerna/CHANGELOG.md
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.

## [3.18.3](https://github.com/lerna/lerna/compare/v3.18.2...v3.18.3) (2019-10-22)

**Note:** Version bump only for package lerna





## [3.18.2](https://github.com/lerna/lerna/compare/v3.18.1...v3.18.2) (2019-10-21)

**Note:** Version bump only for package lerna
Expand Down
2 changes: 1 addition & 1 deletion core/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "3.18.2",
"version": "3.18.3",
"description": "A tool for managing JavaScript projects with multiple packages.",
"keywords": [
"lerna",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -22,5 +22,5 @@
"**/__tests__/**",
"**/*.md"
],
"version": "3.18.2"
"version": "3.18.3"
}

0 comments on commit e7ef2a7

Please sign in to comment.