This commit is contained in:
Ken Chau 2022-12-08 00:49:29 +00:00
Родитель ad281dfe8b
Коммит 2abd245b24
16 изменённых файлов: 126 добавлений и 34 удалений

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "sets the default to progress",
"packageName": "@lage-run/cli",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "adding some more niceties to progress reporter",
"packageName": "@lage-run/reporters",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "sets the default to progress",
"packageName": "@lage-run/scheduler",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,33 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Thu, 08 Dec 2022 00:49:28 GMT",
"tag": "@lage-run/cli_v0.5.6",
"version": "0.5.6",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/cli",
"commit": "ad281dfe8b222d949130821828a680d1c3625154",
"comment": "sets the default to progress"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v0.7.2",
"commit": "ad281dfe8b222d949130821828a680d1c3625154"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/reporters to v0.2.43",
"commit": "ad281dfe8b222d949130821828a680d1c3625154"
}
]
}
},
{
"date": "Tue, 06 Dec 2022 23:28:12 GMT",
"tag": "@lage-run/cli_v0.5.5",

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

@ -1,9 +1,19 @@
# Change Log - @lage-run/cli
This log was last generated on Tue, 06 Dec 2022 23:28:12 GMT and should not be manually modified.
This log was last generated on Thu, 08 Dec 2022 00:49:28 GMT and should not be manually modified.
<!-- Start content -->
## 0.5.6
Thu, 08 Dec 2022 00:49:28 GMT
### Patches
- sets the default to progress (kchau@microsoft.com)
- Bump @lage-run/scheduler to v0.7.2
- Bump @lage-run/reporters to v0.2.43
## 0.5.5
Tue, 06 Dec 2022 23:28:12 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.5.5",
"version": "0.5.6",
"description": "Command Line Interface for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -20,11 +20,11 @@
"dependencies": {
"@lage-run/find-npm-client": "^0.1.4",
"@lage-run/logger": "^1.2.2",
"@lage-run/scheduler": "^0.7.1",
"@lage-run/scheduler": "^0.7.2",
"@lage-run/scheduler-types": "^0.2.10",
"@lage-run/target-graph": "^0.6.1",
"@lage-run/cache": "^0.2.3",
"@lage-run/reporters": "^0.2.42",
"@lage-run/reporters": "^0.2.43",
"commander": "^9.4.0",
"workspace-tools": "^0.29.0",
"chokidar": "3.5.3",

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

@ -20,7 +20,7 @@
},
"dependencies": {
"monorepo-scripts": "*",
"@lage-run/cli": "^0.5.5",
"@lage-run/cli": "^0.5.6",
"@lage-run/target-graph": "^0.6.1",
"@lage-run/scheduler-types": "^0.2.10",
"execa": "5.1.1"

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

@ -1,6 +1,27 @@
{
"name": "@lage-run/lage",
"entries": [
{
"date": "Thu, 08 Dec 2022 00:49:28 GMT",
"tag": "@lage-run/lage_v2.5.23",
"version": "2.5.23",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/cli to v0.5.6",
"commit": "ad281dfe8b222d949130821828a680d1c3625154"
},
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/scheduler to v0.7.2",
"commit": "ad281dfe8b222d949130821828a680d1c3625154"
}
]
}
},
{
"date": "Tue, 06 Dec 2022 23:28:12 GMT",
"tag": "@lage-run/lage_v2.5.22",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/lage
This log was last generated on Tue, 06 Dec 2022 23:28:12 GMT and should not be manually modified.
This log was last generated on Thu, 08 Dec 2022 00:49:28 GMT and should not be manually modified.
<!-- Start content -->
## 2.5.23
Thu, 08 Dec 2022 00:49:28 GMT
### Patches
- Bump @lage-run/cli to v0.5.6
- Bump @lage-run/scheduler to v0.7.2
## 2.5.22
Tue, 06 Dec 2022 23:28:12 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.5.22",
"version": "2.5.23",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"
@ -16,8 +16,8 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.5.5",
"@lage-run/scheduler": "^0.7.1",
"@lage-run/cli": "^0.5.6",
"@lage-run/scheduler": "^0.7.2",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "14.1.0",

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/reporters",
"entries": [
{
"date": "Thu, 08 Dec 2022 00:49:28 GMT",
"tag": "@lage-run/reporters_v0.2.43",
"version": "0.2.43",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/reporters",
"commit": "ad281dfe8b222d949130821828a680d1c3625154",
"comment": "adding some more niceties to progress reporter"
}
]
}
},
{
"date": "Tue, 06 Dec 2022 23:33:47 GMT",
"tag": "@lage-run/reporters_v0.2.42",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/reporters
This log was last generated on Tue, 06 Dec 2022 23:28:12 GMT and should not be manually modified.
This log was last generated on Thu, 08 Dec 2022 00:49:28 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.43
Thu, 08 Dec 2022 00:49:28 GMT
### Patches
- adding some more niceties to progress reporter (kchau@microsoft.com)
## 0.2.42
Tue, 06 Dec 2022 23:28:12 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/reporters",
"version": "0.2.42",
"version": "0.2.43",
"description": "Log reporters for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Thu, 08 Dec 2022 00:49:28 GMT",
"tag": "@lage-run/scheduler_v0.7.2",
"version": "0.7.2",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/scheduler",
"commit": "ad281dfe8b222d949130821828a680d1c3625154",
"comment": "sets the default to progress"
}
]
}
},
{
"date": "Tue, 06 Dec 2022 00:48:02 GMT",
"tag": "@lage-run/scheduler_v0.7.1",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler
This log was last generated on Tue, 06 Dec 2022 00:48:02 GMT and should not be manually modified.
This log was last generated on Thu, 08 Dec 2022 00:49:28 GMT and should not be manually modified.
<!-- Start content -->
## 0.7.2
Thu, 08 Dec 2022 00:49:28 GMT
### Patches
- sets the default to progress (kchau@microsoft.com)
## 0.7.1
Tue, 06 Dec 2022 00:48:02 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "0.7.1",
"version": "0.7.2",
"description": "Scheduler for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"