зеркало из https://github.com/microsoft/lage.git
applying package updates
This commit is contained in:
Родитель
226876f3dc
Коммит
a42ae7f6ce
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "Add task error summary to ADO reporter",
|
||||
"packageName": "@lage-run/reporters",
|
||||
"email": "felescoto95@hotmail.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Mon, 30 Jan 2023 17:26:59 GMT",
|
||||
"tag": "@lage-run/cli_v0.7.1",
|
||||
"version": "0.7.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/reporters to v0.3.2",
|
||||
"commit": "226876f3dcc8a16fdf323e714cc9a4cbed088303"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 27 Jan 2023 20:50:27 GMT",
|
||||
"tag": "@lage-run/cli_v0.7.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/cli
|
||||
|
||||
This log was last generated on Fri, 27 Jan 2023 20:50:27 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 30 Jan 2023 17:26:59 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.7.1
|
||||
|
||||
Mon, 30 Jan 2023 17:26:59 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/reporters to v0.3.2
|
||||
|
||||
## 0.7.0
|
||||
|
||||
Fri, 27 Jan 2023 20:50:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Command Line Interface for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
@ -24,7 +24,7 @@
|
|||
"@lage-run/scheduler-types": "^0.3.0",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/cache": "^0.2.3",
|
||||
"@lage-run/reporters": "^0.3.1",
|
||||
"@lage-run/reporters": "^0.3.2",
|
||||
"commander": "^9.4.0",
|
||||
"workspace-tools": "^0.29.0",
|
||||
"chokidar": "3.5.3",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"monorepo-scripts": "*",
|
||||
"@lage-run/cli": "^0.7.0",
|
||||
"@lage-run/cli": "^0.7.1",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/scheduler-types": "^0.3.0",
|
||||
"execa": "5.1.1"
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Mon, 30 Jan 2023 17:26:59 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.33",
|
||||
"version": "2.5.33",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/cli to v0.7.1",
|
||||
"commit": "226876f3dcc8a16fdf323e714cc9a4cbed088303"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 27 Jan 2023 20:50:27 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.32",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/lage
|
||||
|
||||
This log was last generated on Fri, 27 Jan 2023 20:50:27 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 30 Jan 2023 17:26:59 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.5.33
|
||||
|
||||
Mon, 30 Jan 2023 17:26:59 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/cli to v0.7.1
|
||||
|
||||
## 2.5.32
|
||||
|
||||
Fri, 27 Jan 2023 20:50:27 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"version": "2.5.32",
|
||||
"version": "2.5.33",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
"lage": "dist/lage.js"
|
||||
|
@ -16,7 +16,7 @@
|
|||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/cli": "^0.7.0",
|
||||
"@lage-run/cli": "^0.7.1",
|
||||
"@lage-run/scheduler": "^0.8.1",
|
||||
"rollup": "2.79.1",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Mon, 30 Jan 2023 17:26:59 GMT",
|
||||
"tag": "@lage-run/reporters_v0.3.2",
|
||||
"version": "0.3.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "felescoto95@hotmail.com",
|
||||
"package": "@lage-run/reporters",
|
||||
"commit": "226876f3dcc8a16fdf323e714cc9a4cbed088303",
|
||||
"comment": "Add task error summary to ADO reporter"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 27 Jan 2023 00:28:15 GMT",
|
||||
"tag": "@lage-run/reporters_v0.3.1",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/reporters
|
||||
|
||||
This log was last generated on Fri, 27 Jan 2023 00:28:15 GMT and should not be manually modified.
|
||||
This log was last generated on Mon, 30 Jan 2023 17:26:59 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.3.2
|
||||
|
||||
Mon, 30 Jan 2023 17:26:59 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Add task error summary to ADO reporter (felescoto95@hotmail.com)
|
||||
|
||||
## 0.3.1
|
||||
|
||||
Fri, 27 Jan 2023 00:28:15 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Log reporters for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
|
Загрузка…
Ссылка в новой задаче