Skip to content

Commit

Permalink
chore(release): publish v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Aug 28, 2018
1 parent 8efb549 commit 02a2380
Show file tree
Hide file tree
Showing 20 changed files with 149 additions and 10 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)


### Bug Fixes

* **add:** Order short flags first in help output, clarify description ([8efb549](https://github.com/lerna/lerna/commit/8efb549))
* **publish:** Call synthetic prepublishOnly lifecycle before packing ([dda9812](https://github.com/lerna/lerna/commit/dda9812)), closes [#1169](https://github.com/lerna/lerna/issues/1169)
* **version:** Make changes to packages in batched topological order ([d799fbf](https://github.com/lerna/lerna/commit/d799fbf))
* **version:** Skip working tree validation when `--no-git-tag-version` passed ([bd948cc](https://github.com/lerna/lerna/commit/bd948cc)), closes [#1613](https://github.com/lerna/lerna/issues/1613)


### Features

* **add:** Add examples to `--help` output ([#1612](https://github.com/lerna/lerna/issues/1612)) ([2ab62c1](https://github.com/lerna/lerna/commit/2ab62c1)), closes [#1608](https://github.com/lerna/lerna/issues/1608)
* **cli:** Configure commands in root package, all other bits in cli package ([7200fd0](https://github.com/lerna/lerna/commit/7200fd0)), closes [#1584](https://github.com/lerna/lerna/issues/1584)
* **npm-publish:** Resolve target package to aid chaining ([928a707](https://github.com/lerna/lerna/commit/928a707))
* **npm-publish:** Store entire tarball metadata object on Package instances ([063d743](https://github.com/lerna/lerna/commit/063d743))
* **publish:** Support prepack/postpack lifecycle in root manifest ([9df88a4](https://github.com/lerna/lerna/commit/9df88a4))
* **run-lifecycle:** Resolve target package to aid chaining ([8e0aa96](https://github.com/lerna/lerna/commit/8e0aa96))





<a name="3.1.4"></a>
## [3.1.4](https://github.com/lerna/lerna/compare/v3.1.3...v3.1.4) (2018-08-21)

Expand Down
17 changes: 17 additions & 0 deletions commands/add/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)


### Bug Fixes

* **add:** Order short flags first in help output, clarify description ([8efb549](https://github.com/lerna/lerna/commit/8efb549))


### Features

* **add:** Add examples to `--help` output ([#1612](https://github.com/lerna/lerna/issues/1612)) ([2ab62c1](https://github.com/lerna/lerna/commit/2ab62c1)), closes [#1608](https://github.com/lerna/lerna/issues/1608)





<a name="3.1.4"></a>
## [3.1.4](https://github.com/lerna/lerna/compare/v3.1.3...v3.1.4) (2018-08-21)

Expand Down
2 changes: 1 addition & 1 deletion commands/add/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/add",
"version": "3.1.4",
"version": "3.2.0",
"description": "Add a dependency to matched packages",
"keywords": [
"lerna",
Expand Down
9 changes: 9 additions & 0 deletions commands/bootstrap/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)

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





<a name="3.1.4"></a>
## [3.1.4](https://github.com/lerna/lerna/compare/v3.1.3...v3.1.4) (2018-08-21)

Expand Down
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/bootstrap",
"version": "3.1.4",
"version": "3.2.0",
"description": "Link local packages together and install remaining package dependencies",
"keywords": [
"lerna",
Expand Down
9 changes: 9 additions & 0 deletions commands/changed/CHANGELOG.md
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)

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





<a name="3.1.3"></a>
## [3.1.3](https://github.com/lerna/lerna/compare/v3.1.2...v3.1.3) (2018-08-21)

Expand Down
2 changes: 1 addition & 1 deletion commands/changed/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/changed",
"version": "3.1.3",
"version": "3.2.0",
"description": "List local packages that have changed since the last tagged release",
"keywords": [
"lerna",
Expand Down
17 changes: 17 additions & 0 deletions commands/publish/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)


### Bug Fixes

* **publish:** Call synthetic prepublishOnly lifecycle before packing ([dda9812](https://github.com/lerna/lerna/commit/dda9812)), closes [#1169](https://github.com/lerna/lerna/issues/1169)


### Features

* **publish:** Support prepack/postpack lifecycle in root manifest ([9df88a4](https://github.com/lerna/lerna/commit/9df88a4))





<a name="3.1.3"></a>
## [3.1.3](https://github.com/lerna/lerna/compare/v3.1.2...v3.1.3) (2018-08-21)

Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/publish",
"version": "3.1.3",
"version": "3.2.0",
"description": "Publish packages in the current project",
"keywords": [
"lerna",
Expand Down
13 changes: 13 additions & 0 deletions commands/version/CHANGELOG.md
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.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)


### Bug Fixes

* **version:** Make changes to packages in batched topological order ([d799fbf](https://github.com/lerna/lerna/commit/d799fbf))
* **version:** Skip working tree validation when `--no-git-tag-version` passed ([bd948cc](https://github.com/lerna/lerna/commit/bd948cc)), closes [#1613](https://github.com/lerna/lerna/issues/1613)





<a name="3.1.3"></a>
## [3.1.3](https://github.com/lerna/lerna/compare/v3.1.2...v3.1.3) (2018-08-21)

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

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)


### Features

* **cli:** Configure commands in root package, all other bits in cli package ([7200fd0](https://github.com/lerna/lerna/commit/7200fd0)), closes [#1584](https://github.com/lerna/lerna/issues/1584)





<a name="3.1.4"></a>
## [3.1.4](https://github.com/lerna/lerna/compare/v3.1.3...v3.1.4) (2018-08-21)

Expand Down
2 changes: 1 addition & 1 deletion core/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/cli",
"version": "3.1.4",
"version": "3.2.0",
"description": "Lerna's CLI",
"keywords": [
"lerna",
Expand Down
12 changes: 12 additions & 0 deletions core/lerna/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.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)


### Features

* **cli:** Configure commands in root package, all other bits in cli package ([7200fd0](https://github.com/lerna/lerna/commit/7200fd0)), closes [#1584](https://github.com/lerna/lerna/issues/1584)





<a name="3.1.4"></a>
## [3.1.4](https://github.com/lerna/lerna/compare/v3.1.3...v3.1.4) (2018-08-21)

Expand Down
2 changes: 1 addition & 1 deletion core/lerna/package.json
@@ -1,6 +1,6 @@
{
"name": "lerna",
"version": "3.1.4",
"version": "3.2.0",
"description": "A tool for managing JavaScript projects with multiple packages.",
"keywords": [
"lerna",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -21,5 +21,5 @@
"**/__tests__/**",
"**/*.md"
],
"version": "3.1.4"
"version": "3.2.0"
}
13 changes: 13 additions & 0 deletions utils/npm-publish/CHANGELOG.md
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.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)


### Features

* **npm-publish:** Resolve target package to aid chaining ([928a707](https://github.com/lerna/lerna/commit/928a707))
* **npm-publish:** Store entire tarball metadata object on Package instances ([063d743](https://github.com/lerna/lerna/commit/063d743))





<a name="3.0.6"></a>
## [3.0.6](https://github.com/lerna/lerna/compare/v3.0.5...v3.0.6) (2018-08-16)

Expand Down
2 changes: 1 addition & 1 deletion utils/npm-publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/npm-publish",
"version": "3.0.6",
"version": "3.2.0",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
Expand Down
12 changes: 12 additions & 0 deletions utils/run-lifecycle/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.

<a name="3.2.0"></a>
# [3.2.0](https://github.com/lerna/lerna/compare/v3.1.4...v3.2.0) (2018-08-28)


### Features

* **run-lifecycle:** Resolve target package to aid chaining ([8e0aa96](https://github.com/lerna/lerna/commit/8e0aa96))





<a name="3.0.0"></a>
# [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)

Expand Down
2 changes: 1 addition & 1 deletion utils/run-lifecycle/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/run-lifecycle",
"version": "3.0.0",
"version": "3.2.0",
"description": "An internal Lerna tool",
"keywords": [
"lerna",
Expand Down

0 comments on commit 02a2380

Please sign in to comment.