Skip to content

Commit 0a58749

Browse files
author
nickpape-msft
committed
Get version numbers right
1 parent cf1da18 commit 0a58749

File tree

8 files changed

+67
-8
lines changed

8 files changed

+67
-8
lines changed

common/temp_modules/rush-rush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
},
3434
"rushDependencies": {
3535
"@microsoft/node-library-build": "~2.3.0",
36-
"@microsoft/rush-lib": "1.8.0"
36+
"@microsoft/rush-lib": "2.2.0"
3737
}
3838
}

rush.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@
120120
"packageName": "@microsoft/rush",
121121
"projectFolder": "rush/rush",
122122
"reviewCategory": "libraries",
123-
"shouldPublish": false
123+
"shouldPublish": true
124124
},
125125
{
126126
"packageName": "@microsoft/rush-lib",
127127
"projectFolder": "rush/rush-lib",
128128
"reviewCategory": "libraries",
129-
"shouldPublish": false
129+
"shouldPublish": true
130130
}
131131
]
132132
}

rush/rush-lib/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/rush-lib",
33
"entries": [
4+
{
5+
"version": "2.3.0",
6+
"tag": "@microsoft/rush-lib_v2.3.0",
7+
"date": "Fri, 24 Feb 2017 22:53:18 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Get package versions aligned with @microsoft/rush-lib"
12+
},
13+
{
14+
"comment": "Get package versions aligned with @microsoft/rush"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "1.10.0",
621
"tag": "@microsoft/rush-lib_v1.10.0",

rush/rush-lib/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log - @microsoft/rush-lib
22

3-
This log was last generated on Fri, 24 Feb 2017 22:44:31 GMT and should not be manually modified.
3+
This log was last generated on Fri, 24 Feb 2017 22:53:18 GMT and should not be manually modified.
4+
5+
## 2.3.0
6+
Fri, 24 Feb 2017 22:53:18 GMT
7+
8+
### Minor changes
9+
10+
- Get package versions aligned with @microsoft/rush-lib
11+
- Get package versions aligned with @microsoft/rush
412

513
## 1.10.0
614
Fri, 24 Feb 2017 22:44:31 GMT

rush/rush-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush-lib",
3-
"version": "1.10.0",
3+
"version": "2.3.0",
44
"description": "Library support for the Rush tool",
55
"repository": {
66
"type": "git",

rush/rush/CHANGELOG.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
22
"name": "@microsoft/rush",
33
"entries": [
4+
{
5+
"version": "2.3.0",
6+
"tag": "@microsoft/rush_v2.3.0",
7+
"date": "Fri, 24 Feb 2017 22:54:16 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Minor version"
12+
}
13+
]
14+
}
15+
},
16+
{
17+
"version": "2.2.1",
18+
"tag": "@microsoft/rush_v2.2.1",
19+
"date": "Fri, 24 Feb 2017 22:53:18 GMT",
20+
"comments": {
21+
"dependency": [
22+
{
23+
"comment": "Updating dependency \"@microsoft/rush-lib\" from `2.2.0` to `2.3.0`"
24+
}
25+
]
26+
}
27+
},
428
{
529
"version": "2.2.0",
630
"tag": "@microsoft/rush_v2.2.0",

rush/rush/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log - @microsoft/rush
22

3-
This log was last generated on Fri, 24 Feb 2017 22:44:31 GMT and should not be manually modified.
3+
This log was last generated on Fri, 24 Feb 2017 22:54:16 GMT and should not be manually modified.
4+
5+
## 2.3.0
6+
Fri, 24 Feb 2017 22:54:16 GMT
7+
8+
### Minor changes
9+
10+
- Minor version
11+
12+
## 2.2.1
13+
Fri, 24 Feb 2017 22:53:18 GMT
14+
15+
*Changes not tracked*
416

517
## 2.2.0
618
Fri, 24 Feb 2017 22:44:31 GMT

rush/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/rush",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A fast solution for building/publishing many NPM packages",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@microsoft/package-deps-hash": "~0.0.4",
21-
"@microsoft/rush-lib": "1.10.0",
21+
"@microsoft/rush-lib": "2.3.0",
2222
"@microsoft/stream-collator": "~1.0.2",
2323
"@microsoft/ts-command-line": "~1.1.1",
2424
"builtins": "~1.0.3",

0 commit comments

Comments
 (0)