This commit is contained in:
Ken Chau 2023-01-27 20:50:27 +00:00
Родитель 2d6b70f697
Коммит 99188586ee
8 изменённых файлов: 52 добавлений и 13 удалений

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

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "adding an info flag for run",
"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:50:27 GMT",
"tag": "@lage-run/cli_v0.7.0",
"version": "0.7.0",
"comments": {
"minor": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/cli",
"commit": "2d6b70f69754030e144521409d3d5d6704746612",
"comment": "adding an info flag for run"
}
]
}
},
{
"date": "Fri, 27 Jan 2023 20:02:06 GMT",
"tag": "@lage-run/cli_v0.6.4",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/cli
This log was last generated on Fri, 27 Jan 2023 20:02:06 GMT and should not be manually modified.
This log was last generated on Fri, 27 Jan 2023 20:50:27 GMT and should not be manually modified.
<!-- Start content -->
## 0.7.0
Fri, 27 Jan 2023 20:50:27 GMT
### Minor changes
- adding an info flag for run (kchau@microsoft.com)
## 0.6.4
Fri, 27 Jan 2023 20:02:06 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.6.4",
"version": "0.7.0",
"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.4",
"@lage-run/cli": "^0.7.0",
"@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:50:27 GMT",
"tag": "@lage-run/lage_v2.5.32",
"version": "2.5.32",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/cli to v0.7.0",
"commit": "2d6b70f69754030e144521409d3d5d6704746612"
}
]
}
},
{
"date": "Fri, 27 Jan 2023 20:02:06 GMT",
"tag": "@lage-run/lage_v2.5.31",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/lage
This log was last generated on Fri, 27 Jan 2023 20:02:06 GMT and should not be manually modified.
This log was last generated on Fri, 27 Jan 2023 20:50:27 GMT and should not be manually modified.
<!-- Start content -->
## 2.5.32
Fri, 27 Jan 2023 20:50:27 GMT
### Patches
- Bump @lage-run/cli to v0.7.0
## 2.5.31
Fri, 27 Jan 2023 20:02:06 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.5.31",
"version": "2.5.32",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"
@ -16,7 +16,7 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.6.4",
"@lage-run/cli": "^0.7.0",
"@lage-run/scheduler": "^0.8.1",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "22.0.2",