Skip to content

Commit d77407f

Browse files
committed
Deleting change files and updating change logs for package updates.
1 parent 68fb131 commit d77407f

File tree

6 files changed

+53
-23
lines changed

6 files changed

+53
-23
lines changed

common/changes/@rushstack/localization-plugin/ianc-extract-typings-generator_2020-03-12-00-36.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@rushstack/typings-generator/ianc-extract-typings-generator_2020-03-12-00-36.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@rushstack/typings-generator",
3+
"entries": [
4+
{
5+
"version": "0.1.0",
6+
"tag": "@rushstack/typings-generator_v0.1.0",
7+
"date": "Thu, 12 Mar 2020 15:08:44 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Initial implementation."
12+
}
13+
]
14+
}
15+
}
16+
]
17+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log - @rushstack/typings-generator
2+
3+
This log was last generated on Thu, 12 Mar 2020 15:08:44 GMT and should not be manually modified.
4+
5+
## 0.1.0
6+
Thu, 12 Mar 2020 15:08:44 GMT
7+
8+
### Minor changes
9+
10+
- Initial implementation.
11+

webpack/localization-plugin/CHANGELOG.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"name": "@rushstack/localization-plugin",
33
"entries": [
4+
{
5+
"version": "0.1.1",
6+
"tag": "@rushstack/localization-plugin_v0.1.1",
7+
"date": "Thu, 12 Mar 2020 15:08:44 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Extract the TypingsGenerator logic to a new package."
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@rushstack/typings-generator\" from `0.0.0` to `0.1.0`"
17+
}
18+
]
19+
}
20+
},
421
{
522
"version": "0.1.0",
623
"tag": "@rushstack/localization-plugin_v0.1.0",

webpack/localization-plugin/CHANGELOG.md

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

3-
This log was last generated on Thu, 27 Feb 2020 02:15:03 GMT and should not be manually modified.
3+
This log was last generated on Thu, 12 Mar 2020 15:08:44 GMT and should not be manually modified.
4+
5+
## 0.1.1
6+
Thu, 12 Mar 2020 15:08:44 GMT
7+
8+
### Patches
9+
10+
- Extract the TypingsGenerator logic to a new package.
411

512
## 0.1.0
613
Thu, 27 Feb 2020 02:15:03 GMT

0 commit comments

Comments
 (0)