зеркало из https://github.com/microsoft/lage.git
applying package updates
This commit is contained in:
Родитель
d7bf00acf2
Коммит
1a965362c4
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "migrating to V2",
|
||||
"packageName": "@lage-run/cli",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "migrating to V2",
|
||||
"packageName": "@lage-run/scheduler",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "major",
|
||||
"comment": "Promoting v2 to be the @latest tag for npmjs, see [RELEASE.md]",
|
||||
"packageName": "lage",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 07 Feb 2023 23:52:48 GMT",
|
||||
"tag": "@lage-run/cli_v0.8.2",
|
||||
"version": "0.8.2",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/cli",
|
||||
"commit": "d7bf00acf2e7bda7d3e3478b6ef60db0d32ba243",
|
||||
"comment": "migrating to V2"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/cli",
|
||||
"comment": "Bump @lage-run/scheduler to v0.8.3",
|
||||
"commit": "d7bf00acf2e7bda7d3e3478b6ef60db0d32ba243"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Mon, 06 Feb 2023 23:42:51 GMT",
|
||||
"tag": "@lage-run/cli_v0.8.1",
|
||||
|
|
|
@ -1,9 +1,18 @@
|
|||
# Change Log - @lage-run/cli
|
||||
|
||||
This log was last generated on Mon, 06 Feb 2023 23:42:51 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 07 Feb 2023 23:52:48 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.8.2
|
||||
|
||||
Tue, 07 Feb 2023 23:52:48 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- migrating to V2 (kchau@microsoft.com)
|
||||
- Bump @lage-run/scheduler to v0.8.3
|
||||
|
||||
## 0.8.1
|
||||
|
||||
Mon, 06 Feb 2023 23:42:51 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"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.2",
|
||||
"@lage-run/scheduler": "^0.8.3",
|
||||
"@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.8.1",
|
||||
"@lage-run/cli": "^0.8.2",
|
||||
"@lage-run/target-graph": "^0.6.1",
|
||||
"@lage-run/scheduler-types": "^0.3.0",
|
||||
"execa": "5.1.1"
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "lage",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Tue, 07 Feb 2023 23:52:48 GMT",
|
||||
"tag": "lage_v2.0.0",
|
||||
"version": "2.0.0",
|
||||
"comments": {
|
||||
"major": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "lage",
|
||||
"commit": "d7bf00acf2e7bda7d3e3478b6ef60db0d32ba243",
|
||||
"comment": "Promoting v2 to be the @latest tag for npmjs, see [RELEASE.md]"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "lage",
|
||||
"comment": "Bump @lage-run/cli to v0.8.2",
|
||||
"commit": "d7bf00acf2e7bda7d3e3478b6ef60db0d32ba243"
|
||||
},
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "lage",
|
||||
"comment": "Bump @lage-run/scheduler to v0.8.3",
|
||||
"commit": "d7bf00acf2e7bda7d3e3478b6ef60db0d32ba243"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
# Change Log - lage
|
||||
|
||||
This log was last generated on Tue, 07 Feb 2023 23:52:48 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.0.0
|
||||
|
||||
Tue, 07 Feb 2023 23:52:48 GMT
|
||||
|
||||
### Major changes
|
||||
|
||||
- Promoting v2 to be the @latest tag for npmjs, see [RELEASE.md] (kchau@microsoft.com)
|
||||
- Bump @lage-run/cli to v0.8.2
|
||||
- Bump @lage-run/scheduler to v0.8.3
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "lage",
|
||||
"version": "1.9.6",
|
||||
"version": "2.0.0",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
"lage": "dist/lage.js"
|
||||
|
@ -16,8 +16,8 @@
|
|||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/cli": "^0.8.1",
|
||||
"@lage-run/scheduler": "^0.8.2",
|
||||
"@lage-run/cli": "^0.8.2",
|
||||
"@lage-run/scheduler": "^0.8.3",
|
||||
"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, 07 Feb 2023 23:52:48 GMT",
|
||||
"tag": "@lage-run/scheduler_v0.8.3",
|
||||
"version": "0.8.3",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/scheduler",
|
||||
"commit": "d7bf00acf2e7bda7d3e3478b6ef60db0d32ba243",
|
||||
"comment": "migrating to V2"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Tue, 31 Jan 2023 23:54:49 GMT",
|
||||
"tag": "@lage-run/scheduler_v0.8.2",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/scheduler
|
||||
|
||||
This log was last generated on Tue, 31 Jan 2023 23:54:49 GMT and should not be manually modified.
|
||||
This log was last generated on Tue, 07 Feb 2023 23:52:48 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.8.3
|
||||
|
||||
Tue, 07 Feb 2023 23:52:48 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- migrating to V2 (kchau@microsoft.com)
|
||||
|
||||
## 0.8.2
|
||||
|
||||
Tue, 31 Jan 2023 23:54:49 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/scheduler",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"description": "Scheduler for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
|
Загрузка…
Ссылка в новой задаче