This commit is contained in:
Ken Chau 2023-01-31 23:54:49 +00:00
Родитель 9340358c80
Коммит bba89f68e0
11 изменённых файлов: 86 добавлений и 17 удалений

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "fixed reporter to not log target status when it should not run at all",
"packageName": "@lage-run/scheduler",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Tue, 31 Jan 2023 23:54:49 GMT",
"tag": "@lage-run/cli_v0.7.3",
"version": "0.7.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v0.8.2",
"commit": "9340358c80d388e0d56b40d1fdb965e1b4e20454"
}
]
}
},
{
"date": "Tue, 31 Jan 2023 18:24:39 GMT",
"tag": "@lage-run/cli_v0.7.2",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/cli
This log was last generated on Tue, 31 Jan 2023 18:24:39 GMT and should not be manually modified.
This log was last generated on Tue, 31 Jan 2023 23:54:49 GMT and should not be manually modified.
<!-- Start content -->
## 0.7.3
Tue, 31 Jan 2023 23:54:49 GMT
### Patches
- Bump @lage-run/scheduler to v0.8.2
## 0.7.2
Tue, 31 Jan 2023 18:24:39 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.7.2",
"version": "0.7.3",
"description": "Command Line Interface for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
@ -20,7 +20,7 @@
"dependencies": {
"@lage-run/find-npm-client": "^0.1.4",
"@lage-run/logger": "^1.2.2",
"@lage-run/scheduler": "^0.8.1",
"@lage-run/scheduler": "^0.8.2",
"@lage-run/scheduler-types": "^0.3.0",
"@lage-run/target-graph": "^0.6.1",
"@lage-run/cache": "^0.2.3",

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

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

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

@ -1,6 +1,27 @@
{
"name": "@lage-run/lage",
"entries": [
{
"date": "Tue, 31 Jan 2023 23:54:49 GMT",
"tag": "@lage-run/lage_v2.5.35",
"version": "2.5.35",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/cli to v0.7.3",
"commit": "9340358c80d388e0d56b40d1fdb965e1b4e20454"
},
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/scheduler to v0.8.2",
"commit": "9340358c80d388e0d56b40d1fdb965e1b4e20454"
}
]
}
},
{
"date": "Tue, 31 Jan 2023 18:24:39 GMT",
"tag": "@lage-run/lage_v2.5.34",

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

@ -1,9 +1,18 @@
# Change Log - @lage-run/lage
This log was last generated on Tue, 31 Jan 2023 18:24:39 GMT and should not be manually modified.
This log was last generated on Tue, 31 Jan 2023 23:54:49 GMT and should not be manually modified.
<!-- Start content -->
## 2.5.35
Tue, 31 Jan 2023 23:54:49 GMT
### Patches
- Bump @lage-run/cli to v0.7.3
- Bump @lage-run/scheduler to v0.8.2
## 2.5.34
Tue, 31 Jan 2023 18:24:39 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.5.34",
"version": "2.5.35",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"
@ -16,8 +16,8 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.7.2",
"@lage-run/scheduler": "^0.8.1",
"@lage-run/cli": "^0.7.3",
"@lage-run/scheduler": "^0.8.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/scheduler",
"entries": [
{
"date": "Tue, 31 Jan 2023 23:54:49 GMT",
"tag": "@lage-run/scheduler_v0.8.2",
"version": "0.8.2",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/scheduler",
"commit": "9340358c80d388e0d56b40d1fdb965e1b4e20454",
"comment": "fixed reporter to not log target status when it should not run at all"
}
]
}
},
{
"date": "Fri, 27 Jan 2023 00:28:15 GMT",
"tag": "@lage-run/scheduler_v0.8.1",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler
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 Tue, 31 Jan 2023 23:54:49 GMT and should not be manually modified.
<!-- Start content -->
## 0.8.2
Tue, 31 Jan 2023 23:54:49 GMT
### Patches
- fixed reporter to not log target status when it should not run at all (kchau@microsoft.com)
## 0.8.1
Fri, 27 Jan 2023 00:28:15 GMT

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

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