This commit is contained in:
kchau@microsoft.com 2019-11-04 20:25:32 +00:00
Родитель d8f3ab2f85
Коммит ab6568a48a
12 изменённых файлов: 49 добавлений и 25 удалений

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Fixes so console.log at the end doesn't say \"false\"",
"packageName": "create-just",
"email": "kchau@microsoft.com",
"commit": "542764b6ea6562c36a4e0890ac920f6597ebf7f2",
"date": "2019-11-04T19:06:43.302Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "get rid of force exit for jest task as it masks the real test problems",
"packageName": "just-scripts",
"email": "kchau@microsoft.com",
"commit": "542764b6ea6562c36a4e0890ac920f6597ebf7f2",
"date": "2019-11-04T19:06:47.899Z"
}

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

@ -15,8 +15,8 @@
"@types/node": "^10.12.18",
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "1.2.2",
"just-scripts": ">=0.34.0 <1.0.0",
"create-just": "1.2.3",
"just-scripts": ">=0.34.1 <1.0.0",
"just-stack-monorepo": "1.0.6",
"just-stack-single-lib": "1.0.4",
"just-stack-uifabric": "1.0.2",

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

@ -1,6 +1,20 @@
{
"name": "create-just",
"entries": [
{
"date": "Mon, 04 Nov 2019 20:25:32 GMT",
"tag": "create-just_v1.2.3",
"version": "1.2.3",
"comments": {
"patch": [
{
"comment": "Fixes so console.log at the end doesn't say \"false\"",
"author": "kchau@microsoft.com",
"commit": "542764b6ea6562c36a4e0890ac920f6597ebf7f2"
}
]
}
},
{
"date": "Fri, 18 Oct 2019 20:08:37 GMT",
"tag": "create-just_v1.2.2",

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

@ -1,7 +1,13 @@
# Change Log - create-just
This log was last generated on Fri, 18 Oct 2019 20:08:37 GMT and should not be manually modified.
This log was last generated on Mon, 04 Nov 2019 20:25:32 GMT and should not be manually modified.
## 1.2.3
Mon, 04 Nov 2019 20:25:32 GMT
### Patches
- Fixes so console.log at the end doesn't say "false" (kchau@microsoft.com)
## 1.2.2
Fri, 18 Oct 2019 20:08:37 GMT

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

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

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

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

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

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

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

@ -1,6 +1,20 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Mon, 04 Nov 2019 20:25:32 GMT",
"tag": "just-scripts_v0.34.1",
"version": "0.34.1",
"comments": {
"patch": [
{
"comment": "get rid of force exit for jest task as it masks the real test problems",
"author": "kchau@microsoft.com",
"commit": "542764b6ea6562c36a4e0890ac920f6597ebf7f2"
}
]
}
},
{
"date": "Thu, 31 Oct 2019 21:15:50 GMT",
"tag": "just-scripts_v0.34.0",

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

@ -1,7 +1,13 @@
# Change Log - just-scripts
This log was last generated on Thu, 31 Oct 2019 21:15:50 GMT and should not be manually modified.
This log was last generated on Mon, 04 Nov 2019 20:25:32 GMT and should not be manually modified.
## 0.34.1
Mon, 04 Nov 2019 20:25:32 GMT
### Patches
- get rid of force exit for jest task as it masks the real test problems (kchau@microsoft.com)
## 0.34.0
Thu, 31 Oct 2019 21:15:50 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.34.0",
"version": "0.34.1",
"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.34.0",
"just-scripts": "^0.34.1",
"plop": "^2.5.0",
"typescript": "^3.5.3"
}