зеркало из https://github.com/microsoft/lage.git
applying package updates
This commit is contained in:
Родитель
9340358c80
Коммит
bba89f68e0
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче