Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0e47379

Browse files
committed
chore(release): v5.1.7
1 parentead461e commit0e47379

File tree

126 files changed

+578
-64
lines changed

Some content is hidden

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

126 files changed

+578
-64
lines changed

‎CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
##[5.1.7](https://github.com/lerna/lerna/compare/v5.1.6...v5.1.7) (2022-07-06)
7+
8+
9+
###Bug Fixes
10+
11+
***run:** add double quotes around script target containing colon ([#3218](https://github.com/lerna/lerna/issues/3218)) ([ead461e](https://github.com/lerna/lerna/commit/ead461eba284d8d2efb0da3f18ce87fb5ae42bd2))
12+
13+
14+
15+
16+
617
##[5.1.6](https://github.com/lerna/lerna/compare/v5.1.5...v5.1.6) (2022-06-24)
718

819

‎commands/add/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
##[5.1.7](https://github.com/lerna/lerna/compare/v5.1.6...v5.1.7) (2022-07-06)
7+
8+
**Note:** Version bump only for package@lerna/add
9+
10+
11+
12+
13+
614
##[5.1.6](https://github.com/lerna/lerna/compare/v5.1.5...v5.1.6) (2022-06-24)
715

816
**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":"5.1.6",
3+
"version":"5.1.7",
44
"description":"Add a dependency to matched packages",
55
"keywords": [
66
"lerna",

‎commands/bootstrap/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
##[5.1.7](https://github.com/lerna/lerna/compare/v5.1.6...v5.1.7) (2022-07-06)
7+
8+
**Note:** Version bump only for package@lerna/bootstrap
9+
10+
11+
12+
13+
614
##[5.1.6](https://github.com/lerna/lerna/compare/v5.1.5...v5.1.6) (2022-06-24)
715

816
**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":"5.1.6",
3+
"version":"5.1.7",
44
"description":"Link local packages together and install remaining package dependencies",
55
"keywords": [
66
"lerna",

‎commands/changed/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
##[5.1.7](https://github.com/lerna/lerna/compare/v5.1.6...v5.1.7) (2022-07-06)
7+
8+
**Note:** Version bump only for package@lerna/changed
9+
10+
11+
12+
13+
614
##[5.1.6](https://github.com/lerna/lerna/compare/v5.1.5...v5.1.6) (2022-06-24)
715

816
**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 change
@@ -1,6 +1,6 @@
11
{
22
"name":"@lerna/changed",
3-
"version":"5.1.6",
3+
"version":"5.1.7",
44
"description":"List local packages that have changed since the last tagged release",
55
"keywords": [
66
"lerna",

‎commands/clean/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
##[5.1.7](https://github.com/lerna/lerna/compare/v5.1.6...v5.1.7) (2022-07-06)
7+
8+
**Note:** Version bump only for package@lerna/clean
9+
10+
11+
12+
13+
614
##[5.1.6](https://github.com/lerna/lerna/compare/v5.1.5...v5.1.6) (2022-06-24)
715

816
**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":"5.1.6",
3+
"version":"5.1.7",
44
"description":"Remove the node_modules directory from all packages",
55
"keywords": [
66
"lerna",

‎commands/create/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
##[5.1.7](https://github.com/lerna/lerna/compare/v5.1.6...v5.1.7) (2022-07-06)
7+
8+
**Note:** Version bump only for package@lerna/create
9+
10+
11+
12+
13+
614
##[5.1.6](https://github.com/lerna/lerna/compare/v5.1.5...v5.1.6) (2022-06-24)
715

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp