This commit is contained in:
kchau@microsoft.com 2019-08-05 06:10:22 +00:00
Родитель 3f32788be4
Коммит 5af3ecafc1
31 изменённых файлов: 186 добавлений и 87 удалений

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

@ -1,8 +0,0 @@
{
"type": "major",
"comment": "Switches to using plop.js for codegen",
"packageName": "create-just",
"email": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b",
"date": "2019-08-05T05:37:37.993Z"
}

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "Getting rid of defunct just-stack / monorepo tasks",
"packageName": "just-scripts",
"email": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b",
"date": "2019-08-05T05:38:12.241Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Switches to using plop.js for codegen",
"packageName": "just-scripts-utils",
"email": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b",
"date": "2019-08-05T05:37:52.360Z"
}

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "Switched to Lerna",
"packageName": "just-stack-monorepo",
"email": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b",
"date": "2019-08-05T05:38:24.049Z"
}

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "code gen subsequent packages",
"packageName": "just-stack-react",
"email": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b",
"date": "2019-08-05T05:38:31.984Z"
}

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "Switches to using plop.js for codegen",
"packageName": "just-stack-single-lib",
"email": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b",
"date": "2019-08-05T05:38:36.357Z"
}

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "Switches to using plop.js for codegen",
"packageName": "just-stack-uifabric",
"email": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b",
"date": "2019-08-05T05:38:39.894Z"
}

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

@ -15,12 +15,12 @@
"@types/node": "^10.12.18",
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "0.9.1",
"just-scripts": ">=0.26.0 <1.0.0",
"just-stack-monorepo": "0.6.20",
"just-stack-single-lib": "0.8.7",
"just-stack-uifabric": "0.12.1",
"just-scripts-utils": ">=0.8.2 <1.0.0",
"create-just": "1.0.0",
"just-scripts": ">=0.27.0 <1.0.0",
"just-stack-monorepo": "0.7.0",
"just-stack-single-lib": "0.9.0",
"just-stack-uifabric": "0.13.0",
"just-scripts-utils": ">=0.8.3 <1.0.0",
"fs-extra": "^7.0.1",
"ts-jest": "^24.0.1",
"jest": "^24.0.0"

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

@ -1,6 +1,20 @@
{
"name": "create-just",
"entries": [
{
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
"tag": "create-just_v1.0.0",
"version": "1.0.0",
"comments": {
"major": [
{
"comment": "Switches to using plop.js for codegen",
"author": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b"
}
]
}
},
{
"version": "0.9.0",
"tag": "create-just_v0.9.0",
@ -305,4 +319,4 @@
}
}
]
}
}

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

@ -1,6 +1,13 @@
# Changelog - create-just
# Change Log - create-just
This log was last generated on Mon, 01 Jul 2019 20:15:20 GMT and should not be manually modified.
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
## 1.0.0
Mon, 05 Aug 2019 06:10:22 GMT
### Major
- Switches to using plop.js for codegen (kchau@microsoft.com)
## 0.9.1
Mon, 01 Jul 2019 20:15:20 GMT

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

@ -1,6 +1,6 @@
{
"name": "create-just",
"version": "0.9.1",
"version": "1.0.0",
"description": "Create a new repository using Just",
"repository": {
"type": "git",
@ -31,6 +31,6 @@
"webpack": "~4.29.5",
"webpack-cli": "^3.2.1",
"ts-loader": "^6.0.4",
"just-scripts-utils": ">=0.8.2 <1.0.0"
"just-scripts-utils": ">=0.8.3 <1.0.0"
}
}

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

@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"create-just": "0.9.1"
"create-just": "1.0.0"
},
"devDependencies": {
"@types/node": "^10.12.18"

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

@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"just-scripts": ">=0.26.0 <1.0.0",
"just-scripts": ">=0.27.0 <1.0.0",
"typescript": "~3.4.4"
}
}

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

@ -1,6 +1,20 @@
{
"name": "just-scripts-utils",
"entries": [
{
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
"tag": "just-scripts-utils_v0.8.3",
"version": "0.8.3",
"comments": {
"patch": [
{
"comment": "Switches to using plop.js for codegen",
"author": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b"
}
]
}
},
{
"version": "0.8.1",
"tag": "just-scripts-utils_v0.8.1",
@ -253,4 +267,4 @@
}
}
]
}
}

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

@ -1,6 +1,13 @@
# Changelog - just-scripts-utils
# Change Log - just-scripts-utils
This log was last generated on Mon, 01 Jul 2019 20:15:20 GMT and should not be manually modified.
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
## 0.8.3
Mon, 05 Aug 2019 06:10:22 GMT
### Patches
- Switches to using plop.js for codegen (kchau@microsoft.com)
## 0.8.2
Mon, 01 Jul 2019 20:15:20 GMT

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

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

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

