diff --git a/common/changes/@microsoft/rush-stack-compiler-2.8/ianc-ianc-rsc_2019-05-13-20-31.json b/common/changes/@microsoft/rush-stack-compiler-2.8/ianc-ianc-rsc_2019-05-13-20-31.json deleted file mode 100644 index 8839eb500f1..00000000000 --- a/common/changes/@microsoft/rush-stack-compiler-2.8/ianc-ianc-rsc_2019-05-13-20-31.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush-stack-compiler-2.8", - "comment": "Initial package creation.", - "type": "minor" - } - ], - "packageName": "@microsoft/rush-stack-compiler-2.8", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush-stack-compiler-3.4/ianc-ianc-rsc_2019-05-13-20-31.json b/common/changes/@microsoft/rush-stack-compiler-3.4/ianc-ianc-rsc_2019-05-13-20-31.json deleted file mode 100644 index 9d0b29b13f9..00000000000 --- a/common/changes/@microsoft/rush-stack-compiler-3.4/ianc-ianc-rsc_2019-05-13-20-31.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush-stack-compiler-3.4", - "comment": "Initial package creation.", - "type": "minor" - } - ], - "packageName": "@microsoft/rush-stack-compiler-3.4", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/stack/rush-stack-compiler-2.8/CHANGELOG.json b/stack/rush-stack-compiler-2.8/CHANGELOG.json new file mode 100644 index 00000000000..22386ea2aaa --- /dev/null +++ b/stack/rush-stack-compiler-2.8/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@microsoft/rush-stack-compiler-2.8", + "entries": [ + { + "version": "0.1.0", + "tag": "@microsoft/rush-stack-compiler-2.8_v0.1.0", + "date": "Mon, 13 May 2019 21:46:26 GMT", + "comments": { + "minor": [ + { + "comment": "Initial package creation." + } + ] + } + } + ] +} diff --git a/stack/rush-stack-compiler-2.8/CHANGELOG.md b/stack/rush-stack-compiler-2.8/CHANGELOG.md new file mode 100644 index 00000000000..491bf9eb43e --- /dev/null +++ b/stack/rush-stack-compiler-2.8/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @microsoft/rush-stack-compiler-2.8 + +This log was last generated on Mon, 13 May 2019 21:46:26 GMT and should not be manually modified. + +## 0.1.0 +Mon, 13 May 2019 21:46:26 GMT + +### Minor changes + +- Initial package creation. + diff --git a/stack/rush-stack-compiler-3.4/CHANGELOG.json b/stack/rush-stack-compiler-3.4/CHANGELOG.json new file mode 100644 index 00000000000..0d7f6ad8cfc --- /dev/null +++ b/stack/rush-stack-compiler-3.4/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@microsoft/rush-stack-compiler-3.4", + "entries": [ + { + "version": "0.1.0", + "tag": "@microsoft/rush-stack-compiler-3.4_v0.1.0", + "date": "Mon, 13 May 2019 21:46:26 GMT", + "comments": { + "minor": [ + { + "comment": "Initial package creation." + } + ] + } + } + ] +} diff --git a/stack/rush-stack-compiler-3.4/CHANGELOG.md b/stack/rush-stack-compiler-3.4/CHANGELOG.md new file mode 100644 index 00000000000..663392e8a43 --- /dev/null +++ b/stack/rush-stack-compiler-3.4/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @microsoft/rush-stack-compiler-3.4 + +This log was last generated on Mon, 13 May 2019 21:46:26 GMT and should not be manually modified. + +## 0.1.0 +Mon, 13 May 2019 21:46:26 GMT + +### Minor changes + +- Initial package creation. +