зеркало из https://github.com/microsoft/just.git
applying package updates
This commit is contained in:
Родитель
dd4f1b0db3
Коммит
cc4570e321
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"comment": "fixing release pipeline",
|
||||
"type": "patch",
|
||||
"packageName": "just-plop-helpers",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fixing release pipeline and the empty lib folder",
|
||||
"packageName": "just-scripts",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fixing release pipeline and the empty lib folder",
|
||||
"packageName": "just-scripts-utils",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fixing release pipeline and the empty lib folder",
|
||||
"packageName": "just-task",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fixing release pipeline and the empty lib folder",
|
||||
"packageName": "just-task-logger",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "just-repo-utils",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 14 Jan 2021 20:55:06 GMT",
|
||||
"tag": "just-repo-utils_v0.4.0",
|
||||
"version": "0.4.0",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Bump just-task-logger to v1.1.1",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "dd4f1b0db3fb6ce3769ed38ebf410bcc6d4da567",
|
||||
"package": "just-repo-utils"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 23:22:52 GMT",
|
||||
"tag": "just-repo-utils_v0.4.0",
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
# Change Log - just-repo-utils
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 23:22:52 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 14 Jan 2021 20:55:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.4.0
|
||||
|
||||
Thu, 14 Jan 2021 20:55:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump just-task-logger to v1.1.1 (kchau@microsoft.com)
|
||||
|
||||
## 0.4.0
|
||||
|
||||
Wed, 13 Jan 2021 23:22:52 GMT
|
||||
|
||||
### Patches
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"fs-extra": "^7.0.1",
|
||||
"glob": "^7.1.3",
|
||||
"jju": "^1.4.0",
|
||||
"just-task-logger": ">=1.1.0 <2.0.0"
|
||||
"just-task-logger": ">=1.1.1 <2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^5.0.4",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "example-lib",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 14 Jan 2021 20:55:06 GMT",
|
||||
"tag": "example-lib_v1.0.0",
|
||||
"version": "1.0.0",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Bump just-scripts to v1.3.1",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "dd4f1b0db3fb6ce3769ed38ebf410bcc6d4da567",
|
||||
"package": "example-lib"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 23:22:52 GMT",
|
||||
"tag": "example-lib_v1.0.0",
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
# Change Log - example-lib
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 23:22:52 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 14 Jan 2021 20:55:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.0.0
|
||||
|
||||
Thu, 14 Jan 2021 20:55:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump just-scripts to v1.3.1 (kchau@microsoft.com)
|
||||
|
||||
## 1.0.0
|
||||
|
||||
Wed, 13 Jan 2021 23:22:52 GMT
|
||||
|
||||
### Patches
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"just-scripts": ">=1.3.0 <2.0.0",
|
||||
"just-scripts": ">=1.3.1 <2.0.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "~4.1.3"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "just-plop-helpers",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 14 Jan 2021 20:55:06 GMT",
|
||||
"tag": "just-plop-helpers_v1.2.1",
|
||||
"version": "1.2.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "fixing release pipeline",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "dd4f1b0db3fb6ce3769ed38ebf410bcc6d4da567",
|
||||
"package": "just-plop-helpers"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 23:22:52 GMT",
|
||||
"tag": "just-plop-helpers_v1.2.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - just-plop-helpers
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 23:22:52 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 14 Jan 2021 20:55:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.2.1
|
||||
|
||||
Thu, 14 Jan 2021 20:55:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fixing release pipeline (kchau@microsoft.com)
|
||||
|
||||
## 1.2.0
|
||||
|
||||
Wed, 13 Jan 2021 23:22:52 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-plop-helpers",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"main": "index.js",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "just-scripts-utils",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 14 Jan 2021 20:55:06 GMT",
|
||||
"tag": "just-scripts-utils_v1.1.1",
|
||||
"version": "1.1.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "fixing release pipeline and the empty lib folder",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "dd4f1b0db3fb6ce3769ed38ebf410bcc6d4da567",
|
||||
"package": "just-scripts-utils"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 23:22:52 GMT",
|
||||
"tag": "just-scripts-utils_v1.1.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - just-scripts-utils
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 23:22:52 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 14 Jan 2021 20:55:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.1.1
|
||||
|
||||
Thu, 14 Jan 2021 20:55:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fixing release pipeline and the empty lib folder (kchau@microsoft.com)
|
||||
|
||||
## 1.1.0
|
||||
|
||||
Wed, 13 Jan 2021 23:22:52 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-scripts-utils",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Utilities for Just stack scripts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"glob": "^7.1.3",
|
||||
"handlebars": "^4.7.6",
|
||||
"jju": "^1.4.0",
|
||||
"just-task-logger": ">=1.1.0 <2.0.0",
|
||||
"just-task-logger": ">=1.1.1 <2.0.0",
|
||||
"marked": "^1.2.7",
|
||||
"marked-terminal": "^4.1.0",
|
||||
"semver": "^7.0.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "just-scripts",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 14 Jan 2021 20:55:06 GMT",
|
||||
"tag": "just-scripts_v1.3.1",
|
||||
"version": "1.3.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "fixing release pipeline and the empty lib folder",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "dd4f1b0db3fb6ce3769ed38ebf410bcc6d4da567",
|
||||
"package": "just-scripts"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 23:22:52 GMT",
|
||||
"tag": "just-scripts_v1.3.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - just-scripts
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 23:22:52 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 14 Jan 2021 20:55:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.3.1
|
||||
|
||||
Thu, 14 Jan 2021 20:55:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fixing release pipeline and the empty lib folder (kchau@microsoft.com)
|
||||
|
||||
## 1.3.0
|
||||
|
||||
Wed, 13 Jan 2021 23:22:52 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-scripts",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "Just Stack Scripts",
|
||||
"keywords": [],
|
||||
"repository": {
|
||||
|
@ -26,8 +26,8 @@
|
|||
"diff-match-patch": "1.0.5",
|
||||
"fs-extra": "^8.0.0",
|
||||
"glob": "^7.1.3",
|
||||
"just-scripts-utils": ">=1.1.0 <2.0.0",
|
||||
"just-task": ">=1.1.0 <2.0.0",
|
||||
"just-scripts-utils": ">=1.1.1 <2.0.0",
|
||||
"just-task": ">=1.1.1 <2.0.0",
|
||||
"prompts": "^2.4.0",
|
||||
"run-parallel-limit": "^1.0.6",
|
||||
"supports-color": "^8.1.0",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "just-task-logger",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 14 Jan 2021 20:55:06 GMT",
|
||||
"tag": "just-task-logger_v1.1.1",
|
||||
"version": "1.1.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "fixing release pipeline and the empty lib folder",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "dd4f1b0db3fb6ce3769ed38ebf410bcc6d4da567",
|
||||
"package": "just-task-logger"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 23:22:52 GMT",
|
||||
"tag": "just-task-logger_v1.1.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - just-task-logger
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 23:22:52 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 14 Jan 2021 20:55:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.1.1
|
||||
|
||||
Thu, 14 Jan 2021 20:55:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fixing release pipeline and the empty lib folder (kchau@microsoft.com)
|
||||
|
||||
## 1.1.0
|
||||
|
||||
Wed, 13 Jan 2021 23:22:52 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-task-logger",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Logger for Just scripts and tasks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "just-task",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Thu, 14 Jan 2021 20:55:06 GMT",
|
||||
"tag": "just-task_v1.1.1",
|
||||
"version": "1.1.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "fixing release pipeline and the empty lib folder",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "dd4f1b0db3fb6ce3769ed38ebf410bcc6d4da567",
|
||||
"package": "just-task"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Wed, 13 Jan 2021 23:22:52 GMT",
|
||||
"tag": "just-task_v1.1.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - just-task
|
||||
|
||||
This log was last generated on Wed, 13 Jan 2021 23:22:52 GMT and should not be manually modified.
|
||||
This log was last generated on Thu, 14 Jan 2021 20:55:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.1.1
|
||||
|
||||
Thu, 14 Jan 2021 20:55:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fixing release pipeline and the empty lib folder (kchau@microsoft.com)
|
||||
|
||||
## 1.1.0
|
||||
|
||||
Wed, 13 Jan 2021 23:22:52 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "just-task",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Build task definition library",
|
||||
"keywords": [],
|
||||
"repository": {
|
||||
|
@ -24,7 +24,7 @@
|
|||
"bach": "^1.2.0",
|
||||
"chalk": "^4.0.0",
|
||||
"fs-extra": "^8.0.0",
|
||||
"just-task-logger": ">=1.1.0 <2.0.0",
|
||||
"just-task-logger": ">=1.1.1 <2.0.0",
|
||||
"resolve": "^1.19.0",
|
||||
"undertaker": "^1.3.0",
|
||||
"undertaker-registry": "^1.0.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче