Skip to content

Commit

Permalink
chore(misc): publish 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Mar 23, 2023
1 parent 4a03dd5 commit 43afbf8
Show file tree
Hide file tree
Showing 39 changed files with 174 additions and 73 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23)

### Bug Fixes

- correct links to command docs ([#3598](https://github.com/lerna/lerna/issues/3598)) ([b90b684](https://github.com/lerna/lerna/commit/b90b684976e33b18f1a856657dbc9a9546fe2c66))
- **publish:** ensure zero exit code when EWORKINGTREE warning occurs ([#3327](https://github.com/lerna/lerna/issues/3327)) ([9c00a33](https://github.com/lerna/lerna/commit/9c00a33b18046b6f0a5a20d7043a4f0bb309d9c4))
- update `troubleshooting.md` typo ([#3581](https://github.com/lerna/lerna/issues/3581)) ([a174cd7](https://github.com/lerna/lerna/commit/a174cd78165c5e9f05bf160891d927177ed7b948))
- update arborist package to get rid of deprecated warning ([#3559](https://github.com/lerna/lerna/issues/3559)) ([aff38a7](https://github.com/lerna/lerna/commit/aff38a7a0f5e5eea04d1743e78add9b2e052de3a))
- **version:** handle deps property missing due to outdated lockfile ([#3549](https://github.com/lerna/lerna/issues/3549)) ([fdbbab9](https://github.com/lerna/lerna/commit/fdbbab9c2cb96ac9e97018129bbdb5347c0e6171))
- **version:** update yarn lock for versions of yarn >= 2.0.0 ([#3555](https://github.com/lerna/lerna/issues/3555)) ([ce2ceca](https://github.com/lerna/lerna/commit/ce2ceca7defd06fc2c8abf0241cbb2c3dcfaf0f3))

### Features

- add @lerna/legacy-package-management package ([#3602](https://github.com/lerna/lerna/issues/3602)) ([4a03dd5](https://github.com/lerna/lerna/commit/4a03dd5f02c118eb683cf2ed525715b4d8e5221b))
- **version:** add user-defined build metadata to bumped packages ([#2880](https://github.com/lerna/lerna/issues/2880)) ([0b0e2a6](https://github.com/lerna/lerna/commit/0b0e2a62257ad8728835057dc37654626cbd621e))

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
},
"ignoreChanges": ["**/__fixtures__/**", "**/__tests__/**", "**/*.md"],
"useWorkspaces": true,
"version": "6.5.1"
"version": "6.6.0"
}
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/child-process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23)

**Note:** Version bump only for package @lerna/child-process

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

**Note:** Version bump only for package @lerna/child-process
Expand Down
2 changes: 1 addition & 1 deletion packages/child-process/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/child-process",
"version": "6.5.1",
"version": "6.6.0",
"description": "Lerna's internal child_process wrapper",
"keywords": [
"lerna",
Expand Down
10 changes: 10 additions & 0 deletions packages/legacy-package-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23)

### Features

- add @lerna/legacy-package-management package ([#3602](https://github.com/lerna/lerna/issues/3602)) ([4a03dd5](https://github.com/lerna/lerna/commit/4a03dd5f02c118eb683cf2ed525715b4d8e5221b))
2 changes: 1 addition & 1 deletion packages/legacy-package-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/legacy-package-management",
"version": "6.5.1",
"version": "6.6.0",
"description": "Legacy package management concerns provided by lerna. Please migrate to use npm/yarn/pnpm workspaces instead.",
"keywords": [
"lerna",
Expand Down
4 changes: 4 additions & 0 deletions packages/legacy-structure/commands/add/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23)

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

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

**Note:** Version bump only for package @lerna/add
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy-structure/commands/add/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/add",
"version": "6.5.1",
"version": "6.6.0",
"description": "Add a dependency to matched packages",
"keywords": [
"lerna",
Expand Down Expand Up @@ -30,7 +30,7 @@
"directory": "packages/legacy-structure/commands/add"
},
"dependencies": {
"lerna": "6.5.1"
"lerna": "6.6.0"
},
"exports": {
".": "./dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/legacy-structure/commands/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23)

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

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

**Note:** Version bump only for package @lerna/bootstrap
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy-structure/commands/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/bootstrap",
"version": "6.5.1",
"version": "6.6.0",
"description": "Link local packages together and install remaining package dependencies",
"keywords": [
"lerna",
Expand Down Expand Up @@ -30,7 +30,7 @@
"directory": "packages/legacy-structure/commands/bootstrap"
},
"dependencies": {
"lerna": "6.5.1"
"lerna": "6.6.0"
},
"exports": {
".": "./dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/legacy-structure/commands/changed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23)

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

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

**Note:** Version bump only for package @lerna/changed
Expand Down
4 changes: 2 additions & 2 deletions packages/legacy-structure/commands/changed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/changed",
"version": "6.5.1",
"version": "6.6.0",
"description": "List local packages that have changed since the last tagged release",
"keywords": [
"lerna",
Expand Down Expand Up @@ -35,7 +35,7 @@
"./lib/*": "./dist/lib/*.js"
},
"dependencies": {
"lerna": "6.5.1"
"lerna": "6.6.0"
},
"gitHead": "02c534e3796150ac564c57aa5a248c7bdf7835ab"
}
4 changes: 4 additions & 0 deletions packages/legacy-structure/commands/clean/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23)

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

## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

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

0 comments on commit 43afbf8

Please sign in to comment.