This commit is contained in:
kchau@microsoft.com 2019-04-05 22:59:13 +00:00
Родитель 338bb4cdc4
Коммит b81b8e893d
6 изменённых файлов: 23 добавлений и 15 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "fix the rootpath for finding installed stacks again",
"type": "patch"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

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

@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"just-task": ">=0.8.1 <1.0.0",
"just-scripts": ">=0.11.1 <1.0.0",
"just-scripts": ">=0.11.2 <1.0.0",
"typescript": "~3.3.3"
}
}

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

@ -16,7 +16,7 @@
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": ">=0.6.3",
"just-scripts": ">=0.11.1 <1.0.0",
"just-scripts": ">=0.11.2 <1.0.0",
"just-stack-monorepo": ">=0.6.11",
"just-stack-single-lib": ">=0.5.9",
"just-stack-uifabric": ">=0.7.11",

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

@ -1,6 +1,18 @@
{
"name": "just-scripts",
"entries": [
{
"version": "0.11.2",
"tag": "just-scripts_v0.11.2",
"date": "Fri, 05 Apr 2019 22:59:13 GMT",
"comments": {
"patch": [
{
"comment": "fix the rootpath for finding installed stacks again"
}
]
}
},
{
"version": "0.11.1",
"tag": "just-scripts_v0.11.1",

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

@ -1,6 +1,13 @@
# Change Log - just-scripts
This log was last generated on Fri, 05 Apr 2019 21:18:13 GMT and should not be manually modified.
This log was last generated on Fri, 05 Apr 2019 22:59:13 GMT and should not be manually modified.
## 0.11.2
Fri, 05 Apr 2019 22:59:13 GMT
### Patches
- fix the rootpath for finding installed stacks again
## 0.11.1
Fri, 05 Apr 2019 21:18:13 GMT

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

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