зеркало из https://github.com/microsoft/lage.git
applying package updates
This commit is contained in:
Родитель
ac2bf42648
Коммит
0f648ff379
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "switch back to old log reporter when \"verbose\" or \"grouped\" are used",
|
||||
"packageName": "@lage-run/cli",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "major",
|
||||
"comment": "removed the initialize reporter and create reporter APIs (please just instantiate them yourself!)",
|
||||
"packageName": "@lage-run/reporters",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 31 Jan 2023 18:24:39 GMT",
|
||||
"tag": "@lage-run/cli_v0.7.2",
|
||||
"version": "0.7.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/cli",
|
||||
"commit": "ac2bf4264854e06e86236a54421374b2c2602f7b",
|
||||
"comment": "switch back to old log reporter when \"verbose\" or \"grouped\" are used"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/reporters to v1.0.0",
|
||||
"commit": "ac2bf4264854e06e86236a54421374b2c2602f7b"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 30 Jan 2023 17:26:59 GMT",
|
||||
"tag": "@lage-run/cli_v0.7.1",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @lage-run/cli
|
||||
|
||||
This log was last generated on Mon, 30 Jan 2023 17:26:59 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 31 Jan 2023 18:24:39 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.7.2
|
||||
|
||||
Tue, 31 Jan 2023 18:24:39 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- switch back to old log reporter when "verbose" or "grouped" are used (kchau@microsoft.com)
|
||||
- Bump @lage-run/reporters to v1.0.0
|
||||
|
||||
## 0.7.1
|
||||
|
||||
Mon, 30 Jan 2023 17:26:59 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"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.2",
|
||||
"@lage-run/reporters": "^1.0.0",
|
||||
"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.1",
|
||||
"@lage-run/cli": "^0.7.2",
|
||||
"@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": "Tue, 31 Jan 2023 18:24:39 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.34",
|
||||
"version": "2.5.34",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/cli to v0.7.2",
|
||||
"commit": "ac2bf4264854e06e86236a54421374b2c2602f7b"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 30 Jan 2023 17:26:59 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.33",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/lage
|
||||
|
||||
This log was last generated on Mon, 30 Jan 2023 17:26:59 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 31 Jan 2023 18:24:39 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.5.34
|
||||
|
||||
Tue, 31 Jan 2023 18:24:39 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/cli to v0.7.2
|
||||
|
||||
## 2.5.33
|
||||
|
||||
Mon, 30 Jan 2023 17:26:59 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"version": "2.5.33",
|
||||
"version": "2.5.34",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
"lage": "dist/lage.js"
|
||||
|
@ -16,7 +16,7 @@
|
|||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/cli": "^0.7.1",
|
||||
"@lage-run/cli": "^0.7.2",
|
||||
"@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": "Tue, 31 Jan 2023 18:24:39 GMT",
|
||||
"tag": "@lage-run/reporters_v1.0.0",
|
||||
"version": "1.0.0",
|
||||
"comments": {
|
||||
"major": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/reporters",
|
||||
"commit": "ac2bf4264854e06e86236a54421374b2c2602f7b",
|
||||
"comment": "removed the initialize reporter and create reporter APIs (please just instantiate them yourself!)"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 30 Jan 2023 17:26:59 GMT",
|
||||
"tag": "@lage-run/reporters_v0.3.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/reporters
|
||||
|
||||
This log was last generated on Mon, 30 Jan 2023 17:26:59 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 31 Jan 2023 18:24:39 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 1.0.0
|
||||
|
||||
Tue, 31 Jan 2023 18:24:39 GMT
|
||||
|
||||
### Major changes
|
||||
|
||||
- removed the initialize reporter and create reporter APIs (please just instantiate them yourself!) (kchau@microsoft.com)
|
||||
|
||||
## 0.3.2
|
||||
|
||||
Mon, 30 Jan 2023 17:26:59 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/reporters",
|
||||
"version": "0.3.2",
|
||||
"version": "1.0.0",
|
||||
"description": "Log reporters for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
|
Загрузка…
Ссылка в новой задаче