This commit is contained in:
Ken Chau 2022-09-15 20:42:33 +00:00
Родитель e7104949d9
Коммит c90885ce9a
8 изменённых файлов: 52 добавлений и 13 удалений

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

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Adds back the support for \"ignore\" ",
"packageName": "@lage-run/cli",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Thu, 15 Sep 2022 20:42:32 GMT",
"tag": "@lage-run/cli_v0.3.2",
"version": "0.3.2",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "@lage-run/cli",
"commit": "e7104949d95cc2f280953bef79757c903ab4d9cb",
"comment": "Adds back the support for \"ignore\" "
}
]
}
},
{
"date": "Tue, 06 Sep 2022 20:10:16 GMT",
"tag": "@lage-run/cli_v0.3.1",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/cli
This log was last generated on Tue, 06 Sep 2022 20:10:16 GMT and should not be manually modified.
This log was last generated on Thu, 15 Sep 2022 20:42:32 GMT and should not be manually modified.
<!-- Start content -->
## 0.3.2
Thu, 15 Sep 2022 20:42:32 GMT
### Patches
- Adds back the support for "ignore" (kchau@microsoft.com)
## 0.3.1
Tue, 06 Sep 2022 20:10:16 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.3.1",
"version": "0.3.2",
"description": "Command Line Interface for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"

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

@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@lage-run/cli": "^0.3.1"
"@lage-run/cli": "^0.3.2"
},
"devDependencies": {
"@types/jest": "^27.0.1",

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

@ -1,6 +1,21 @@
{
"name": "@lage-run/lage",
"entries": [
{
"date": "Thu, 15 Sep 2022 20:42:32 GMT",
"tag": "@lage-run/lage_v2.1.2",
"version": "2.1.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/cli to v0.3.2",
"commit": "e7104949d95cc2f280953bef79757c903ab4d9cb"
}
]
}
},
{
"date": "Tue, 06 Sep 2022 20:10:16 GMT",
"tag": "@lage-run/lage_v2.1.1",

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

@ -1,9 +1,17 @@
# Change Log - @lage-run/lage
This log was last generated on Tue, 06 Sep 2022 20:10:16 GMT and should not be manually modified.
This log was last generated on Thu, 15 Sep 2022 20:42:32 GMT and should not be manually modified.
<!-- Start content -->
## 2.1.2
Thu, 15 Sep 2022 20:42:32 GMT
### Patches
- Bump @lage-run/cli to v0.3.2
## 2.1.1
Tue, 06 Sep 2022 20:10:16 GMT

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

@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.1.1",
"version": "2.1.2",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"
@ -9,7 +9,7 @@
"build": "rollup --config ./rollup.config.js"
},
"devDependencies": {
"@lage-run/cli": "^0.3.1",
"@lage-run/cli": "^0.3.2",
"@lage-run/scheduler": "^0.3.1",
"rollup": "^2.78.1",
"@rollup/plugin-commonjs": "^22.0.2",