Merge branch 'publish-1559337302323'

This commit is contained in:
kchau@microsoft.com 2019-05-31 21:15:47 +00:00
Родитель ccf2782874 8ea3d69262
Коммит 0d8d87ebf9
26 изменённых файлов: 167 добавлений и 66 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "create-just",
"comment": "Allows create-just to use a different registry",
"type": "minor"
}
],
"packageName": "create-just",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts-utils",
"comment": "Adds the ability to override registry in downloadPackage",
"type": "minor"
}
],
"packageName": "just-scripts-utils",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "adds css / style loader to webpack",
"type": "minor"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-stack-uifabric",
"comment": "pick up latest just-script conventions",
"type": "patch"
}
],
"packageName": "just-stack-uifabric",
"email": "kchau@microsoft.com"
}

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

@ -1,6 +1,23 @@
{
"name": "create-just",
"entries": [
{
"version": "0.9.0",
"tag": "create-just_v0.9.0",
"date": "Fri, 31 May 2019 21:15:02 GMT",
"comments": {
"minor": [
{
"comment": "Allows create-just to use a different registry"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.7.3 <1.0.0` to `>=0.8.0 <1.0.0`"
}
]
}
},
{
"version": "0.8.1",
"tag": "create-just_v0.8.1",

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

@ -1,6 +1,13 @@
# Change Log - create-just
This log was last generated on Wed, 15 May 2019 18:44:04 GMT and should not be manually modified.
This log was last generated on Fri, 31 May 2019 21:15:02 GMT and should not be manually modified.
## 0.9.0
Fri, 31 May 2019 21:15:02 GMT
### Minor changes
- Allows create-just to use a different registry
## 0.8.1
Wed, 15 May 2019 18:44:04 GMT

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

@ -1,6 +1,6 @@
{
"name": "create-just",
"version": "0.8.1",
"version": "0.9.0",
"description": "Create a new repository using Just",
"repository": {
"type": "git",
@ -28,6 +28,6 @@
"webpack": "~4.29.5",
"webpack-cli": "^3.2.1",
"ts-loader": "^5.3.3",
"just-scripts-utils": ">=0.7.3 <1.0.0"
"just-scripts-utils": ">=0.8.0 <1.0.0"
}
}

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

@ -1,6 +1,18 @@
{
"name": "create-uifabric",
"entries": [
{
"version": "0.2.4",
"tag": "create-uifabric_v0.2.4",
"date": "Fri, 31 May 2019 21:15:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"create-just\" from `0.8.1` to `0.9.0`"
}
]
}
},
{
"version": "0.2.3",
"tag": "create-uifabric_v0.2.3",

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

@ -1,6 +1,11 @@
# Change Log - create-uifabric
This log was last generated on Wed, 15 May 2019 18:44:04 GMT and should not be manually modified.
This log was last generated on Fri, 31 May 2019 21:15:02 GMT and should not be manually modified.
## 0.2.4
Fri, 31 May 2019 21:15:02 GMT
*Version update only*
## 0.2.3
Wed, 15 May 2019 18:44:04 GMT

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

@ -1,6 +1,6 @@
{
"name": "create-uifabric",
"version": "0.2.3",
"version": "0.2.4",
"description": "Create a new UI Fabric repository using Just",
"repository": {
"type": "git",
@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"create-just": "0.8.1"
"create-just": "0.9.0"
},
"devDependencies": {
"@types/node": "^10.12.18"

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

@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"just-task": ">=0.9.9 <1.0.0",
"just-scripts": ">=0.17.0 <1.0.0",
"just-scripts": ">=0.18.0 <1.0.0",
"typescript": "~3.4.4"
}
}

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

@ -1,6 +1,18 @@
{
"name": "just-scripts-utils",
"entries": [
{
"version": "0.8.0",
"tag": "just-scripts-utils_v0.8.0",
"date": "Fri, 31 May 2019 21:15:02 GMT",
"comments": {
"minor": [
{
"comment": "Adds the ability to override registry in downloadPackage"
}
]
}
},
{
"version": "0.7.3",
"tag": "just-scripts-utils_v0.7.3",

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

@ -1,6 +1,13 @@
# Change Log - just-scripts-utils
This log was last generated on Wed, 15 May 2019 18:44:04 GMT and should not be manually modified.
This log was last generated on Fri, 31 May 2019 21:15:02 GMT and should not be manually modified.
## 0.8.0
Fri, 31 May 2019 21:15:02 GMT
### Minor changes
- Adds the ability to override registry in downloadPackage
## 0.7.3
Wed, 15 May 2019 18:44:04 GMT

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

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

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

@ -1,6 +1,23 @@
{
"name": "just-scripts",
"entries": [
{
"version": "0.18.0",
"tag": "just-scripts_v0.18.0",
"date": "Fri, 31 May 2019 21:15:02 GMT",
"comments": {
"minor": [
{
"comment": "adds css / style loader to webpack"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.7.3 <1.0.0` to `>=0.8.0 <1.0.0`"
}
]
}
},
{
"version": "0.17.0",
"tag": "just-scripts_v0.17.0",

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

@ -1,6 +1,13 @@
# Change Log - just-scripts
This log was last generated on Fri, 24 May 2019 17:59:43 GMT and should not be manually modified.
This log was last generated on Fri, 31 May 2019 21:15:02 GMT and should not be manually modified.
## 0.18.0
Fri, 31 May 2019 21:15:02 GMT
### Minor changes
- adds css / style loader to webpack
## 0.17.0
Fri, 24 May 2019 17:59:43 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.17.0",
"version": "0.18.0",
"description": "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.7.3 <1.0.0",
"just-scripts-utils": ">=0.8.0 <1.0.0",
"just-task": ">=0.9.9 <1.0.0",
"npm-registry-fetch": "^3.9.0",
"prompts": "^2.0.1",

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

@ -1,6 +1,18 @@
{
"name": "just-stack-monorepo",
"entries": [
{
"version": "0.6.19",
"tag": "just-stack-monorepo_v0.6.19",
"date": "Fri, 31 May 2019 21:15:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `0.7.3` to `0.8.0`"
}
]
}
},
{
"version": "0.6.18",
"tag": "just-stack-monorepo_v0.6.18",

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

@ -1,6 +1,11 @@
# Change Log - just-stack-monorepo
This log was last generated on Wed, 15 May 2019 18:44:04 GMT and should not be manually modified.
This log was last generated on Fri, 31 May 2019 21:15:02 GMT and should not be manually modified.
## 0.6.19
Fri, 31 May 2019 21:15:02 GMT
*Version update only*
## 0.6.18
Wed, 15 May 2019 18:44:04 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-monorepo",
"version": "0.6.18",
"version": "0.6.19",
"just-stack": true,
"description": "Just stack for monorepo using Rush",
"repository": {
@ -23,6 +23,6 @@
"jest": "^24.0.0",
"jest-expect-message": "^1.0.2",
"json5": "^2.1.0",
"just-scripts-utils": "0.7.3"
"just-scripts-utils": "0.8.0"
}
}

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

@ -1,6 +1,21 @@
{
"name": "just-stack-single-lib",
"entries": [
{
"version": "0.8.4",
"tag": "just-stack-single-lib_v0.8.4",
"date": "Fri, 31 May 2019 21:15:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `^0.7.3` to `^0.8.0`"
},
{
"comment": "Updating dependency \"just-scripts\" from `^0.17.0` to `^0.18.0`"
}
]
}
},
{
"version": "0.8.3",
"tag": "just-stack-single-lib_v0.8.3",

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

@ -1,6 +1,11 @@
# Change Log - just-stack-single-lib
This log was last generated on Fri, 24 May 2019 17:59:43 GMT and should not be manually modified.
This log was last generated on Fri, 31 May 2019 21:15:02 GMT and should not be manually modified.
## 0.8.4
Fri, 31 May 2019 21:15:02 GMT
*Version update only*
## 0.8.3
Fri, 24 May 2019 17:59:43 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-single-lib",
"version": "0.8.3",
"version": "0.8.4",
"just-stack": true,
"description": "Just stack for basic Node library",
"repository": {
@ -22,10 +22,10 @@
"glob": "^7.1.3",
"jest-expect-message": "^1.0.2",
"json5": "^2.1.0",
"just-scripts-utils": "^0.7.3",
"just-scripts-utils": "^0.8.0",
"@types/jest": "^24.0.0",
"jest": "^24.0.0",
"just-scripts": "^0.17.0",
"just-scripts": "^0.18.0",
"just-task": "^0.9.9",
"ts-jest": "^24.0.1",
"tslib": "^1.9.3",

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

@ -1,6 +1,23 @@
{
"name": "just-stack-uifabric",
"entries": [
{
"version": "0.11.4",
"tag": "just-stack-uifabric_v0.11.4",
"date": "Fri, 31 May 2019 21:15:02 GMT",
"comments": {
"patch": [
{
"comment": "pick up latest just-script conventions"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `^0.7.3` to `^0.8.0`"
}
]
}
},
{
"version": "0.11.3",
"tag": "just-stack-uifabric_v0.11.3",

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

@ -1,6 +1,13 @@
# Change Log - just-stack-uifabric
This log was last generated on Fri, 24 May 2019 17:59:43 GMT and should not be manually modified.
This log was last generated on Fri, 31 May 2019 21:15:02 GMT and should not be manually modified.
## 0.11.4
Fri, 31 May 2019 21:15:02 GMT
### Patches
- pick up latest just-script conventions
## 0.11.3
Fri, 24 May 2019 17:59:43 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-uifabric",
"version": "0.11.3",
"version": "0.11.4",
"description": "Just stack for UI Fabric application with React",
"keywords": [
"just-stack"
@ -42,7 +42,7 @@
"webpack-dev-server": "^3.1.14"
},
"devDependencies": {
"just-scripts-utils": "^0.7.3"
"just-scripts-utils": "^0.8.0"
},
"just-stack": true
}