This commit is contained in:
kchau@microsoft.com 2019-08-06 19:55:07 +00:00
Родитель efa67d847a
Коммит 2a79bc80c1
9 изменённых файлов: 48 добавлений и 22 удалений

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "fixes npm init uifabric",
"packageName": "create-just",
"email": "kchau@microsoft.com",
"commit": "985a5b733c4407e84c35dfd8756ec4b43e2cae81",
"date": "2019-08-06T17:17:40.258Z"
}

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "bump create-just, fixes npm install",
"packageName": "create-uifabric",
"email": "kchau@microsoft.com",
"commit": "4a89b06321fcf9223fa2c4a00b4cd96ad4ea81de",
"date": "2019-08-06T17:18:11.576Z"
}

Просмотреть файл

@ -15,7 +15,7 @@
"@types/node": "^10.12.18",
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "1.1.4",
"create-just": "1.1.5",
"just-scripts": ">=0.27.0 <1.0.0",
"just-stack-monorepo": "1.0.3",
"just-stack-single-lib": "1.0.2",

Просмотреть файл

@ -1,6 +1,20 @@
{
"name": "create-just",
"entries": [
{
"date": "Tue, 06 Aug 2019 19:55:07 GMT",
"tag": "create-just_v1.1.5",
"version": "1.1.5",
"comments": {
"patch": [
{
"comment": "fixes npm init uifabric",
"author": "kchau@microsoft.com",
"commit": "985a5b733c4407e84c35dfd8756ec4b43e2cae81"
}
]
}
},
{
"date": "Tue, 06 Aug 2019 05:13:55 GMT",
"tag": "create-just_v1.1.4",

Просмотреть файл

@ -1,6 +1,13 @@
# Change Log - create-just
This log was last generated on Tue, 06 Aug 2019 05:13:55 GMT and should not be manually modified.
This log was last generated on Tue, 06 Aug 2019 19:55:07 GMT and should not be manually modified.
## 1.1.5
Tue, 06 Aug 2019 19:55:07 GMT
### Patches
- fixes npm init uifabric (kchau@microsoft.com)
## 1.1.4
Tue, 06 Aug 2019 05:13:55 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "create-just",
"version": "1.1.4",
"version": "1.1.5",
"description": "Create a new repository using Just",
"repository": {
"type": "git",

Просмотреть файл

@ -1,6 +1,20 @@
{
"name": "create-uifabric",
"entries": [
{
"date": "Tue, 06 Aug 2019 19:55:07 GMT",
"tag": "create-uifabric_v0.2.10",
"version": "0.2.10",
"comments": {
"patch": [
{
"comment": "bump create-just, fixes npm install",
"author": "kchau@microsoft.com",
"commit": "4a89b06321fcf9223fa2c4a00b4cd96ad4ea81de"
}
]
}
},
{
"date": "Tue, 06 Aug 2019 05:21:55 GMT",
"tag": "create-uifabric_v0.2.9",

Просмотреть файл

@ -1,6 +1,13 @@
# Change Log - create-uifabric
This log was last generated on Tue, 06 Aug 2019 05:21:55 GMT and should not be manually modified.
This log was last generated on Tue, 06 Aug 2019 19:55:07 GMT and should not be manually modified.
## 0.2.10
Tue, 06 Aug 2019 19:55:07 GMT
### Patches
- bump create-just, fixes npm install (kchau@microsoft.com)
## 0.2.9
Tue, 06 Aug 2019 05:21:55 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "create-uifabric",
"version": "0.2.9",
"version": "0.2.10",
"description": "Create a new UI Fabric repository using Just",
"repository": {
"type": "git",
@ -14,6 +14,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"create-just": "^1.1.4"
"create-just": "^1.1.5"
}
}