This commit is contained in:
kchau@microsoft.com 2019-07-05 16:59:55 +00:00
Родитель ac47413c25
Коммит 5797f01cc7
15 изменённых файлов: 83 добавлений и 36 удалений

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

@ -1,8 +0,0 @@
{
"comment": "allow webpacktask to take in promises inside the module exports",
"type": "minor",
"packageName": "just-scripts",
"email": "kchau@microsoft.com",
"commit": "46f75cd04ae78e4d93b392e30d9b4970bdb04217",
"date": "2019-07-05T16:45:14.177Z"
}

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

@ -1,8 +0,0 @@
{
"comment": "Uppercase the S in TypeScript",
"type": "patch",
"packageName": "just-task",
"email": "orta.therox@gmail.com",
"commit": "6a81b5b8cab4f3dccfe3408e300ac4bc70c4719f",
"date": "2019-07-02T19:59:00.583Z"
}

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

@ -1,8 +0,0 @@
{
"comment": "Uppercase the S in TypeScript",
"type": "patch",
"packageName": "just-task-docs",
"email": "orta.therox@gmail.com",
"commit": "6a81b5b8cab4f3dccfe3408e300ac4bc70c4719f",
"date": "2019-07-02T19:58:55.292Z"
}

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

@ -16,7 +16,7 @@
"@types/jest": "^23.3.13",
"@types/fs-extra": "^5.0.5",
"create-just": "0.9.1",
"just-scripts": ">=0.24.2 <1.0.0",
"just-scripts": ">=0.25.0 <1.0.0",
"just-stack-monorepo": "0.6.20",
"just-stack-single-lib": "0.8.7",
"just-stack-uifabric": "0.12.0",

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

@ -0,0 +1,19 @@
{
"name": "just-task-docs",
"entries": [
{
"date": "Fri, 05 Jul 2019 16:59:55 GMT",
"tag": "just-task-docs_v0.0.2",
"version": "0.0.2",
"comments": {
"patch": [
{
"comment": "Uppercase the S in TypeScript",
"author": "orta.therox@gmail.com",
"commit": "6a81b5b8cab4f3dccfe3408e300ac4bc70c4719f"
}
]
}
}
]
}

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

@ -0,0 +1,10 @@
# Change Log - just-task-docs
This log was last generated on Fri, 05 Jul 2019 16:59:55 GMT and should not be manually modified.
## 0.0.2
Fri, 05 Jul 2019 16:59:55 GMT
### Patches
- Uppercase the S in TypeScript (orta.therox@gmail.com)

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

@ -1,6 +1,6 @@
{
"name": "just-task-docs",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"examples": "docusaurus-examples",
"start": "docusaurus-start",

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

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

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

@ -1,6 +1,20 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Fri, 05 Jul 2019 16:59:55 GMT",
"tag": "just-scripts_v0.25.0",
"version": "0.25.0",
"comments": {
"minor": [
{
"comment": "allow webpacktask to take in promises inside the module exports",
"author": "kchau@microsoft.com",
"commit": "46f75cd04ae78e4d93b392e30d9b4970bdb04217"
}
]
}
},
{
"version": "0.20.0",
"tag": "just-scripts_v0.20.0",
@ -604,4 +618,4 @@
}
}
]
}
}

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

@ -1,6 +1,13 @@
# Changelog - just-scripts
# Change Log - just-scripts
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 Fri, 05 Jul 2019 16:59:55 GMT and should not be manually modified.
## 0.25.0
Fri, 05 Jul 2019 16:59:55 GMT
### Minor changes
- allow webpacktask to take in promises inside the module exports (kchau@microsoft.com)
## 0.24.2
Mon, 01 Jul 2019 20:15:20 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "0.24.2",
"version": "0.25.0",
"description": "Just Stack Scripts",
"repository": {
"type": "git",
@ -20,7 +20,7 @@
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"just-scripts-utils": ">=0.8.2 <1.0.0",
"just-task": ">=0.12.0 <1.0.0",
"just-task": ">=0.12.1 <1.0.0",
"npm-registry-fetch": "^3.9.0",
"prompts": "^2.0.1",
"run-parallel-limit": "^1.0.5",

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

@ -25,8 +25,8 @@
"just-scripts-utils": "^0.8.2",
"@types/jest": "^24.0.0",
"jest": "^24.0.0",
"just-scripts": "^0.24.2",
"just-task": "^0.12.0",
"just-scripts": "^0.25.0",
"just-task": "^0.12.1",
"ts-jest": "^24.0.1",
"tslib": "^1.9.3",
"typescript": "^3.2.4"

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

@ -1,6 +1,20 @@
{
"name": "just-task",
"entries": [
{
"date": "Fri, 05 Jul 2019 16:59:55 GMT",
"tag": "just-task_v0.12.1",
"version": "0.12.1",
"comments": {
"patch": [
{
"comment": "Uppercase the S in TypeScript",
"author": "orta.therox@gmail.com",
"commit": "6a81b5b8cab4f3dccfe3408e300ac4bc70c4719f"
}
]
}
},
{
"date": "Thu, 04 Jul 2019 02:04:13 GMT",
"tag": "just-task_v0.12.0",

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

@ -1,6 +1,13 @@
# Change Log - just-task
This log was last generated on Thu, 04 Jul 2019 02:04:13 GMT and should not be manually modified.
This log was last generated on Fri, 05 Jul 2019 16:59:55 GMT and should not be manually modified.
## 0.12.1
Fri, 05 Jul 2019 16:59:55 GMT
### Patches
- Uppercase the S in TypeScript (orta.therox@gmail.com)
## 0.12.0
Thu, 04 Jul 2019 02:04:13 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-task",
"version": "0.12.0",
"version": "0.12.1",
"description": "Build task definition library",
"keywords": [],
"repository": {