This commit is contained in:
kchau@microsoft.com 2019-08-06 04:54:48 +00:00
Родитель 77bf4d360f
Коммит d1888c03b3
9 изменённых файлов: 48 добавлений и 22 удалений

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "make plop load of helpers work",
"packageName": "create-just",
"email": "kchau@microsoft.com",
"commit": "74dd4d68d3b5375dae2079d13b8bd392943ea9cb",
"date": "2019-08-06T04:48:55.716Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "make plop load of helpers work",
"packageName": "create-uifabric",
"email": "kchau@microsoft.com",
"commit": "ad409ec8e0066c31465aaf8122c8e87557bfffe5",
"date": "2019-08-06T04:49:16.621Z"
}

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

@ -15,7 +15,7 @@
"@types/node": "^10.12.18",
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "1.1.2",
"create-just": "1.1.3",
"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 04:54:48 GMT",
"tag": "create-just_v1.1.3",
"version": "1.1.3",
"comments": {
"patch": [
{
"comment": "make plop load of helpers work",
"author": "kchau@microsoft.com",
"commit": "74dd4d68d3b5375dae2079d13b8bd392943ea9cb"
}
]
}
},
{
"date": "Tue, 06 Aug 2019 04:07:38 GMT",
"tag": "create-just_v1.1.2",

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

@ -1,6 +1,13 @@
# Change Log - create-just
This log was last generated on Tue, 06 Aug 2019 04:07:38 GMT and should not be manually modified.
This log was last generated on Tue, 06 Aug 2019 04:54:48 GMT and should not be manually modified.
## 1.1.3
Tue, 06 Aug 2019 04:54:48 GMT
### Patches
- make plop load of helpers work (kchau@microsoft.com)
## 1.1.2
Tue, 06 Aug 2019 04:07:38 GMT

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

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

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

@ -1,6 +1,20 @@
{
"name": "create-uifabric",
"entries": [
{
"date": "Tue, 06 Aug 2019 04:54:48 GMT",
"tag": "create-uifabric_v0.2.8",
"version": "0.2.8",
"comments": {
"patch": [
{
"comment": "make plop load of helpers work",
"author": "kchau@microsoft.com",
"commit": "ad409ec8e0066c31465aaf8122c8e87557bfffe5"
}
]
}
},
{
"date": "Mon, 05 Aug 2019 18:42:59 GMT",
"tag": "create-uifabric_v0.2.7",

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

@ -1,6 +1,13 @@
# Change Log - create-uifabric
This log was last generated on Mon, 05 Aug 2019 18:42:59 GMT and should not be manually modified.
This log was last generated on Tue, 06 Aug 2019 04:54:48 GMT and should not be manually modified.
## 0.2.8
Tue, 06 Aug 2019 04:54:48 GMT
### Patches
- make plop load of helpers work (kchau@microsoft.com)
## 0.2.7
Mon, 05 Aug 2019 18:42:59 GMT

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

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