зеркало из https://github.com/microsoft/lage.git
applying package updates
This commit is contained in:
Родитель
597b0e8ad2
Коммит
659d7d29b9
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "make sure to take the task args into account for caching",
|
||||
"packageName": "@lage-run/cli",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 27 Jan 2023 20:02:06 GMT",
|
||||
"tag": "@lage-run/cli_v0.6.4",
|
||||
"version": "0.6.4",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "kchau@microsoft.com",
|
||||
"package": "@lage-run/cli",
|
||||
"commit": "597b0e8ad233f460a0d16e0996079fa97bd9de14",
|
||||
"comment": "make sure to take the task args into account for caching"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 27 Jan 2023 00:28:15 GMT",
|
||||
"tag": "@lage-run/cli_v0.6.3",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/cli
|
||||
|
||||
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 Fri, 27 Jan 2023 20:02:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 0.6.4
|
||||
|
||||
Fri, 27 Jan 2023 20:02:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- make sure to take the task args into account for caching (kchau@microsoft.com)
|
||||
|
||||
## 0.6.3
|
||||
|
||||
Fri, 27 Jan 2023 00:28:15 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/cli",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"description": "Command Line Interface for Lage",
|
||||
"repository": {
|
||||
"url": "https://github.com/microsoft/lage"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"monorepo-scripts": "*",
|
||||
"@lage-run/cli": "^0.6.3",
|
||||
"@lage-run/cli": "^0.6.4",
|
||||
"@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": "Fri, 27 Jan 2023 20:02:06 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.31",
|
||||
"version": "2.5.31",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"author": "beachball",
|
||||
"package": "@lage-run/lage",
|
||||
"comment": "Bump @lage-run/cli to v0.6.4",
|
||||
"commit": "597b0e8ad233f460a0d16e0996079fa97bd9de14"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 27 Jan 2023 00:28:15 GMT",
|
||||
"tag": "@lage-run/lage_v2.5.30",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - @lage-run/lage
|
||||
|
||||
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 Fri, 27 Jan 2023 20:02:06 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 2.5.31
|
||||
|
||||
Fri, 27 Jan 2023 20:02:06 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Bump @lage-run/cli to v0.6.4
|
||||
|
||||
## 2.5.30
|
||||
|
||||
Fri, 27 Jan 2023 00:28:15 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lage-run/lage",
|
||||
"version": "2.5.30",
|
||||
"version": "2.5.31",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
"lage": "dist/lage.js"
|
||||
|
@ -16,7 +16,7 @@
|
|||
"fsevents": "~2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lage-run/cli": "^0.6.3",
|
||||
"@lage-run/cli": "^0.6.4",
|
||||
"@lage-run/scheduler": "^0.8.1",
|
||||
"rollup": "2.79.1",
|
||||
"@rollup/plugin-commonjs": "22.0.2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче