This commit is contained in:
kchau@microsoft.com 2019-04-23 16:19:37 +00:00
Родитель e9bd82d6a5
Коммит 8d67f305f3
22 изменённых файлов: 109 добавлений и 103 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "create-just",
"comment": "Runs npm install for you",
"type": "patch"
}
],
"packageName": "create-just",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "create-just",
"comment": "Get rid of the upgrade-stack step",
"type": "patch"
}
],
"packageName": "create-just",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"comment": "",
"packageName": "just-scripts",
"type": "none"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "get rid of accidental console.log",
"type": "patch"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "get rid of another accidental console.log in webpackTask",
"type": "patch"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"comment": "",
"packageName": "just-stack-single-lib",
"type": "none"
}
],
"packageName": "just-stack-single-lib",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-stack-single-lib",
"comment": "Moved the devdeps as deps in the stack",
"type": "minor"
}
],
"packageName": "just-stack-single-lib",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-stack-uifabric",
"comment": "Update Fabric stack to hide devdeps",
"type": "minor"
}
],
"packageName": "just-stack-uifabric",
"email": "kchau@microsoft.com"
}

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

@ -1,6 +1,21 @@
{
"name": "create-just",
"entries": [
{
"version": "0.6.6",
"tag": "create-just_v0.6.6",
"date": "Tue, 23 Apr 2019 16:19:37 GMT",
"comments": {
"patch": [
{
"comment": "Runs npm install for you"
},
{
"comment": "Get rid of the upgrade-stack step"
}
]
}
},
{
"version": "0.6.4",
"tag": "create-just_v0.6.4",

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

@ -1,6 +1,14 @@
# Change Log - create-just
This log was last generated on Wed, 10 Apr 2019 21:52:06 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 16:19:37 GMT and should not be manually modified.
## 0.6.6
Tue, 23 Apr 2019 16:19:37 GMT
### Patches
- Runs npm install for you
- Get rid of the upgrade-stack step
## 0.6.4
Wed, 10 Apr 2019 21:52:06 GMT

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

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

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

@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"just-task": ">=0.9.0 <1.0.0",
"just-scripts": ">=0.14.1 <1.0.0",
"just-scripts": ">=0.14.3 <1.0.0",
"typescript": "~3.4.4"
}
}

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

@ -15,11 +15,11 @@
"@types/node": "^10.12.18",
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "0.6.4",
"just-scripts": ">=0.14.1 <1.0.0",
"create-just": "0.6.6",
"just-scripts": ">=0.14.3 <1.0.0",
"just-stack-monorepo": "0.6.14",
"just-stack-single-lib": "0.5.13",
"just-stack-uifabric": "0.7.15",
"just-stack-single-lib": "0.6.0",
"just-stack-uifabric": "0.9.0",
"just-scripts-utils": ">=0.7.0 <1.0.0",
"fs-extra": "^7.0.1",
"ts-jest": "^24.0.1",

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

@ -1,6 +1,21 @@
{
"name": "just-scripts",
"entries": [
{
"version": "0.14.3",
"tag": "just-scripts_v0.14.3",
"date": "Tue, 23 Apr 2019 16:19:37 GMT",
"comments": {
"patch": [
{
"comment": "get rid of accidental console.log"
},
{
"comment": "get rid of another accidental console.log in webpackTask"
}
]
}
},
{
"version": "0.14.1",
"tag": "just-scripts_v0.14.1",

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

@ -1,6 +1,14 @@
# Change Log - just-scripts
This log was last generated on Fri, 19 Apr 2019 01:51:22 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 16:19:37 GMT and should not be manually modified.
## 0.14.3
Tue, 23 Apr 2019 16:19:37 GMT
### Patches
- get rid of accidental console.log
- get rid of another accidental console.log in webpackTask
## 0.14.1
Fri, 19 Apr 2019 01:51:22 GMT

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

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

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

@ -1,6 +1,23 @@
{
"name": "just-stack-single-lib",
"entries": [
{
"version": "0.6.0",
"tag": "just-stack-single-lib_v0.6.0",
"date": "Tue, 23 Apr 2019 16:19:37 GMT",
"comments": {
"minor": [
{
"comment": "Moved the devdeps as deps in the stack"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts\" from `^0.14.0` to `^0.14.3`"
}
]
}
},
{
"version": "0.5.13",
"tag": "just-stack-single-lib_v0.5.13",

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

@ -1,6 +1,13 @@
# Change Log - just-stack-single-lib
This log was last generated on Fri, 19 Apr 2019 01:51:22 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 16:19:37 GMT and should not be manually modified.
## 0.6.0
Tue, 23 Apr 2019 16:19:37 GMT
### Minor changes
- Moved the devdeps as deps in the stack
## 0.5.13
Fri, 19 Apr 2019 01:51:22 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-single-lib",
"version": "0.5.13",
"version": "0.6.0",
"just-stack": true,
"description": "Just stack for basic Node library",
"repository": {
@ -25,7 +25,7 @@
"just-scripts-utils": "0.7.0",
"@types/jest": "^24.0.0",
"jest": "^24.0.0",
"just-scripts": "^0.14.0",
"just-scripts": "^0.14.3",
"just-task": "^0.9.0",
"ts-jest": "^24.0.1",
"tslib": "^1.9.3",

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

@ -1,6 +1,23 @@
{
"name": "just-stack-uifabric",
"entries": [
{
"version": "0.9.0",
"tag": "just-stack-uifabric_v0.9.0",
"date": "Tue, 23 Apr 2019 16:19:37 GMT",
"comments": {
"minor": [
{
"comment": "Update Fabric stack to hide devdeps"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts\" from `^0.14.0` to `^0.14.3`"
}
]
}
},
{
"version": "0.7.15",
"tag": "just-stack-uifabric_v0.7.15",

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

@ -1,6 +1,13 @@
# Change Log - just-stack-uifabric
This log was last generated on Fri, 19 Apr 2019 01:51:22 GMT and should not be manually modified.
This log was last generated on Tue, 23 Apr 2019 16:19:37 GMT and should not be manually modified.
## 0.9.0
Tue, 23 Apr 2019 16:19:37 GMT
### Minor changes
- Update Fabric stack to hide devdeps
## 0.7.15
Fri, 19 Apr 2019 01:51:22 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-uifabric",
"version": "0.8.0",
"version": "0.9.0",
"just-stack": true,
"description": "Just stack for UI Fabric application with React",
"repository": {
@ -30,7 +30,7 @@
"html-webpack-plugin": "^3.2.0",
"jest": "^24.0.0",
"just-scripts-utils": "0.7.0",
"just-scripts": "^0.14.0",
"just-scripts": "^0.14.3",
"node-sass": "^4.11.0",
"postcss": "^7.0.13",
"postcss-loader": "^3.0.0",