diff --git a/change/@microsoft-fast-foundation-2ada25c3-3fb4-48ba-893d-e64d11f7f095.json b/change/@microsoft-fast-foundation-2ada25c3-3fb4-48ba-893d-e64d11f7f095.json deleted file mode 100644 index b88d36dc993..00000000000 --- a/change/@microsoft-fast-foundation-2ada25c3-3fb4-48ba-893d-e64d11f7f095.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fix bug in toolbar click handler when a slotted element has child elements", - "packageName": "@microsoft/fast-foundation", - "email": "20542556+mollykreis@users.noreply.github.com", - "dependentChangeType": "prerelease" -} diff --git a/change/@microsoft-fast-foundation-903a969b-3de3-4090-974a-3423344c571c.json b/change/@microsoft-fast-foundation-903a969b-3de3-4090-974a-3423344c571c.json deleted file mode 100644 index 18310ef14b1..00000000000 --- a/change/@microsoft-fast-foundation-903a969b-3de3-4090-974a-3423344c571c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "prerelease", - "comment": "Fix focus issue when clicking on an element in the toolbar", - "packageName": "@microsoft/fast-foundation", - "email": "20542556+mollykreis@users.noreply.github.com", - "dependentChangeType": "prerelease" -} diff --git a/change/@microsoft-fast-ssr-fcd8d776-ce14-4a57-a474-4e5fb4f1acc5.json b/change/@microsoft-fast-ssr-fcd8d776-ce14-4a57-a474-4e5fb4f1acc5.json deleted file mode 100644 index 8ae53b9a469..00000000000 --- a/change/@microsoft-fast-ssr-fcd8d776-ce14-4a57-a474-4e5fb4f1acc5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "use local placeholder image in fast-ssr tests", - "packageName": "@microsoft/fast-ssr", - "email": "863023+radium-v@users.noreply.github.com", - "dependentChangeType": "none" -} diff --git a/change/@microsoft-fast-web-utilities-3092275f-0c7e-4bf4-be96-424047357621.json b/change/@microsoft-fast-web-utilities-3092275f-0c7e-4bf4-be96-424047357621.json deleted file mode 100644 index f54362f8d75..00000000000 --- a/change/@microsoft-fast-web-utilities-3092275f-0c7e-4bf4-be96-424047357621.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "fix RtlScrollConverter test", - "packageName": "@microsoft/fast-web-utilities", - "email": "863023+radium-v@users.noreply.github.com", - "dependentChangeType": "none" -} diff --git a/packages/utilities/fast-web-utilities/CHANGELOG.json b/packages/utilities/fast-web-utilities/CHANGELOG.json index ab6df85f51c..0fa13aa9be4 100644 --- a/packages/utilities/fast-web-utilities/CHANGELOG.json +++ b/packages/utilities/fast-web-utilities/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/fast-web-utilities", "entries": [ + { + "date": "Wed, 20 Dec 2023 19:03:47 GMT", + "tag": "@microsoft/fast-web-utilities_v6.0.0", + "version": "6.0.0", + "comments": { + "none": [ + { + "author": "863023+radium-v@users.noreply.github.com", + "package": "@microsoft/fast-web-utilities", + "commit": "fd65254531ac3a593b32528d81b44ebf82c8e4ab", + "comment": "fix RtlScrollConverter test" + } + ] + } + }, { "date": "Fri, 16 Jun 2023 18:17:13 GMT", "tag": "@microsoft/fast-web-utilities_v6.0.0", diff --git a/packages/web-components/fast-foundation/CHANGELOG.json b/packages/web-components/fast-foundation/CHANGELOG.json index 83be512e72f..9018a011f8c 100644 --- a/packages/web-components/fast-foundation/CHANGELOG.json +++ b/packages/web-components/fast-foundation/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@microsoft/fast-foundation", "entries": [ + { + "date": "Wed, 20 Dec 2023 19:03:48 GMT", + "tag": "@microsoft/fast-foundation_v3.0.0-alpha.32", + "version": "3.0.0-alpha.32", + "comments": { + "prerelease": [ + { + "author": "20542556+mollykreis@users.noreply.github.com", + "package": "@microsoft/fast-foundation", + "commit": "a7144c63191e4412d6441cce81cd04cc03152510", + "comment": "Fix focus issue when clicking on an element in the toolbar" + }, + { + "author": "20542556+mollykreis@users.noreply.github.com", + "package": "@microsoft/fast-foundation", + "commit": "b78c921ec4e49ec9d7ec980f079ec114045df42e", + "comment": "Fix bug in toolbar click handler when a slotted element has child elements" + } + ] + } + }, { "date": "Fri, 18 Aug 2023 22:48:12 GMT", "tag": "@microsoft/fast-foundation_v3.0.0-alpha.31", diff --git a/packages/web-components/fast-foundation/CHANGELOG.md b/packages/web-components/fast-foundation/CHANGELOG.md index 4adbfe5ebfd..b80f4e24df7 100644 --- a/packages/web-components/fast-foundation/CHANGELOG.md +++ b/packages/web-components/fast-foundation/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - @microsoft/fast-foundation -This log was last generated on Fri, 18 Aug 2023 22:48:12 GMT and should not be manually modified. +This log was last generated on Wed, 20 Dec 2023 19:03:48 GMT and should not be manually modified. +## 3.0.0-alpha.32 + +Wed, 20 Dec 2023 19:03:48 GMT + +### Changes + +- Fix focus issue when clicking on an element in the toolbar (20542556+mollykreis@users.noreply.github.com) +- Fix bug in toolbar click handler when a slotted element has child elements (20542556+mollykreis@users.noreply.github.com) + ## 3.0.0-alpha.31 Fri, 18 Aug 2023 22:48:12 GMT diff --git a/packages/web-components/fast-foundation/package.json b/packages/web-components/fast-foundation/package.json index b96783ff075..abf2b68d34b 100644 --- a/packages/web-components/fast-foundation/package.json +++ b/packages/web-components/fast-foundation/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-foundation", "description": "A library of Web Component building blocks", "sideEffects": false, - "version": "3.0.0-alpha.31", + "version": "3.0.0-alpha.32", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" diff --git a/packages/web-components/fast-ssr/CHANGELOG.json b/packages/web-components/fast-ssr/CHANGELOG.json index 17a53011071..bff4ba5b234 100644 --- a/packages/web-components/fast-ssr/CHANGELOG.json +++ b/packages/web-components/fast-ssr/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@microsoft/fast-ssr", "entries": [ + { + "date": "Wed, 20 Dec 2023 19:03:48 GMT", + "tag": "@microsoft/fast-ssr_v1.0.0-beta.32", + "version": "1.0.0-beta.32", + "comments": { + "none": [ + { + "author": "863023+radium-v@users.noreply.github.com", + "package": "@microsoft/fast-ssr", + "commit": "0eb5c61c4a92655d5aa44960c34474c9d4b95227", + "comment": "use local placeholder image in fast-ssr tests" + } + ], + "prerelease": [ + { + "author": "beachball", + "package": "@microsoft/fast-ssr", + "comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.32", + "commit": "fd65254531ac3a593b32528d81b44ebf82c8e4ab" + } + ] + } + }, { "date": "Fri, 18 Aug 2023 22:48:12 GMT", "tag": "@microsoft/fast-ssr_v1.0.0-beta.31", diff --git a/packages/web-components/fast-ssr/CHANGELOG.md b/packages/web-components/fast-ssr/CHANGELOG.md index 9bbd2e8bd51..e7d897b33b7 100644 --- a/packages/web-components/fast-ssr/CHANGELOG.md +++ b/packages/web-components/fast-ssr/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @microsoft/fast-ssr -This log was last generated on Fri, 18 Aug 2023 22:48:12 GMT and should not be manually modified. +This log was last generated on Wed, 20 Dec 2023 19:03:48 GMT and should not be manually modified. +## 1.0.0-beta.32 + +Wed, 20 Dec 2023 19:03:48 GMT + +### Changes + +- Bump @microsoft/fast-foundation to v3.0.0-alpha.32 + ## 1.0.0-beta.31 Fri, 18 Aug 2023 22:48:12 GMT diff --git a/packages/web-components/fast-ssr/package.json b/packages/web-components/fast-ssr/package.json index 5ba584a7d33..ebd5ceff7a8 100644 --- a/packages/web-components/fast-ssr/package.json +++ b/packages/web-components/fast-ssr/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/fast-ssr", - "version": "1.0.0-beta.31", + "version": "1.0.0-beta.32", "type": "module", "author": { "name": "Microsoft", @@ -61,7 +61,7 @@ }, "devDependencies": { "@microsoft/fast-element": "^2.0.0-beta.26", - "@microsoft/fast-foundation": "^3.0.0-alpha.31", + "@microsoft/fast-foundation": "^3.0.0-alpha.32", "@microsoft/api-extractor": "7.24.2", "@playwright/test": "^1.25.2", "@types/express": "^4.17.13",