This commit is contained in:
kchau@microsoft.com 2020-04-24 17:42:34 +00:00
Родитель 14bea01d53
Коммит c7bcd969ba
7 изменённых файлов: 25 добавлений и 13 удалений

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "Add 'noOpen' flag to tell webpack not to open browser page.",
"packageName": "just-scripts",
"email": "kinhln@microsoft.com",
"commit": "104906e172e8379fd8e14f3b13cacd635eaaeb5f",
"date": "2020-04-13T14:01:07.082Z"
}

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

@ -16,7 +16,7 @@
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "1.2.3",
"just-scripts": ">=0.38.0 <1.0.0",
"just-scripts": ">=0.39.0 <1.0.0",
"just-stack-monorepo": "1.0.6",
"just-stack-single-lib": "1.0.4",
"just-stack-uifabric": "1.0.2",

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

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

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

@ -1,6 +1,20 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Fri, 24 Apr 2020 17:42:34 GMT",
"tag": "just-scripts_v0.39.0",
"version": "0.39.0",
"comments": {
"minor": [
{
"comment": "Add 'noOpen' flag to tell webpack not to open browser page.",
"author": "kinhln@microsoft.com",
"commit": "104906e172e8379fd8e14f3b13cacd635eaaeb5f"
}
]
}
},
{
"date": "Mon, 13 Apr 2020 15:57:30 GMT",
"tag": "just-scripts_v0.38.0",

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

@ -1,7 +1,13 @@
# Change Log - just-scripts
This log was last generated on Mon, 13 Apr 2020 15:57:30 GMT and should not be manually modified.
This log was last generated on Fri, 24 Apr 2020 17:42:34 GMT and should not be manually modified.
## 0.39.0
Fri, 24 Apr 2020 17:42:34 GMT
### Minor changes
- Add 'noOpen' flag to tell webpack not to open browser page. (kinhln@microsoft.com)
## 0.38.0
Mon, 13 Apr 2020 15:57:30 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.38.0",
"version": "0.39.0",
"description": "Just Stack Scripts",
"keywords": [],
"repository": {

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

@ -13,7 +13,7 @@
"beachball": "^1.11.5",
"jest": "^24.8.0",
"just-plop-helpers": "^1.1.2",
"just-scripts": "^0.38.0",
"just-scripts": "^0.39.0",
"plop": "^2.5.0",
"typescript": "^3.5.3"
}