8000 chore(release): v6.1.0 · lerna/lerna@05ad186 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05ad186

Browse files
committed
chore(release): v6.1.0
1 parent 9bb67c1 commit 05ad186

File tree

127 files changed

+391
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+391
-125
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29)
7+
8+
### Bug Fixes
9+
10+
- **run:** detect target configuration in package.json files ([#3432](https://github.com/lerna/lerna/issues/3432)) ([798aae1](https://github.com/lerna/lerna/commit/798aae14656c9fbbde62bd941fe3a11450112f3b))
11+
12+
### Features
13+
14+
- **version:** bump prerelease versions from conventional commits ([#3362](https://github.com/lerna/lerna/issues/3362)) ([2288b3a](https://github.com/lerna/lerna/commit/2288b3aca4753b3943ea845ef8785321e5f77610))
15+
616
## [6.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07)
717

818
### Bug Fixes

commands/add/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29)
7+
8+
**Note:** Version bump only for package @lerna/add
9+
610
## [6.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07)
711

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

commands/add/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/add",
3-
"version": "6.0.3",
3+
"version": "6.1.0",
44
"description": "Add a dependency to matched packages",
55
"keywords": [
66
"lerna",

commands/bootstrap/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29)
7+
8+
**Note:** Version bump only for package @lerna/bootstrap
9+
610
## [6.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07)
711

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

commands/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/bootstrap",
3-
"version": "6.0.3",
3+
"version": "6.1.0",
44
"description": "Link local packages together and install remaining package dependencies",
55
"keywords": [
66
"lerna",

commands/changed/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29)
7+
8+
**Note:** Version bump only for package @lerna/changed
9+
610
## [6.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07)
711

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

commands/changed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line ch BD94 ange
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/changed",
3-
"version": "6.0.3",
3+
"version": "6.1.0",
44
"description": "List local packages that have changed since the last tagged release",
55
"keywords": [
66
"lerna",

commands/clean/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29)
7+
8+
**Note:** Version bump only for package @lerna/clean
9+
610
## [6.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07)
711

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

commands/clean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lerna/clean",
3-
"version": "6.0.3",
3+
"version": "6.1.0",
44
"description": "Remove the node_modules directory from all packages",
55
"keywords": [
66
"lerna",

commands/create/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.1.0](https://github.com/lerna/lerna/compare/v6.0.3...v6.1.0) (2022-11-29)
7+
8+
**Note:** Version bump only for package @lerna/create
9+
610
## [6.0.3](https://github.com/lerna/lerna/compare/v6.0.2...v6.0.3) (2022-11-07)
711

812
**Note:** Version bump only for package @lerna/create

0 commit comments

Comments
 (0)
0