@ -1,6 +1,20 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
"tag": "just-scripts_v0.27.0",
"version": "0.27.0",
"comments": {
"minor": [
{
"comment": "Getting rid of defunct just-stack / monorepo tasks",
"author": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b"
}
]
}
},
{
"date": "Fri, 19 Jul 2019 22:44:26 GMT",
"tag": "just-scripts_v0.26.0",

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

@ -1,6 +1,13 @@
# Change Log - just-scripts
This log was last generated on Fri, 19 Jul 2019 22:44:26 GMT and should not be manually modified.
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
## 0.27.0
Mon, 05 Aug 2019 06:10:22 GMT
### Minor changes
- Getting rid of defunct just-stack / monorepo tasks (kchau@microsoft.com)
## 0.26.0
Fri, 19 Jul 2019 22:44:26 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.26.0",
"version": "0.27.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.8.2 <1.0.0",
"just-scripts-utils": ">=0.8.3 <1.0.0",
"just-task": ">=0.13.1 <1.0.0",
"npm-registry-fetch": "^3.9.0",
"prompts": "^2.0.1",

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

@ -1,6 +1,20 @@
{
"name": "just-stack-monorepo",
"entries": [
{
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
"tag": "just-stack-monorepo_v0.7.0",
"version": "0.7.0",
"comments": {
"minor": [
{
"comment": "Switched to Lerna",
"author": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b"
}
]
}
},
{
"version": "0.6.20",
"tag": "just-stack-monorepo_v0.6.20",
@ -418,4 +432,4 @@
}
}
]
}
}

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

@ -1,6 +1,13 @@
# Change Log - just-stack-monorepo
This log was last generated on Sat, 01 Jun 2019 04:59:34 GMT and should not be manually modified.
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
## 0.7.0
Mon, 05 Aug 2019 06:10:22 GMT
### Minor changes
- Switched to Lerna (kchau@microsoft.com)
## 0.6.20
Sat, 01 Jun 2019 04:59:34 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-monorepo",
"version": "0.6.20",
"version": "0.7.0",
"just-stack": true,
"description": "Just stack for monorepo using Rush",
"repository": {

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

@ -0,0 +1,19 @@
{
"name": "just-stack-react",
"entries": [
{
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
"tag": "just-stack-react_v0.3.0",
"version": "0.3.0",
"comments": {
"minor": [
{
"comment": "code gen subsequent packages",
"author": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b"
}
]
}
}
]
}

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

@ -0,0 +1,10 @@
# Change Log - just-stack-react
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
## 0.3.0
Mon, 05 Aug 2019 06:10:22 GMT
### Minor changes
- code gen subsequent packages (kchau@microsoft.com)

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

@ -1,6 +1,6 @@
{
"name": "just-stack-react",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"main": "index.js",
"dependencies": {

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

@ -1,6 +1,20 @@
{
"name": "just-stack-single-lib",
"entries": [
{
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
"tag": "just-stack-single-lib_v0.9.0",
"version": "0.9.0",
"comments": {
"minor": [
{
"comment": "Switches to using plop.js for codegen",
"author": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b"
}
]
}
},
{
"version": "0.8.7",
"tag": "just-stack-single-lib_v0.8.7",
@ -499,4 +513,4 @@
}
}
]
}
}

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

@ -1,6 +1,13 @@
# Change Log - just-stack-single-lib
This log was last generated on Tue, 04 Jun 2019 15:55:03 GMT and should not be manually modified.
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
## 0.9.0
Mon, 05 Aug 2019 06:10:22 GMT
### Minor changes
- Switches to using plop.js for codegen (kchau@microsoft.com)
## 0.8.7
Tue, 04 Jun 2019 15:55:03 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-single-lib",
"version": "0.8.7",
"version": "0.9.0",
"license": "MIT",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@ -19,7 +19,7 @@
"@types/jest": "^24.0.16",
"beachball": "^1.11.5",
"jest": "^24.8.0",
"just-scripts": "^0.26.0",
"just-scripts": "^0.27.0",
"typescript": "^3.5.3"
}
}

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

@ -1,6 +1,20 @@
{
"name": "just-stack-uifabric",
"entries": [
{
"date": "Mon, 05 Aug 2019 06:10:22 GMT",
"tag": "just-stack-uifabric_v0.13.0",
"version": "0.13.0",
"comments": {
"minor": [
{
"comment": "Switches to using plop.js for codegen",
"author": "kchau@microsoft.com",
"commit": "2ea4e433c300ed8323aaab0fcf03f927ba8ab78b"
}
]
}
},
{
"date": "Fri, 12 Jul 2019 23:29:37 GMT",
"tag": "just-stack-uifabric_v0.12.1",

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

@ -1,6 +1,13 @@
# Change Log - just-stack-uifabric
This log was last generated on Fri, 12 Jul 2019 23:29:37 GMT and should not be manually modified.
This log was last generated on Mon, 05 Aug 2019 06:10:22 GMT and should not be manually modified.
## 0.13.0
Mon, 05 Aug 2019 06:10:22 GMT
### Minor changes
- Switches to using plop.js for codegen (kchau@microsoft.com)
## 0.12.1
Fri, 12 Jul 2019 23:29:37 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-uifabric",
"version": "0.12.1",
"version": "0.13.0",
"description": "Just stack for UI Fabric application with React",
"keywords": [
"just-stack"
@ -12,6 +12,6 @@
"license": "MIT",
"author": "kchau@microsoft.com",
"dependencies": {
"just-stack-react": "^0.2.0"
"just-stack-react": "^0.3.0"
}
}