This commit is contained in:
kchau@microsoft.com 2019-09-17 19:23:34 +00:00
Родитель 00433d8445
Коммит 1f8c04e37b
7 изменённых файлов: 25 добавлений и 13 удалений

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

@ -1,8 +0,0 @@
{
"comment": "feat: added webpack-cli tasks init, more to come",
"type": "minor",
"packageName": "just-scripts",
"email": "anik220798@gmail.com",
"commit": "912936dffcb2680426283c8f2a1560a957fb5f0c",
"date": "2019-07-07T13:52:24.824Z"
}

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

@ -16,7 +16,7 @@
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "1.1.5",
"just-scripts": ">=0.28.3 <1.0.0",
"just-scripts": ">=0.29.0 <1.0.0",
"just-stack-monorepo": "1.0.5",
"just-stack-single-lib": "1.0.3",
"just-stack-uifabric": "1.0.2",

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

@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"just-scripts": ">=0.28.3 <1.0.0",
"just-scripts": ">=0.29.0 <1.0.0",
"typescript": "~3.4.4"
}
}

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

@ -1,6 +1,20 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Tue, 17 Sep 2019 19:23:34 GMT",
"tag": "just-scripts_v0.29.0",
"version": "0.29.0",
"comments": {
"minor": [
{
"comment": "feat: added webpack-cli tasks init, more to come",
"author": "anik220798@gmail.com",
"commit": "912936dffcb2680426283c8f2a1560a957fb5f0c"
}
]
}
},
{
"date": "Mon, 16 Sep 2019 23:39:13 GMT",
"tag": "just-scripts_v0.28.3",

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

@ -1,7 +1,13 @@
# Change Log - just-scripts
This log was last generated on Mon, 16 Sep 2019 23:39:13 GMT and should not be manually modified.
This log was last generated on Tue, 17 Sep 2019 19:23:34 GMT and should not be manually modified.
## 0.29.0
Tue, 17 Sep 2019 19:23:34 GMT
### Minor changes
- feat: added webpack-cli tasks init, more to come (anik220798@gmail.com)
## 0.28.3
Mon, 16 Sep 2019 23:39:13 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.28.3",
"version": "0.29.0",
"description": "Just Stack Scripts",
"repository": {
"type": "git",

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

@ -13,7 +13,7 @@
"beachball": "^1.11.5",
"jest": "^24.8.0",
"just-plop-helpers": "^1.1.2",
"just-scripts": "^0.28.3",
"just-scripts": "^0.29.0",
"plop": "^2.4.0",
"typescript": "^3.5.3"
}