зеркало из https://github.com/microsoft/just.git
Merge branch 'publish-1559337302323'
This commit is contained in:
Коммит
0d8d87ebf9
|
@ -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",
|
"name": "create-just",
|
||||||
"entries": [
|
"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",
|
"version": "0.8.1",
|
||||||
"tag": "create-just_v0.8.1",
|
"tag": "create-just_v0.8.1",
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Change Log - create-just
|
# 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
|
## 0.8.1
|
||||||
Wed, 15 May 2019 18:44:04 GMT
|
Wed, 15 May 2019 18:44:04 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-just",
|
"name": "create-just",
|
||||||
"version": "0.8.1",
|
"version": "0.9.0",
|
||||||
"description": "Create a new repository using Just",
|
"description": "Create a new repository using Just",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -28,6 +28,6 @@
|
||||||
"webpack": "~4.29.5",
|
"webpack": "~4.29.5",
|
||||||
"webpack-cli": "^3.2.1",
|
"webpack-cli": "^3.2.1",
|
||||||
"ts-loader": "^5.3.3",
|
"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",
|
"name": "create-uifabric",
|
||||||
"entries": [
|
"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",
|
"version": "0.2.3",
|
||||||
"tag": "create-uifabric_v0.2.3",
|
"tag": "create-uifabric_v0.2.3",
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
# Change Log - create-uifabric
|
# 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
|
## 0.2.3
|
||||||
Wed, 15 May 2019 18:44:04 GMT
|
Wed, 15 May 2019 18:44:04 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-uifabric",
|
"name": "create-uifabric",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"description": "Create a new UI Fabric repository using Just",
|
"description": "Create a new UI Fabric repository using Just",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"create-just": "0.8.1"
|
"create-just": "0.9.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^10.12.18"
|
"@types/node": "^10.12.18"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"just-task": ">=0.9.9 <1.0.0",
|
"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"
|
"typescript": "~3.4.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "just-scripts-utils",
|
"name": "just-scripts-utils",
|
||||||
"entries": [
|
"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",
|
"version": "0.7.3",
|
||||||
"tag": "just-scripts-utils_v0.7.3",
|
"tag": "just-scripts-utils_v0.7.3",
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Change Log - just-scripts-utils
|
# 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
|
## 0.7.3
|
||||||
Wed, 15 May 2019 18:44:04 GMT
|
Wed, 15 May 2019 18:44:04 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "just-scripts-utils",
|
"name": "just-scripts-utils",
|
||||||
"version": "0.7.3",
|
"version": "0.8.0",
|
||||||
"description": "Utilities for Just stack scripts",
|
"description": "Utilities for Just stack scripts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,6 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "just-scripts",
|
"name": "just-scripts",
|
||||||
"entries": [
|
"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",
|
"version": "0.17.0",
|
||||||
"tag": "just-scripts_v0.17.0",
|
"tag": "just-scripts_v0.17.0",
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Change Log - just-scripts
|
# 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
|
## 0.17.0
|
||||||
Fri, 24 May 2019 17:59:43 GMT
|
Fri, 24 May 2019 17:59:43 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "just-scripts",
|
"name": "just-scripts",
|
||||||
"version": "0.17.0",
|
"version": "0.18.0",
|
||||||
"description": "Just Stack Scripts",
|
"description": "Just Stack Scripts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"diff-match-patch": "1.0.4",
|
"diff-match-patch": "1.0.4",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
"glob": "^7.1.3",
|
"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",
|
"just-task": ">=0.9.9 <1.0.0",
|
||||||
"npm-registry-fetch": "^3.9.0",
|
"npm-registry-fetch": "^3.9.0",
|
||||||
"prompts": "^2.0.1",
|
"prompts": "^2.0.1",
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "just-stack-monorepo",
|
"name": "just-stack-monorepo",
|
||||||
"entries": [
|
"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",
|
"version": "0.6.18",
|
||||||
"tag": "just-stack-monorepo_v0.6.18",
|
"tag": "just-stack-monorepo_v0.6.18",
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
# Change Log - just-stack-monorepo
|
# 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
|
## 0.6.18
|
||||||
Wed, 15 May 2019 18:44:04 GMT
|
Wed, 15 May 2019 18:44:04 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "just-stack-monorepo",
|
"name": "just-stack-monorepo",
|
||||||
"version": "0.6.18",
|
"version": "0.6.19",
|
||||||
"just-stack": true,
|
"just-stack": true,
|
||||||
"description": "Just stack for monorepo using Rush",
|
"description": "Just stack for monorepo using Rush",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -23,6 +23,6 @@
|
||||||
"jest": "^24.0.0",
|
"jest": "^24.0.0",
|
||||||
"jest-expect-message": "^1.0.2",
|
"jest-expect-message": "^1.0.2",
|
||||||
"json5": "^2.1.0",
|
"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",
|
"name": "just-stack-single-lib",
|
||||||
"entries": [
|
"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",
|
"version": "0.8.3",
|
||||||
"tag": "just-stack-single-lib_v0.8.3",
|
"tag": "just-stack-single-lib_v0.8.3",
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
# Change Log - just-stack-single-lib
|
# 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
|
## 0.8.3
|
||||||
Fri, 24 May 2019 17:59:43 GMT
|
Fri, 24 May 2019 17:59:43 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "just-stack-single-lib",
|
"name": "just-stack-single-lib",
|
||||||
"version": "0.8.3",
|
"version": "0.8.4",
|
||||||
"just-stack": true,
|
"just-stack": true,
|
||||||
"description": "Just stack for basic Node library",
|
"description": "Just stack for basic Node library",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -22,10 +22,10 @@
|
||||||
"glob": "^7.1.3",
|
"glob": "^7.1.3",
|
||||||
"jest-expect-message": "^1.0.2",
|
"jest-expect-message": "^1.0.2",
|
||||||
"json5": "^2.1.0",
|
"json5": "^2.1.0",
|
||||||
"just-scripts-utils": "^0.7.3",
|
"just-scripts-utils": "^0.8.0",
|
||||||
"@types/jest": "^24.0.0",
|
"@types/jest": "^24.0.0",
|
||||||
"jest": "^24.0.0",
|
"jest": "^24.0.0",
|
||||||
"just-scripts": "^0.17.0",
|
"just-scripts": "^0.18.0",
|
||||||
"just-task": "^0.9.9",
|
"just-task": "^0.9.9",
|
||||||
"ts-jest": "^24.0.1",
|
"ts-jest": "^24.0.1",
|
||||||
"tslib": "^1.9.3",
|
"tslib": "^1.9.3",
|
||||||
|
|
|
@ -1,6 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "just-stack-uifabric",
|
"name": "just-stack-uifabric",
|
||||||
"entries": [
|
"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",
|
"version": "0.11.3",
|
||||||
"tag": "just-stack-uifabric_v0.11.3",
|
"tag": "just-stack-uifabric_v0.11.3",
|
||||||
|
|
|
@ -1,6 +1,13 @@
|
||||||
# Change Log - just-stack-uifabric
|
# 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
|
## 0.11.3
|
||||||
Fri, 24 May 2019 17:59:43 GMT
|
Fri, 24 May 2019 17:59:43 GMT
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "just-stack-uifabric",
|
"name": "just-stack-uifabric",
|
||||||
"version": "0.11.3",
|
"version": "0.11.4",
|
||||||
"description": "Just stack for UI Fabric application with React",
|
"description": "Just stack for UI Fabric application with React",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"just-stack"
|
"just-stack"
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
"webpack-dev-server": "^3.1.14"
|
"webpack-dev-server": "^3.1.14"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"just-scripts-utils": "^0.7.3"
|
"just-scripts-utils": "^0.8.0"
|
||||||
},
|
},
|
||||||
"just-stack": true
|
"just-stack": true
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче