diff --git a/change/@lage-run-cli-2c0f85ad-5c4a-4ece-aaea-7914e67e4648.json b/change/@lage-run-cli-2c0f85ad-5c4a-4ece-aaea-7914e67e4648.json deleted file mode 100644 index f5f6b0c1..00000000 --- a/change/@lage-run-cli-2c0f85ad-5c4a-4ece-aaea-7914e67e4648.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Adds back the support for \"ignore\" ", - "packageName": "@lage-run/cli", - "email": "kchau@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/packages/cli/CHANGELOG.json b/packages/cli/CHANGELOG.json index 79000a50..4d3e22cd 100644 --- a/packages/cli/CHANGELOG.json +++ b/packages/cli/CHANGELOG.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ac285b85..f2afdc7b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/cli/package.json b/packages/cli/package.json index fec12803..8d918b61 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" diff --git a/packages/e2e-tests/package.json b/packages/e2e-tests/package.json index 35912afa..8858f6e3 100644 --- a/packages/e2e-tests/package.json +++ b/packages/e2e-tests/package.json @@ -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", diff --git a/packages/lage2/CHANGELOG.json b/packages/lage2/CHANGELOG.json index a8cab901..2e4782fa 100644 --- a/packages/lage2/CHANGELOG.json +++ b/packages/lage2/CHANGELOG.json @@ -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", diff --git a/packages/lage2/CHANGELOG.md b/packages/lage2/CHANGELOG.md index d822bbf5..17cc84ba 100644 --- a/packages/lage2/CHANGELOG.md +++ b/packages/lage2/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/lage2/package.json b/packages/lage2/package.json index c4d893ef..04ac0839 100644 --- a/packages/lage2/package.json +++ b/packages/lage2/package.json @@ -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",