Skip to content

Commit

Permalink
chore: release 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Feb 13, 2023
1 parent 02c534e commit 5eafb62
Show file tree
Hide file tree
Showing 37 changed files with 174 additions and 72 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [6.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

### Bug Fixes

- **create:** normalize quotes and indents in generated test and lib files ([#3529](https://github.com/lerna/lerna/issues/3529)) ([ad39fe2](https://github.com/lerna/lerna/commit/ad39fe2e4ca4e76cb7be6af83e8fbbc60d0935ce))
- **repair:** re-enable repair generators ([#3497](https://github.com/lerna/lerna/issues/3497)) ([510c3e9](https://github.com/lerna/lerna/commit/510c3e993be09f8f070dd07ca3ee7d352d00e491))

### Features

- **publish:** add --include-private option for testing private packages ([#3503](https://github.com/lerna/lerna/issues/3503)) ([fa1f490](https://github.com/lerna/lerna/commit/fa1f4900a658982d87888c1c7c5eef3697c5b31b))
- **publish:** recover from network failure ([#3513](https://github.com/lerna/lerna/issues/3513)) ([f03ee3e](https://github.com/lerna/lerna/commit/f03ee3e2efe052d3b21dcb3b15cdad15f5ded499))
- **run:** allow multiple script targets to be triggered at once ([#3527](https://github.com/lerna/lerna/issues/3527)) ([937b02a](https://github.com/lerna/lerna/commit/937b02aea4b3a62236aa8998eef127753f47c87c))

## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

### 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.4.1"
"version": "6.5.0"
}
34 changes: 17 additions & 17 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.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

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

## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

**Note:** Version bump only for package @lerna/child-process
Expand Down
5 changes: 3 additions & 2 deletions 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.4.1",
"version": "6.5.0",
"description": "Lerna's internal child_process wrapper",
"keywords": [
"lerna",
Expand Down Expand Up @@ -34,5 +34,6 @@
"chalk": "^4.1.0",
"execa": "^5.0.0",
"strong-log-transformer": "^2.1.0"
}
},
"gitHead": "02c534e3796150ac564c57aa5a248c7bdf7835ab"
}
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.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

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

## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

**Note:** Version bump only for package @lerna/add
Expand Down
7 changes: 4 additions & 3 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.4.1",
"version": "6.5.0",
"description": "Add a dependency to matched packages",
"keywords": [
"lerna",
Expand Down Expand Up @@ -30,11 +30,12 @@
"directory": "packages/legacy-structure/commands/add"
},
"dependencies": {
"lerna": "file:../../../lerna"
"lerna": "6.5.0"
},
"exports": {
".": "./dist/index.js",
"./command": "./dist/command.js",
"./lib/*": "./dist/lib/*.js"
}
},
"gitHead": "02c534e3796150ac564c57aa5a248c7bdf7835ab"
}
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.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

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

## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

**Note:** Version bump only for package @lerna/bootstrap
Expand Down
7 changes: 4 additions & 3 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.4.1",
"version": "6.5.0",
"description": "Link local packages together and install remaining package dependencies",
"keywords": [
"lerna",
Expand Down Expand Up @@ -30,11 +30,12 @@
"directory": "packages/legacy-structure/commands/bootstrap"
},
"dependencies": {
"lerna": "file:../../../lerna"
"lerna": "6.5.0"
},
"exports": {
".": "./dist/index.js",
"./command": "./dist/command.js",
"./lib/*": "./dist/lib/*.js"
}
},
"gitHead": "02c534e3796150ac564c57aa5a248c7bdf7835ab"
}
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.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

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

## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

**Note:** Version bump only for package @lerna/changed
Expand Down
7 changes: 4 additions & 3 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.4.1",
"version": "6.5.0",
"description": "List local packages that have changed since the last tagged release",
"keywords": [
"lerna",
Expand Down Expand Up @@ -35,6 +35,7 @@
"./lib/*": "./dist/lib/*.js"
},
"dependencies": {
"lerna": "file:../../../lerna"
}
"lerna": "6.5.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.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

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

## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

**Note:** Version bump only for package @lerna/clean
Expand Down
7 changes: 4 additions & 3 deletions packages/legacy-structure/commands/clean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/clean",
"version": "6.4.1",
"version": "6.5.0",
"description": "Remove the node_modules directory from all packages",
"keywords": [
"lerna",
Expand Down Expand Up @@ -30,11 +30,12 @@
"directory": "packages/legacy-structure/commands/clean"
},
"dependencies": {
"lerna": "file:../../../lerna"
"lerna": "6.5.0"
},
"exports": {
".": "./dist/index.js",
"./command": "./dist/command.js",
"./lib/*": "./dist/lib/*.js"
}
},
"gitHead": "02c534e3796150ac564c57aa5a248c7bdf7835ab"
}
6 changes: 6 additions & 0 deletions packages/legacy-structure/commands/create/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

### Bug Fixes

- **create:** normalize quotes and indents in generated test and lib files ([#3529](https://github.com/lerna/lerna/issues/3529)) ([ad39fe2](https://github.com/lerna/lerna/commit/ad39fe2e4ca4e76cb7be6af83e8fbbc60d0935ce))

## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

**Note:** Version bump only for package @lerna/create
Expand Down
7 changes: 4 additions & 3 deletions packages/legacy-structure/commands/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lerna/create",
"version": "6.4.1",
"version": "6.5.0",
"description": "Create a new lerna-managed package",
"keywords": [
"lerna",
Expand Down Expand Up @@ -30,7 +30,7 @@
"directory": "packages/legacy-structure/commands/create"
},
"dependencies": {
"@lerna/child-process": "file:../../../child-process",
"@lerna/child-process": "6.5.0",
"dedent": "^0.7.0",
"fs-extra": "^9.1.0",
"init-package-json": "^3.0.2",
Expand Down Expand Up @@ -65,5 +65,6 @@
"import": "./dist/lib/lerna-module-data.js",
"require": "./dist/lib/lerna-module-data.js"
}
}
},
"gitHead": "02c534e3796150ac564c57aa5a248c7bdf7835ab"
}
4 changes: 4 additions & 0 deletions packages/legacy-structure/commands/diff/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.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)

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

## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

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

0 comments on commit 5eafb62

Please sign in to comment.