From 21f81852e54a7ee2fb1a4911ff524c77a1be961f Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Wed, 11 Oct 2023 15:42:43 -0700 Subject: [PATCH] applying package updates --- ...st-foundation-0b5947f9-c09e-4d5b-94ce-14674df74ae8.json | 7 ------- ...st-foundation-673f775c-c439-46ef-93ae-7bd51076ce27.json | 7 ------- ...react-wrapper-c3697048-1a82-4a5b-881c-ae2071d773d4.json | 7 ------- packages/utilities/fast-react-wrapper/package.json | 4 ++-- packages/web-components/fast-foundation/package.json | 2 +- sites/fast-color-explorer/package.json | 2 +- sites/fast-website/package.json | 2 +- 7 files changed, 5 insertions(+), 26 deletions(-) delete mode 100644 change/@microsoft-fast-foundation-0b5947f9-c09e-4d5b-94ce-14674df74ae8.json delete mode 100644 change/@microsoft-fast-foundation-673f775c-c439-46ef-93ae-7bd51076ce27.json delete mode 100644 change/@microsoft-fast-react-wrapper-c3697048-1a82-4a5b-881c-ae2071d773d4.json diff --git a/change/@microsoft-fast-foundation-0b5947f9-c09e-4d5b-94ce-14674df74ae8.json b/change/@microsoft-fast-foundation-0b5947f9-c09e-4d5b-94ce-14674df74ae8.json deleted file mode 100644 index 34da52ce7c1..00000000000 --- a/change/@microsoft-fast-foundation-0b5947f9-c09e-4d5b-94ce-14674df74ae8.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "update api report", - "packageName": "@microsoft/fast-foundation", - "email": "chhol@microsoft.com", - "dependentChangeType": "none" -} diff --git a/change/@microsoft-fast-foundation-673f775c-c439-46ef-93ae-7bd51076ce27.json b/change/@microsoft-fast-foundation-673f775c-c439-46ef-93ae-7bd51076ce27.json deleted file mode 100644 index c7318137f3a..00000000000 --- a/change/@microsoft-fast-foundation-673f775c-c439-46ef-93ae-7bd51076ce27.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Fix typings for Typescript 4.8+", - "packageName": "@microsoft/fast-foundation", - "email": "fcollonval@gmail.com", - "dependentChangeType": "patch" -} diff --git a/change/@microsoft-fast-react-wrapper-c3697048-1a82-4a5b-881c-ae2071d773d4.json b/change/@microsoft-fast-react-wrapper-c3697048-1a82-4a5b-881c-ae2071d773d4.json deleted file mode 100644 index d53e9d07be5..00000000000 --- a/change/@microsoft-fast-react-wrapper-c3697048-1a82-4a5b-881c-ae2071d773d4.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "none", - "comment": "add missing explicit types for fast-react-wrapper", - "packageName": "@microsoft/fast-react-wrapper", - "email": "chhol@microsoft.com", - "dependentChangeType": "none" -} diff --git a/packages/utilities/fast-react-wrapper/package.json b/packages/utilities/fast-react-wrapper/package.json index d79de85c411..9e3e64bc9c6 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.19", + "version": "0.3.20", "author": { "name": "Microsoft", "url": "https://discord.gg/FcSNfg4" @@ -88,7 +88,7 @@ }, "dependencies": { "@microsoft/fast-element": "^1.12.0", - "@microsoft/fast-foundation": "^2.49.1" + "@microsoft/fast-foundation": "^2.49.2" }, "peerDependencies": { "react": ">=16.9.0" diff --git a/packages/web-components/fast-foundation/package.json b/packages/web-components/fast-foundation/package.json index ebe8868767f..07059e4b485 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.1", + "version": "2.49.2", "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 38f9cfc5e04..82bc5a27f85 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.1", + "@microsoft/fast-foundation": "^2.49.2", "@microsoft/fast-web-utilities": "^5.4.1" } } diff --git a/sites/fast-website/package.json b/sites/fast-website/package.json index 6a47d46e3fe..78f42595e42 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.1", + "@microsoft/fast-foundation": "^2.49.2", "@microsoft/fast-web-utilities": "^5.4.1", "@microsoft/site-utilities": "^0.9.0", "@rollup/plugin-alias": "^3.1.1",