Skip to content

Commit

Permalink
chore(release): publish v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Dec 19, 2018
1 parent 6116680 commit 89b53ff
Show file tree
Hide file tree
Showing 54 changed files with 316 additions and 28 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)


### Bug Fixes

* **add:** Snapshot opts passed to pacote.manifest() ([d0f0dbc](https://github.com/lerna/lerna/commit/d0f0dbc))
* **bootstrap:** Use run-lifecycle factory instead of manual filtering ([d32feaa](https://github.com/lerna/lerna/commit/d32feaa))
* **create:** Pass options snapshot to pacote.manifest() ([6116680](https://github.com/lerna/lerna/commit/6116680))
* **npm-conf:** Port kevva/npm-conf/pull/12 ([@zkochan](https://github.com/zkochan)) ([d58b741](https://github.com/lerna/lerna/commit/d58b741))
* **npm-conf:** Update defaults & types to npm v6.5.0+ ([6a8aa83](https://github.com/lerna/lerna/commit/6a8aa83))
* **publish:** Remove unused dependency ([d4ab6c4](https://github.com/lerna/lerna/commit/d4ab6c4))
* **publish:** Short-circuit retries for npm username validation ([ca4dd95](https://github.com/lerna/lerna/commit/ca4dd95))
* **run-lifecycle:** Omit circular options from config ([00eb5bd](https://github.com/lerna/lerna/commit/00eb5bd))


### Features

* Add [@lerna](https://github.com/lerna)/get-packed ([8675c8f](https://github.com/lerna/lerna/commit/8675c8f))
* Add [@lerna](https://github.com/lerna)/pack-directory ([be1aeaf](https://github.com/lerna/lerna/commit/be1aeaf))
* **dist-tag:** Wrap options in figgy-pudding ([2713ab8](https://github.com/lerna/lerna/commit/2713ab8))
* **npm-publish:** Use libnpm/publish instead of subprocess execution ([433275e](https://github.com/lerna/lerna/commit/433275e))
* **package:** Add .refresh() method to update internal state when external changes have occurred ([905ba10](https://github.com/lerna/lerna/commit/905ba10))
* **publish:** Add npm-session, npm-version, and user-agent fields to libnpm/fetch config ([5edb27d](https://github.com/lerna/lerna/commit/5edb27d))
* **publish:** Refresh package manifests after prepare/prepublishOnly lifecycle ([e6b31f8](https://github.com/lerna/lerna/commit/e6b31f8))
* **publish:** Use [@lerna](https://github.com/lerna)/pack-directory instead of subprocess npm pack ([fd7299f](https://github.com/lerna/lerna/commit/fd7299f))
* **publish:** Use libnpm/publish instead of subprocess execution ([58fda8d](https://github.com/lerna/lerna/commit/58fda8d))
* **version:** Refresh package manifests after preversion lifecycle ([7c7bf9a](https://github.com/lerna/lerna/commit/7c7bf9a))





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
11 changes: 11 additions & 0 deletions commands/add/CHANGELOG.md
Expand Up @@ -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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)


### Bug Fixes

* **add:** Snapshot opts passed to pacote.manifest() ([d0f0dbc](https://github.com/lerna/lerna/commit/d0f0dbc))





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
2 changes: 1 addition & 1 deletion commands/add/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/add",
"version": "3.6.0",
"version": "3.7.0",
"description": "Add a dependency to matched packages",
"keywords": [
"lerna",
Expand Down
11 changes: 11 additions & 0 deletions commands/bootstrap/CHANGELOG.md
Expand Up @@ -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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)


### Bug Fixes

* **bootstrap:** Use run-lifecycle factory instead of manual filtering ([d32feaa](https://github.com/lerna/lerna/commit/d32feaa))





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/bootstrap",
"version": "3.6.0",
"version": "3.7.0",
"description": "Link local packages together and install remaining package dependencies",
"keywords": [
"lerna",
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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
2 changes: 1 addition & 1 deletion commands/changed/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/changed",
"version": "3.6.0",
"version": "3.7.0",
"description": "List local packages that have changed since the last tagged release",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/clean/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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

**Note:** Version bump only for package @lerna/clean
Expand Down
2 changes: 1 addition & 1 deletion commands/clean/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/clean",
"version": "3.6.0",
"version": "3.7.0",
"description": "Remove the node_modules directory from all packages",
"keywords": [
"lerna",
Expand Down
11 changes: 11 additions & 0 deletions commands/create/CHANGELOG.md
Expand Up @@ -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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)


### Bug Fixes

* **create:** Pass options snapshot to pacote.manifest() ([6116680](https://github.com/lerna/lerna/commit/6116680))





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/create",
"version": "3.6.0",
"version": "3.7.0",
"description": "Create a new lerna-managed package",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/diff/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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
2 changes: 1 addition & 1 deletion commands/diff/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/diff",
"version": "3.6.0",
"version": "3.7.0",
"description": "Diff all packages or a single package since the last release",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/exec/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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

**Note:** Version bump only for package @lerna/exec
Expand Down
2 changes: 1 addition & 1 deletion commands/exec/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/exec",
"version": "3.6.0",
"version": "3.7.0",
"description": "Run an arbitrary command in each package",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/import/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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

**Note:** Version bump only for package @lerna/import
Expand Down
2 changes: 1 addition & 1 deletion commands/import/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/import",
"version": "3.6.0",
"version": "3.7.0",
"description": "Import a package into the monorepo with commit history",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/init/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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

**Note:** Version bump only for package @lerna/init
Expand Down
2 changes: 1 addition & 1 deletion commands/init/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/init",
"version": "3.6.0",
"version": "3.7.0",
"description": "Create a new Lerna repo or upgrade an existing repo to the current version of Lerna",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/link/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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

**Note:** Version bump only for package @lerna/link
Expand Down
2 changes: 1 addition & 1 deletion commands/link/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/link",
"version": "3.6.0",
"version": "3.7.0",
"description": "Symlink together all packages that are dependencies of each other",
"keywords": [
"lerna",
Expand Down
8 changes: 8 additions & 0 deletions commands/list/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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
2 changes: 1 addition & 1 deletion commands/list/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/list",
"version": "3.6.0",
"version": "3.7.0",
"description": "List local packages",
"keywords": [
"lerna",
Expand Down
21 changes: 21 additions & 0 deletions commands/publish/CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)


### Bug Fixes

* **publish:** Remove unused dependency ([d4ab6c4](https://github.com/lerna/lerna/commit/d4ab6c4))
* **publish:** Short-circuit retries for npm username validation ([ca4dd95](https://github.com/lerna/lerna/commit/ca4dd95))


### Features

* **npm-publish:** Use libnpm/publish instead of subprocess execution ([433275e](https://github.com/lerna/lerna/commit/433275e))
* **publish:** Add npm-session, npm-version, and user-agent fields to libnpm/fetch config ([5edb27d](https://github.com/lerna/lerna/commit/5edb27d))
* **publish:** Refresh package manifests after prepare/prepublishOnly lifecycle ([e6b31f8](https://github.com/lerna/lerna/commit/e6b31f8))
* **publish:** Use [@lerna](https://github.com/lerna)/pack-directory instead of subprocess npm pack ([fd7299f](https://github.com/lerna/lerna/commit/fd7299f))
* **publish:** Use libnpm/publish instead of subprocess execution ([58fda8d](https://github.com/lerna/lerna/commit/58fda8d))





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
4 changes: 2 additions & 2 deletions commands/publish/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/publish",
"version": "3.6.0",
"version": "3.7.0",
"description": "Publish packages in the current project",
"keywords": [
"lerna",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@lerna/npm-dist-tag": "file:../../utils/npm-dist-tag",
"@lerna/npm-publish": "file:../../utils/npm-publish",
"@lerna/output": "file:../../utils/output",
"@lerna/prompt": "file:../../core/prompt",
"@lerna/pack-directory": "file:../../utils/pack-directory",
"@lerna/prompt": "file:../../core/prompt",
"@lerna/run-lifecycle": "file:../../utils/run-lifecycle",
"@lerna/run-parallel-batches": "file:../../utils/run-parallel-batches",
"@lerna/validation-error": "file:../../core/validation-error",
Expand Down
8 changes: 8 additions & 0 deletions commands/run/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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)

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





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)

**Note:** Version bump only for package @lerna/run
Expand Down
2 changes: 1 addition & 1 deletion commands/run/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/run",
"version": "3.6.0",
"version": "3.7.0",
"description": "Run an npm script in each package that contains that script",
"keywords": [
"lerna",
Expand Down
11 changes: 11 additions & 0 deletions commands/version/CHANGELOG.md
Expand Up @@ -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.7.0](https://github.com/lerna/lerna/compare/v3.6.0...v3.7.0) (2018-12-19)


### Features

* **version:** Refresh package manifests after preversion lifecycle ([7c7bf9a](https://github.com/lerna/lerna/commit/7c7bf9a))





# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)


Expand Down
2 changes: 1 addition & 1 deletion commands/version/package.json
@@ -1,6 +1,6 @@
{
"name": "@lerna/version",
"version": "3.6.0",
"version": "3.7.0",
"description": "Bump version of packages changed since the last release",
"keywords": [
"lerna",
Expand Down

0 comments on commit 89b53ff

Please sign in to comment.