diff --git a/change/@microsoft-fast-foundation-54b02727-a454-4ca3-aff7-ea01225c6088.json b/change/@microsoft-fast-foundation-54b02727-a454-4ca3-aff7-ea01225c6088.json deleted file mode 100644 index e24cb1d01d4..00000000000 --- a/change/@microsoft-fast-foundation-54b02727-a454-4ca3-aff7-ea01225c6088.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix design token inheritance bug", - "packageName": "@microsoft/fast-foundation", - "email": "7282195+m-akinc@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/change/@microsoft-fast-foundation-aafd43b0-2ac5-4d27-84ce-7274ae1c3168.json b/change/@microsoft-fast-foundation-aafd43b0-2ac5-4d27-84ce-7274ae1c3168.json deleted file mode 100644 index 33bb05d80f1..00000000000 --- a/change/@microsoft-fast-foundation-aafd43b0-2ac5-4d27-84ce-7274ae1c3168.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix typing issue for menu to fix build issue", - "packageName": "@microsoft/fast-foundation", - "email": "chhol@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@microsoft-fast-foundation-b7949ac8-950f-4d90-aae6-0c7134bb95ba.json b/change/@microsoft-fast-foundation-b7949ac8-950f-4d90-aae6-0c7134bb95ba.json deleted file mode 100644 index 38b2aa2a4a8..00000000000 --- a/change/@microsoft-fast-foundation-b7949ac8-950f-4d90-aae6-0c7134bb95ba.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Allow non-MenuItem-derived types to be indented properly", - "packageName": "@microsoft/fast-foundation", - "email": "7282195+m-akinc@users.noreply.github.com", - "dependentChangeType": "patch" -} \ No newline at end of file diff --git a/packages/utilities/fast-react-wrapper/CHANGELOG.json b/packages/utilities/fast-react-wrapper/CHANGELOG.json index ef05562603b..9775dc16f3c 100644 --- a/packages/utilities/fast-react-wrapper/CHANGELOG.json +++ b/packages/utilities/fast-react-wrapper/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/fast-react-wrapper", "entries": [ + { + "date": "Tue, 23 Jan 2024 19:35:35 GMT", + "tag": "@microsoft/fast-react-wrapper_v0.3.23", + "version": "0.3.23", + "comments": { + "patch": [ + { + "author": "beachball", + "package": "@microsoft/fast-react-wrapper", + "comment": "Bump @microsoft/fast-foundation to v2.49.5", + "commit": "aed89cac2414d10223f158ed2d0a1185a2461fdd" + } + ] + } + }, { "date": "Thu, 09 Nov 2023 19:30:24 GMT", "tag": "@microsoft/fast-react-wrapper_v0.3.22", diff --git a/packages/utilities/fast-react-wrapper/CHANGELOG.md b/packages/utilities/fast-react-wrapper/CHANGELOG.md index 44c1f45678b..19f71fca86a 100644 --- a/packages/utilities/fast-react-wrapper/CHANGELOG.md +++ b/packages/utilities/fast-react-wrapper/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @microsoft/fast-react-wrapper -This log was last generated on Thu, 09 Nov 2023 19:30:24 GMT and should not be manually modified. +This log was last generated on Tue, 23 Jan 2024 19:35:35 GMT and should not be manually modified. +## 0.3.23 + +Tue, 23 Jan 2024 19:35:35 GMT + +### Patches + +- Bump @microsoft/fast-foundation to v2.49.5 + ## 0.3.22 Thu, 09 Nov 2023 19:30:24 GMT diff --git a/packages/utilities/fast-react-wrapper/package.json b/packages/utilities/fast-react-wrapper/package.json index d1628d23d57..361c4c00e9b 100644 --- a/packages/utilities/fast-react-wrapper/package.json +++ b/packages/utilities/fast-react-wrapper/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/fast-react-wrapper", "description": "A utility for wrapping web components for use in React.", "sideEffects": false, - "version": "0.3.22", + "version": "0.3.23", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -88,7 +88,7 @@ }, "dependencies": { "@microsoft/fast-element": "^1.12.0", - "@microsoft/fast-foundation": "^2.49.4" + "@microsoft/fast-foundation": "^2.49.5" }, "peerDependencies": { "react": ">=16.9.0" diff --git a/packages/web-components/fast-foundation/CHANGELOG.json b/packages/web-components/fast-foundation/CHANGELOG.json index 38898e73c11..b39c2f74852 100644 --- a/packages/web-components/fast-foundation/CHANGELOG.json +++ b/packages/web-components/fast-foundation/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "@microsoft/fast-foundation", "entries": [ + { + "date": "Tue, 23 Jan 2024 19:35:35 GMT", + "tag": "@microsoft/fast-foundation_v2.49.5", + "version": "2.49.5", + "comments": { + "patch": [ + { + "author": "7282195+m-akinc@users.noreply.github.com", + "package": "@microsoft/fast-foundation", + "commit": "31be91ffc7f588094a4986d8fad956fe671b28ce", + "comment": "Fix design token inheritance bug" + }, + { + "author": "chhol@microsoft.com", + "package": "@microsoft/fast-foundation", + "commit": "aed89cac2414d10223f158ed2d0a1185a2461fdd", + "comment": "fix typing issue for menu to fix build issue" + }, + { + "author": "7282195+m-akinc@users.noreply.github.com", + "package": "@microsoft/fast-foundation", + "commit": "ad6f1fbcb4d7e0dd8fabe5fc9bd9582c744edccb", + "comment": "Allow non-MenuItem-derived types to be indented properly" + } + ] + } + }, { "date": "Thu, 09 Nov 2023 19:30:24 GMT", "tag": "@microsoft/fast-foundation_v2.49.4", diff --git a/packages/web-components/fast-foundation/CHANGELOG.md b/packages/web-components/fast-foundation/CHANGELOG.md index fdf7b4ff678..d11953794df 100644 --- a/packages/web-components/fast-foundation/CHANGELOG.md +++ b/packages/web-components/fast-foundation/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - @microsoft/fast-foundation -This log was last generated on Thu, 09 Nov 2023 19:30:24 GMT and should not be manually modified. +This log was last generated on Tue, 23 Jan 2024 19:35:35 GMT and should not be manually modified. +## 2.49.5 + +Tue, 23 Jan 2024 19:35:35 GMT + +### Patches + +- Fix design token inheritance bug (7282195+m-akinc@users.noreply.github.com) +- fix typing issue for menu to fix build issue (chhol@microsoft.com) +- Allow non-MenuItem-derived types to be indented properly (7282195+m-akinc@users.noreply.github.com) + ## 2.49.4 Thu, 09 Nov 2023 19:30:24 GMT diff --git a/packages/web-components/fast-foundation/package.json b/packages/web-components/fast-foundation/package.json index cfa401fb662..bcfa3b070df 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": "2.49.4", + "version": "2.49.5", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" diff --git a/sites/fast-color-explorer/package.json b/sites/fast-color-explorer/package.json index 342491bb727..50eef30c286 100644 --- a/sites/fast-color-explorer/package.json +++ b/sites/fast-color-explorer/package.json @@ -57,7 +57,7 @@ "@microsoft/fast-colors": "^5.3.0", "@microsoft/fast-components": "^2.30.6", "@microsoft/fast-element": "^1.12.0", - "@microsoft/fast-foundation": "^2.49.4", + "@microsoft/fast-foundation": "^2.49.5", "@microsoft/fast-web-utilities": "^5.4.1" } } diff --git a/sites/fast-website/package.json b/sites/fast-website/package.json index ca05dc73f95..515c1100591 100644 --- a/sites/fast-website/package.json +++ b/sites/fast-website/package.json @@ -12,7 +12,7 @@ "@fluentui/svg-icons": "^1.1.139", "@microsoft/fast-components": "2.30.5", "@microsoft/fast-element": "^1.12.0", - "@microsoft/fast-foundation": "^2.49.4", + "@microsoft/fast-foundation": "^2.49.5", "@microsoft/fast-web-utilities": "^5.4.1", "@microsoft/site-utilities": "^0.9.0", "@rollup/plugin-alias": "^3.1.1",