This commit is contained in:
kchau@microsoft.com 2019-08-06 05:13:55 +00:00
Родитель 6b74c830cd
Коммит 56d1abcbd8
6 изменённых файлов: 25 добавлений и 12 удалений

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "adding a just-plop-helper load for the parent as well",
"packageName": "create-just",
"email": "kchau@microsoft.com",
"commit": "7b60548eaed6311b98ec9d602e118caadcc63e9b",
"date": "2019-08-06T05:10:08.069Z"
}

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

@ -15,7 +15,7 @@
"@types/node": "^10.12.18",
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "1.1.3",
"create-just": "1.1.4",
"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 05:13:55 GMT",
"tag": "create-just_v1.1.4",
"version": "1.1.4",
"comments": {
"patch": [
{
"comment": "adding a just-plop-helper load for the parent as well",
"author": "kchau@microsoft.com",
"commit": "7b60548eaed6311b98ec9d602e118caadcc63e9b"
}
]
}
},
{
"date": "Tue, 06 Aug 2019 04:54:48 GMT",
"tag": "create-just_v1.1.3",

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

@ -1,6 +1,13 @@
# Change Log - create-just
This log was last generated on Tue, 06 Aug 2019 04:54:48 GMT and should not be manually modified.
This log was last generated on Tue, 06 Aug 2019 05:13:55 GMT and should not be manually modified.
## 1.1.4
Tue, 06 Aug 2019 05:13:55 GMT
### Patches
- adding a just-plop-helper load for the parent as well (kchau@microsoft.com)
## 1.1.3
Tue, 06 Aug 2019 04:54:48 GMT

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

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

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

@ -14,6 +14,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"create-just": "^1.1.3"
"create-just": "^1.1.4"
}
}