This commit is contained in:
kchau@microsoft.com 2019-08-13 21:00:51 +00:00
Родитель 28b3359a6b
Коммит 8633c9ea8b
7 изменённых файлов: 26 добавлений и 13 удалений

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

@ -1,8 +0,0 @@
{
"comment": "Upgraded marked to 0.7.0 and marked-terminal to 3.3.0",
"type": "patch",
"packageName": "just-scripts-utils",
"email": "altinokd@microsoft.com",
"commit": "003c41cf6d3d3ac5bce48c6966475fcb6ceb7406",
"date": "2019-08-13T18:03:40.563Z"
}

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

@ -20,7 +20,7 @@
"just-stack-monorepo": "1.0.3",
"just-stack-single-lib": "1.0.2",
"just-stack-uifabric": "1.0.2",
"just-scripts-utils": ">=0.8.3 <1.0.0",
"just-scripts-utils": ">=0.8.4 <1.0.0",
"fs-extra": "^7.0.1",
"ts-jest": "^24.0.1",
"jest": "^24.0.0"

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

@ -28,6 +28,6 @@
"yargs-parser": "^13.1.1",
"just-plop-helpers": "^1.1.2",
"node-plop": "^0.19.0",
"just-scripts-utils": ">=0.8.3 <1.0.0"
"just-scripts-utils": ">=0.8.4 <1.0.0"
}
}

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

@ -1,6 +1,20 @@
{
"name": "just-scripts-utils",
"entries": [
{
"date": "Tue, 13 Aug 2019 21:00:51 GMT",
"tag": "just-scripts-utils_v0.8.4",
"version": "0.8.4",
"comments": {
"patch": [
{
"comment": "Upgraded marked to 0.7.0 and marked-terminal to 3.3.0",
"author": "altinokd@microsoft.com",
"commit": "003c41cf6d3d3ac5bce48c6966475fcb6ceb7406"
}
]
}
},
{
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
"tag": "just-scripts-utils_v0.8.3",

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

@ -1,6 +1,13 @@
# Change Log - just-scripts-utils
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
This log was last generated on Tue, 13 Aug 2019 21:00:51 GMT and should not be manually modified.
## 0.8.4
Tue, 13 Aug 2019 21:00:51 GMT
### Patches
- Upgraded marked to 0.7.0 and marked-terminal to 3.3.0 (altinokd@microsoft.com)
## 0.8.3
Mon, 05 Aug 2019 06:10:22 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts-utils",
"version": "0.8.3",
"version": "0.8.4",
"description": "Utilities for Just stack scripts",
"repository": {
"type": "git",

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

@ -19,7 +19,7 @@
"diff-match-patch": "1.0.4",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"just-scripts-utils": ">=0.8.3 <1.0.0",
"just-scripts-utils": ">=0.8.4 <1.0.0",
"just-task": ">=0.13.1 <1.0.0",
"npm-registry-fetch": "^3.9.0",
"prompts": "^2.0.1",