This commit is contained in:
kchau@microsoft.com 2019-04-24 23:38:23 +00:00
Родитель da7f98040b
Коммит 042306a101
33 изменённых файлов: 198 добавлений и 169 удалений

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

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

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "create-just",
"comment": "Adds an ability to specify a path for template (helps with testing templates in development)",
"type": "minor"
}
],
"packageName": "create-just",
"email": "kchau@microsoft.com"
}

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "create-just",
"comment": "adds a init command ability to pass in relative paths",
"type": "patch"
}
],
"packageName": "create-just",
"email": "kchau@microsoft.com"
}

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

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

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts-utils",
"comment": "add ability to use path for template",
"type": "patch"
}
],
"packageName": "just-scripts-utils",
"email": "kchau@microsoft.com"
}

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

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

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-scripts",
"comment": "Added webpack overlays and such",
"type": "patch"
}
],
"packageName": "just-scripts",
"email": "kchau@microsoft.com"
}

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

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

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

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

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

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

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-stack-uifabric",
"comment": "Added a bit more default page look",
"type": "minor"
}
],
"packageName": "just-stack-uifabric",
"email": "kchau@microsoft.com"
}

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

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

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "just-stack-uifabric",
"comment": "adds logo",
"type": "patch"
}
],
"packageName": "just-stack-uifabric",
"email": "kchau@microsoft.com"
}

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

