Skip to content

Commit 200ec49

Browse files
committed
Apply package version bump.
1 parent 21160d2 commit 200ec49

File tree

9 files changed

+81
-9
lines changed

9 files changed

+81
-9
lines changed

libraries/decorators/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/decorators",
33
"entries": [
4+
{
5+
"version": "1.0.1",
6+
"tag": "@microsoft/decorators_v1.0.1",
7+
"date": "Thu, 25 May 2017 21:09:42 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Remove extraneous dependency"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@ms/sp-build-internal-web\" from `~0.5.3` to `~0.6.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "1.0.0",
623
"tag": "@microsoft/decorators_v1.0.0",

libraries/decorators/CHANGELOG.md

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

3-
This log was last generated on Wed, 22 Feb 2017 21:16:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 May 2017 21:09:42 GMT and should not be manually modified.
4+
5+
## 1.0.1
6+
Thu, 25 May 2017 21:09:42 GMT
7+
8+
### Patches
9+
10+
- Remove extraneous dependency
411

512
## 1.0.0
613
Fri, 17 Feb 2017 23:09:23 GMT

libraries/decorators/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@microsoft/decorators",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A very conservative set of decorators for TypeScript projects",
55
"license": "SEE LICENSE IN \"EULA\" FOLDER",
66
"homepage": "http://aka.ms/spfx",
77
"main": "lib/index.js",
88
"typings": "lib/index.d.ts",
99
"devDependencies": {
10-
"@ms/sp-build-internal-web": "~0.5.3",
10+
"@ms/sp-build-internal-web": "~0.6.0",
1111
"@types/chai": "3.4.34",
1212
"@types/mocha": "2.2.38",
1313
"chai": "~3.5.0",

libraries/stream-collator/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/stream-collator",
33
"entries": [
4+
{
5+
"version": "2.0.1",
6+
"tag": "@microsoft/stream-collator_v2.0.1",
7+
"date": "Thu, 25 May 2017 21:09:42 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Dependency version change"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/sp-build-node\" from `~1.0.0` to `~1.1.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "2.0.0",
623
"tag": "@microsoft/stream-collator_v2.0.0",

libraries/stream-collator/CHANGELOG.md

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

3-
This log was last generated on Wed, 22 Feb 2017 21:16:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 May 2017 21:09:42 GMT and should not be manually modified.
4+
5+
## 2.0.1
6+
Thu, 25 May 2017 21:09:42 GMT
7+
8+
### Patches
9+
10+
- Dependency version change
411

512
## 2.0.0
613
Fri, 17 Feb 2017 23:09:23 GMT

libraries/stream-collator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/stream-collator",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Display intelligible realtime output from your asynchronous streams",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -22,6 +22,6 @@
2222
"chai": "~3.5.0",
2323
"gulp": "~3.9.1",
2424
"mocha": "~2.5.3",
25-
"@microsoft/sp-build-node": "~1.0.0"
25+
"@microsoft/sp-build-node": "~1.1.0"
2626
}
2727
}

libraries/ts-command-line/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@microsoft/ts-command-line",
33
"entries": [
4+
{
5+
"version": "2.0.1",
6+
"tag": "@microsoft/ts-command-line_v2.0.1",
7+
"date": "Thu, 25 May 2017 21:09:42 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Dependency version change"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/sp-build-node\" from `~1.0.0` to `~1.1.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "2.0.0",
623
"tag": "@microsoft/ts-command-line_v2.0.0",

libraries/ts-command-line/CHANGELOG.md

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

3-
This log was last generated on Wed, 22 Feb 2017 21:16:36 GMT and should not be manually modified.
3+
This log was last generated on Thu, 25 May 2017 21:09:42 GMT and should not be manually modified.
4+
5+
## 2.0.1
6+
Thu, 25 May 2017 21:09:42 GMT
7+
8+
### Patches
9+
10+
- Dependency version change
411

512
## 2.0.0
613
Fri, 17 Feb 2017 23:09:23 GMT

libraries/ts-command-line/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/ts-command-line",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An object-oriented command-line parser for TypeScript",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -21,6 +21,6 @@
2121
"chai": "~3.5.0",
2222
"gulp": "~3.9.1",
2323
"mocha": "~2.5.3",
24-
"@microsoft/sp-build-node": "~1.0.0"
24+
"@microsoft/sp-build-node": "~1.1.0"
2525
}
2626
}

0 commit comments

Comments
 (0)