This repository was archived by the owner on Mar 5, 2025. It is now read-only.
File tree 10 files changed +43
-14
lines changed
10 files changed +43
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2012.0.3 " ,
3
- "pkg1" : " 2012.0.3 " ,
4
- "pkg2" : " 2012.0.3 " ,
5
- "pkg3" : " 2012.0.3 " ,
2
+ "." : " 2012.0.4 " ,
3
+ "pkg1" : " 2012.0.4 " ,
4
+ "pkg2" : " 2012.0.4 " ,
5
+ "pkg3" : " 2012.0.4 " ,
6
6
"workspaces/arbitrary-name" : " 2012.0.2" ,
7
7
"workspaces/not-the-name" : " 2012.0.2" ,
8
8
"workspaces/pkg6" : " 2012.0.2"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2012.0.4] ( https://github.com/npm/npm-cli-release-please/compare/v2012.0.3...v2012.0.4 ) (2023-11-28)
4
+
5
+ ### Bug Fixes
6
+
7
+ * [ ` 0a2bf35 ` ] ( https://github.com/npm/npm-cli-release-please/commit/0a2bf35304e69331138d4981bd7ecc75d86e83de ) update pkg3 (@lukekarrys )
8
+
9
+ ### Dependencies
10
+
11
+ * [ workspace] ( https://github.com/npm/npm-cli-release-please/releases/tag/pkg1-v2012.0.4 ) : ` pkg1@2012.0.4 `
12
+ * [ workspace] ( https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.4 ) : ` pkg2@2012.0.4 `
13
+
3
14
## [ 2012.0.3] ( https://github.com/npm/npm-cli-release-please/compare/v2012.0.2...v2012.0.3 ) (2023-11-28)
4
15
5
16
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-cli-release-please" ,
3
- "version" : " 2012.0.3 " ,
3
+ "version" : " 2012.0.4 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
54
54
"dependencies" : {
55
55
"@npmcli/pkg6" : " ^2012.0.2" ,
56
56
"abbrev" : " ^2.0.0" ,
57
- "pkg1" : " ^2012.0.3 " ,
58
- "pkg2" : " ^2012.0.3 " ,
57
+ "pkg1" : " ^2012.0.4 " ,
58
+ "pkg2" : " ^2012.0.4 " ,
59
59
"pkg4" : " ^2012.0.2" ,
60
60
"pkg5" : " ^2012.0.2"
61
61
},
Original file line number Diff line number Diff line change 24
24
* devDependencies
25
25
* pkg2 bumped from ^1011.0.4 to ^1011.0.5
26
26
27
+ ## [ 2012.0.4] ( https://github.com/npm/npm-cli-release-please/compare/pkg1-v2012.0.3...pkg1-v2012.0.4 ) (2023-11-28)
28
+
29
+ ### Dependencies
30
+
31
+ * [ workspace] ( https://github.com/npm/npm-cli-release-please/releases/tag/pkg2-v2012.0.4 ) : ` pkg2@2012.0.4 `
32
+
27
33
## [ 2012.0.3] ( https://github.com/npm/npm-cli-release-please/compare/pkg1-v2012.0.2...pkg1-v2012.0.3 ) (2023-11-28)
28
34
29
35
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pkg1" ,
3
- "version" : " 2012.0.3 " ,
3
+ "version" : " 2012.0.4 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
39
39
"devDependencies" : {
40
40
"@npmcli/eslint-config" : " ^4.0.1" ,
41
41
"@npmcli/template-oss" : " file:../scripts/npmcli-template-oss-1524.tgz" ,
42
- "pkg2" : " ^2012.0.3 " ,
42
+ "pkg2" : " ^2012.0.4 " ,
43
43
"tap" : " ^16.3.4"
44
44
},
45
45
"tap" : {
Original file line number Diff line number Diff line change 24
24
* dependencies
25
25
* @npmcli/pkg3 bumped from ^1014.0.0 to ^1015.0.0-pre
26
26
27
+ ## [ 2012.0.4] ( https://github.com/npm/npm-cli-release-please/compare/pkg2-v2012.0.3...pkg2-v2012.0.4 ) (2023-11-28)
28
+
29
+ ### Dependencies
30
+
31
+ * [ workspace] ( https://github.com/npm/npm-cli-release-please/releases/tag/pkg3-v2012.0.4 ) : ` @npmcli/pkg3@2012.0.4 `
32
+
27
33
## [ 2012.0.3] ( https://github.com/npm/npm-cli-release-please/compare/pkg2-v2012.0.2...pkg2-v2012.0.3 ) (2023-11-28)
28
34
29
35
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pkg2" ,
3
- "version" : " 2012.0.3 " ,
3
+ "version" : " 2012.0.4 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
42
42
"tap" : " ^16.3.4"
43
43
},
44
44
"dependencies" : {
45
- "@npmcli/pkg3" : " ^2012.0.3 "
45
+ "@npmcli/pkg3" : " ^2012.0.4 "
46
46
},
47
47
"tap" : {
48
48
"nyc-arg" : [
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2012.0.4] ( https://github.com/npm/npm-cli-release-please/compare/pkg3-v2012.0.3...pkg3-v2012.0.4 ) (2023-11-28)
4
+
5
+ ### Bug Fixes
6
+
7
+ * [ ` 0a2bf35 ` ] ( https://github.com/npm/npm-cli-release-please/commit/0a2bf35304e69331138d4981bd7ecc75d86e83de ) update pkg3 (@lukekarrys )
8
+
3
9
## [ 2012.0.3] ( https://github.com/npm/npm-cli-release-please/compare/pkg3-v2012.0.2...pkg3-v2012.0.3 ) (2023-11-28)
4
10
5
11
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @npmcli/pkg3" ,
3
- "version" : " 2012.0.3 " ,
3
+ "version" : " 2012.0.4 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments