diff --git a/change/change-9897def3-d7e1-4148-b3c9-99486a0ac129.json b/change/change-9897def3-d7e1-4148-b3c9-99486a0ac129.json deleted file mode 100644 index 3ef00873..00000000 --- a/change/change-9897def3-d7e1-4148-b3c9-99486a0ac129.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "type": "patch", - "comment": "Support case-insensitive package name match", - "packageName": "workspace-tools", - "email": "stchur@microsoft.com", - "dependentChangeType": "patch" - } - ] -} \ No newline at end of file diff --git a/packages/grapher/CHANGELOG.json b/packages/grapher/CHANGELOG.json index 0808a931..1e445c18 100644 --- a/packages/grapher/CHANGELOG.json +++ b/packages/grapher/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@ws-tools/grapher", "entries": [ + { + "date": "Mon, 11 Dec 2023 23:58:13 GMT", + "version": "0.2.4", + "tag": "@ws-tools/grapher_v0.2.4", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@ws-tools/grapher", + "comment": "Bump workspace-tools to v0.36.4", + "commit": "not available" + } + ] + } + }, { "date": "Wed, 18 Oct 2023 22:14:54 GMT", "version": "0.2.3", diff --git a/packages/grapher/CHANGELOG.md b/packages/grapher/CHANGELOG.md index 04b2740b..6938507a 100644 --- a/packages/grapher/CHANGELOG.md +++ b/packages/grapher/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @ws-tools/grapher -This log was last generated on Wed, 18 Oct 2023 22:14:54 GMT and should not be manually modified. +This log was last generated on Mon, 11 Dec 2023 23:58:13 GMT and should not be manually modified. +## 0.2.4 + +Mon, 11 Dec 2023 23:58:13 GMT + +### Patches + +- Bump workspace-tools to v0.36.4 + ## 0.2.3 Wed, 18 Oct 2023 22:14:54 GMT diff --git a/packages/grapher/package.json b/packages/grapher/package.json index 1c44ebaf..ae5c08eb 100644 --- a/packages/grapher/package.json +++ b/packages/grapher/package.json @@ -1,6 +1,6 @@ { "name": "@ws-tools/grapher", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "repository": { "type": "git", @@ -21,7 +21,7 @@ }, "dependencies": { "commander": "^11.1.0", - "workspace-tools": "^0.36.3" + "workspace-tools": "^0.36.4" }, "devDependencies": { "@types/node": "^16.0.0", diff --git a/packages/workspace-tools/CHANGELOG.json b/packages/workspace-tools/CHANGELOG.json index 83d52bbf..3ebe0106 100644 --- a/packages/workspace-tools/CHANGELOG.json +++ b/packages/workspace-tools/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "workspace-tools", "entries": [ + { + "date": "Mon, 11 Dec 2023 23:58:13 GMT", + "version": "0.36.4", + "tag": "workspace-tools_v0.36.4", + "comments": { + "patch": [ + { + "author": "stchur@microsoft.com", + "package": "workspace-tools", + "commit": "d1b46955bb5b8e924d5b0d48c7f453f298a9a388", + "comment": "Support case-insensitive package name match" + } + ] + } + }, { "date": "Wed, 18 Oct 2023 22:14:54 GMT", "version": "0.36.3", diff --git a/packages/workspace-tools/CHANGELOG.md b/packages/workspace-tools/CHANGELOG.md index 4f6a5634..4988ec6c 100644 --- a/packages/workspace-tools/CHANGELOG.md +++ b/packages/workspace-tools/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - workspace-tools -This log was last generated on Wed, 18 Oct 2023 22:14:54 GMT and should not be manually modified. +This log was last generated on Mon, 11 Dec 2023 23:58:13 GMT and should not be manually modified. +## 0.36.4 + +Mon, 11 Dec 2023 23:58:13 GMT + +### Patches + +- Support case-insensitive package name match (stchur@microsoft.com) + ## 0.36.3 Wed, 18 Oct 2023 22:14:54 GMT diff --git a/packages/workspace-tools/package.json b/packages/workspace-tools/package.json index 785041a7..0c451087 100644 --- a/packages/workspace-tools/package.json +++ b/packages/workspace-tools/package.json @@ -1,6 +1,6 @@ { "name": "workspace-tools", - "version": "0.36.3", + "version": "0.36.4", "license": "MIT", "repository": { "type": "git",