@ -1,6 +1,31 @@
{
"name": "create-just",
"entries": [
{
"version": "0.7.0",
"tag": "create-just_v0.7.0",
"date": "Wed, 24 Apr 2019 23:38:23 GMT",
"comments": {
"patch": [
{
"comment": "npm install with output streaming"
},
{
"comment": "adds a init command ability to pass in relative paths"
}
],
"minor": [
{
"comment": "Adds an ability to specify a path for template (helps with testing templates in development)"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.7.0 <1.0.0` to `>=0.7.1 <1.0.0`"
}
]
}
},
{
"version": "0.6.6",
"tag": "create-just_v0.6.6",

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

@ -1,6 +1,18 @@
# Change Log - create-just
This log was last generated on Tue, 23 Apr 2019 16:19:37 GMT and should not be manually modified.
This log was last generated on Wed, 24 Apr 2019 23:38:23 GMT and should not be manually modified.
## 0.7.0
Wed, 24 Apr 2019 23:38:23 GMT
### Minor changes
- Adds an ability to specify a path for template (helps with testing templates in development)
### Patches
- npm install with output streaming
- adds a init command ability to pass in relative paths
## 0.6.6
Tue, 23 Apr 2019 16:19:37 GMT

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

@ -1,6 +1,6 @@
{
"name": "create-just",
"version": "0.6.6",
"version": "0.7.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.0 <1.0.0"
"just-scripts-utils": ">=0.7.1 <1.0.0"
}
}

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

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

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

@ -15,12 +15,12 @@
"@types/node": "^10.12.18",
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "0.6.6",
"just-scripts": ">=0.14.3 <1.0.0",
"just-stack-monorepo": "0.6.14",
"just-stack-single-lib": "0.6.1",
"just-stack-uifabric": "0.9.1",
"just-scripts-utils": ">=0.7.0 <1.0.0",
"create-just": "0.7.0",
"just-scripts": ">=0.14.4 <1.0.0",
"just-stack-monorepo": "0.6.15",
"just-stack-single-lib": "0.6.2",
"just-stack-uifabric": "0.10.0",
"just-scripts-utils": ">=0.7.1 <1.0.0",
"fs-extra": "^7.0.1",
"ts-jest": "^24.0.1",
"jest": "^24.0.0"

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

@ -1,6 +1,21 @@
{
"name": "just-scripts-utils",
"entries": [
{
"version": "0.7.1",
"tag": "just-scripts-utils_v0.7.1",
"date": "Wed, 24 Apr 2019 23:38:23 GMT",
"comments": {
"patch": [
{
"comment": "up dep"
},
{
"comment": "add ability to use path for template"
}
]
}
},
{
"version": "0.7.0",
"tag": "just-scripts-utils_v0.7.0",

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

@ -1,6 +1,14 @@
# Change Log - just-scripts-utils
This log was last generated on Wed, 10 Apr 2019 20:30:38 GMT and should not be manually modified.
This log was last generated on Wed, 24 Apr 2019 23:38:23 GMT and should not be manually modified.
## 0.7.1
Wed, 24 Apr 2019 23:38:23 GMT
### Patches
- up dep
- add ability to use path for template
## 0.7.0
Wed, 10 Apr 2019 20:30:38 GMT

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

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

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

@ -1,6 +1,23 @@
{
"name": "just-scripts",
"entries": [
{
"version": "0.14.4",
"tag": "just-scripts_v0.14.4",
"date": "Wed, 24 Apr 2019 23:38:23 GMT",
"comments": {
"patch": [
{
"comment": "Added webpack overlays and such"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `>=0.7.0 <1.0.0` to `>=0.7.1 <1.0.0`"
}
]
}
},
{
"version": "0.14.3",
"tag": "just-scripts_v0.14.3",

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

@ -1,6 +1,13 @@
# Change Log - just-scripts
This log was last generated on Tue, 23 Apr 2019 16:19:37 GMT and should not be manually modified.
This log was last generated on Wed, 24 Apr 2019 23:38:23 GMT and should not be manually modified.
## 0.14.4
Wed, 24 Apr 2019 23:38:23 GMT
### Patches
- Added webpack overlays and such
## 0.14.3
Tue, 23 Apr 2019 16:19:37 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.14.3",
"version": "0.14.4",
"description": "Just Stack Scripts",
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"diff-match-patch": "1.0.4",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"just-scripts-utils": ">=0.7.0 <1.0.0",
"just-scripts-utils": ">=0.7.1 <1.0.0",
"just-task": ">=0.9.0 <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.15",
"tag": "just-stack-monorepo_v0.6.15",
"date": "Wed, 24 Apr 2019 23:38:23 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `0.7.0` to `0.7.1`"
}
]
}
},
{
"version": "0.6.14",
"tag": "just-stack-monorepo_v0.6.14",

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

@ -1,6 +1,11 @@
# Change Log - just-stack-monorepo
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 Wed, 24 Apr 2019 23:38:23 GMT and should not be manually modified.
## 0.6.15
Wed, 24 Apr 2019 23:38:23 GMT
*Version update only*
## 0.6.14
Fri, 19 Apr 2019 01:51:22 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-monorepo",
"version": "0.6.14",
"version": "0.6.15",
"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.0"
"just-scripts-utils": "0.7.1"
}
}

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

@ -1,6 +1,29 @@
{
"name": "just-stack-single-lib",
"entries": [
{
"version": "0.6.2",
"tag": "just-stack-single-lib_v0.6.2",
"date": "Wed, 24 Apr 2019 23:38:23 GMT",
"comments": {
"patch": [
{
"comment": "up dep"
},
{
"comment": "bump dep"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `^0.7.0` to `^0.7.1`"
},
{
"comment": "Updating dependency \"just-scripts\" from `^0.14.3` to `^0.14.4`"
}
]
}
},
{
"version": "0.6.1",
"tag": "just-stack-single-lib_v0.6.1",

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

@ -1,6 +1,14 @@
# Change Log - just-stack-single-lib
This log was last generated on Tue, 23 Apr 2019 16:47:58 GMT and should not be manually modified.
This log was last generated on Wed, 24 Apr 2019 23:38:23 GMT and should not be manually modified.
## 0.6.2
Wed, 24 Apr 2019 23:38:23 GMT
### Patches
- up dep
- bump dep
## 0.6.1
Tue, 23 Apr 2019 16:47:58 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-single-lib",
"version": "0.6.1",
"version": "0.6.2",
"just-stack": true,
"description": "Just stack for basic Node library",
"repository": {
@ -25,10 +25,10 @@
"glob": "^7.1.3",
"jest-expect-message": "^1.0.2",
"json5": "^2.1.0",
"just-scripts-utils": "^0.7.0",
"just-scripts-utils": "^0.7.1",
"@types/jest": "^24.0.0",
"jest": "^24.0.0",
"just-scripts": "^0.14.3",
"just-scripts": "^0.14.4",
"just-task": "^0.9.0",
"ts-jest": "^24.0.1",
"tslib": "^1.9.3",

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

@ -1,6 +1,34 @@
{
"name": "just-stack-uifabric",
"entries": [
{
"version": "0.10.0",
"tag": "just-stack-uifabric_v0.10.0",
"date": "Wed, 24 Apr 2019 23:38:23 GMT",
"comments": {
"minor": [
{
"comment": "Added a bit more default page look"
}
],
"patch": [
{
"comment": "up dep"
},
{
"comment": "adds logo"
}
],
"dependency": [
{
"comment": "Updating dependency \"just-scripts-utils\" from `^0.7.0` to `^0.7.1`"
},
{
"comment": "Updating dependency \"just-scripts\" from `^0.14.3` to `^0.14.4`"
}
]
}
},
{
"version": "0.9.1",
"tag": "just-stack-uifabric_v0.9.1",

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

@ -1,6 +1,18 @@
# Change Log - just-stack-uifabric
This log was last generated on Tue, 23 Apr 2019 16:47:58 GMT and should not be manually modified.
This log was last generated on Wed, 24 Apr 2019 23:38:23 GMT and should not be manually modified.
## 0.10.0
Wed, 24 Apr 2019 23:38:23 GMT
### Minor changes
- Added a bit more default page look
### Patches
- up dep
- adds logo
## 0.9.1
Tue, 23 Apr 2019 16:47:58 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-stack-uifabric",
"version": "0.9.1",
"version": "0.10.0",
"just-stack": true,
"description": "Just stack for UI Fabric application with React",
"repository": {
@ -29,8 +29,8 @@
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.0.0",
"just-scripts-utils": "^0.7.0",
"just-scripts": "^0.14.3",
"just-scripts-utils": "^0.7.1",
"just-scripts": "^0.14.4",
"just-task": "^0.9.0",
"node-sass": "^4.11.0",
"postcss": "^7.0.13",