From 3ec2659656d1ecb0b8e8d03a5ea5c74dbf35cf5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:45:44 +0000 Subject: [PATCH] Version Packages --- .changeset/better-cases-cheer.md | 12 ---------- .changeset/quiet-drivers-build.md | 16 ------------- packages/agentic/components/CHANGELOG.md | 18 ++++++++++++++ packages/agentic/components/package.json | 2 +- packages/agentic/desktop-driver/CHANGELOG.md | 21 ++++++++++++++++ packages/agentic/desktop-driver/package.json | 2 +- .../storybook-desktop-runtime/CHANGELOG.md | 18 ++++++++++++++ .../storybook-desktop-runtime/package.json | 2 +- .../agentic/storybook-desktop/CHANGELOG.md | 24 +++++++++++++++++++ .../agentic/storybook-desktop/package.json | 2 +- .../components/ContextualMenu/CHANGELOG.md | 7 ++++++ .../components/ContextualMenu/package.json | 2 +- packages/components/FocusZone/CHANGELOG.md | 9 +++++++ packages/components/FocusZone/package.json | 2 +- packages/components/Menu/CHANGELOG.md | 7 ++++++ packages/components/Menu/package.json | 2 +- packages/components/MenuButton/CHANGELOG.md | 6 +++++ packages/components/MenuButton/package.json | 2 +- packages/components/RadioGroup/CHANGELOG.md | 7 ++++++ packages/components/RadioGroup/package.json | 2 +- packages/components/TabList/CHANGELOG.md | 7 ++++++ packages/components/TabList/package.json | 2 +- packages/dependency-profiles/package.json | 2 +- packages/dependency-profiles/src/index.js | 24 +++++++++---------- packages/experimental/MenuButton/CHANGELOG.md | 6 +++++ packages/experimental/MenuButton/package.json | 2 +- packages/libraries/core/CHANGELOG.md | 11 +++++++++ packages/libraries/core/package.json | 2 +- 28 files changed, 166 insertions(+), 53 deletions(-) delete mode 100644 .changeset/better-cases-cheer.md delete mode 100644 .changeset/quiet-drivers-build.md diff --git a/.changeset/better-cases-cheer.md b/.changeset/better-cases-cheer.md deleted file mode 100644 index ea76e4155ea..00000000000 --- a/.changeset/better-cases-cheer.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@fluentui-react-native/storybook-desktop-runtime": patch -"@fluentui-react-native/storybook-desktop": patch -"@fluentui-react-native/desktop-driver": patch -"@fluentui-react-native/components": patch -"@fluentui-react-native/focus-zone": patch ---- - -Add the native macOS and Windows implementations, explicit native build -verification, and prebuilt-only Storybook PR pipeline integration for the -desktop-driver package. Keep the FocusZone Windows WinMD compatible with the -consuming Storybook application's target SDK. diff --git a/.changeset/quiet-drivers-build.md b/.changeset/quiet-drivers-build.md deleted file mode 100644 index c71bbddd1b5..00000000000 --- a/.changeset/quiet-drivers-build.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@fluentui-react-native/desktop-driver": minor -"@fluentui-react-native/components": patch -"@fluentui-react-native/storybook-desktop": minor -"@fluentui-react-native/storybook-desktop-runtime": patch ---- - -Build the source-shipped native desktop helper explicitly, reuse verified -content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift -providers. Storybook can build the helper independently, ensures it during -prep, and attaches authored smoke tests to the exact app process it launched. -macOS cache resolution pins stable signatures to the leaf certificate and -designated requirement, makes source builds reproducible, verifies Hardened -Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric -accessibility roles, window identity, input, and Retina ScreenCaptureKit -evidence. diff --git a/packages/agentic/components/CHANGELOG.md b/packages/agentic/components/CHANGELOG.md index b1197ae0260..0c99daff38c 100644 --- a/packages/agentic/components/CHANGELOG.md +++ b/packages/agentic/components/CHANGELOG.md @@ -1,5 +1,23 @@ # @fluentui-react-native/components +## 0.5.1 + +### Patch Changes + +- 5b3f74c: Add the native macOS and Windows implementations, explicit native build + verification, and prebuilt-only Storybook PR pipeline integration for the + desktop-driver package. Keep the FocusZone Windows WinMD compatible with the + consuming Storybook application's target SDK. +- 5b3f74c: Build the source-shipped native desktop helper explicitly, reuse verified + content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift + providers. Storybook can build the helper independently, ensures it during + prep, and attaches authored smoke tests to the exact app process it launched. + macOS cache resolution pins stable signatures to the leaf certificate and + designated requirement, makes source builds reproducible, verifies Hardened + Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric + accessibility roles, window identity, input, and Retina ScreenCaptureKit + evidence. + ## 0.5.0 ### Minor Changes diff --git a/packages/agentic/components/package.json b/packages/agentic/components/package.json index 089a38cac47..4b43c1cca87 100644 --- a/packages/agentic/components/package.json +++ b/packages/agentic/components/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/components", - "version": "0.5.0", + "version": "0.5.1", "description": "A library of agent-generated FluentUI React Native components", "license": "MIT", "author": "", diff --git a/packages/agentic/desktop-driver/CHANGELOG.md b/packages/agentic/desktop-driver/CHANGELOG.md index 888bdb882f1..864863b6642 100644 --- a/packages/agentic/desktop-driver/CHANGELOG.md +++ b/packages/agentic/desktop-driver/CHANGELOG.md @@ -1,5 +1,26 @@ # @fluentui-react-native/desktop-driver +## 0.3.0 + +### Minor Changes + +- 5b3f74c: Build the source-shipped native desktop helper explicitly, reuse verified + content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift + providers. Storybook can build the helper independently, ensures it during + prep, and attaches authored smoke tests to the exact app process it launched. + macOS cache resolution pins stable signatures to the leaf certificate and + designated requirement, makes source builds reproducible, verifies Hardened + Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric + accessibility roles, window identity, input, and Retina ScreenCaptureKit + evidence. + +### Patch Changes + +- 5b3f74c: Add the native macOS and Windows implementations, explicit native build + verification, and prebuilt-only Storybook PR pipeline integration for the + desktop-driver package. Keep the FocusZone Windows WinMD compatible with the + consuming Storybook application's target SDK. + ## 0.2.0 ### Minor Changes diff --git a/packages/agentic/desktop-driver/package.json b/packages/agentic/desktop-driver/package.json index aa7138d08c0..3fc0419551e 100644 --- a/packages/agentic/desktop-driver/package.json +++ b/packages/agentic/desktop-driver/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/desktop-driver", - "version": "0.2.0", + "version": "0.3.0", "description": "W3C WebDriver-compatible automation for React Native desktop applications", "license": "MIT", "author": "", diff --git a/packages/agentic/storybook-desktop-runtime/CHANGELOG.md b/packages/agentic/storybook-desktop-runtime/CHANGELOG.md index d054075910a..2a435cfe7b0 100644 --- a/packages/agentic/storybook-desktop-runtime/CHANGELOG.md +++ b/packages/agentic/storybook-desktop-runtime/CHANGELOG.md @@ -1,5 +1,23 @@ # @fluentui-react-native/storybook-desktop-runtime +## 0.2.2 + +### Patch Changes + +- 5b3f74c: Add the native macOS and Windows implementations, explicit native build + verification, and prebuilt-only Storybook PR pipeline integration for the + desktop-driver package. Keep the FocusZone Windows WinMD compatible with the + consuming Storybook application's target SDK. +- 5b3f74c: Build the source-shipped native desktop helper explicitly, reuse verified + content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift + providers. Storybook can build the helper independently, ensures it during + prep, and attaches authored smoke tests to the exact app process it launched. + macOS cache resolution pins stable signatures to the leaf certificate and + designated requirement, makes source builds reproducible, verifies Hardened + Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric + accessibility roles, window identity, input, and Retina ScreenCaptureKit + evidence. + ## 0.2.1 ### Patch Changes diff --git a/packages/agentic/storybook-desktop-runtime/package.json b/packages/agentic/storybook-desktop-runtime/package.json index dc9e3e8b74f..912a549ca27 100644 --- a/packages/agentic/storybook-desktop-runtime/package.json +++ b/packages/agentic/storybook-desktop-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/storybook-desktop-runtime", - "version": "0.2.1", + "version": "0.2.2", "description": "React Native runtime and Metro services for desktop Storybook applications", "license": "MIT", "author": "", diff --git a/packages/agentic/storybook-desktop/CHANGELOG.md b/packages/agentic/storybook-desktop/CHANGELOG.md index c40c4d743a1..4fe1025ef07 100644 --- a/packages/agentic/storybook-desktop/CHANGELOG.md +++ b/packages/agentic/storybook-desktop/CHANGELOG.md @@ -1,5 +1,29 @@ # @fluentui-react-native/storybook-desktop +## 0.3.0 + +### Minor Changes + +- 5b3f74c: Build the source-shipped native desktop helper explicitly, reuse verified + content-addressed artifacts, and add the Windows/Win32 C++ and macOS Swift + providers. Storybook can build the helper independently, ensures it during + prep, and attaches authored smoke tests to the exact app process it launched. + macOS cache resolution pins stable signatures to the leaf certificate and + designated requirement, makes source builds reproducible, verifies Hardened + Runtime and secure timestamps, reports TCC/AX diagnostics, and normalizes Fabric + accessibility roles, window identity, input, and Retina ScreenCaptureKit + evidence. + +### Patch Changes + +- 5b3f74c: Add the native macOS and Windows implementations, explicit native build + verification, and prebuilt-only Storybook PR pipeline integration for the + desktop-driver package. Keep the FocusZone Windows WinMD compatible with the + consuming Storybook application's target SDK. +- Updated dependencies [5b3f74c] +- Updated dependencies [5b3f74c] + - @fluentui-react-native/desktop-driver@0.3.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/agentic/storybook-desktop/package.json b/packages/agentic/storybook-desktop/package.json index c38d9c331a3..a8f4a279897 100644 --- a/packages/agentic/storybook-desktop/package.json +++ b/packages/agentic/storybook-desktop/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/storybook-desktop", - "version": "0.2.0", + "version": "0.3.0", "description": "CLI and configuration for React Native desktop Storybook applications", "license": "MIT", "author": "", diff --git a/packages/components/ContextualMenu/CHANGELOG.md b/packages/components/ContextualMenu/CHANGELOG.md index 171c0692e4f..299483da36e 100644 --- a/packages/components/ContextualMenu/CHANGELOG.md +++ b/packages/components/ContextualMenu/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/contextual-menu +## 0.25.14 + +### Patch Changes + +- Updated dependencies [5b3f74c] + - @fluentui-react-native/focus-zone@0.23.5 + ## 0.25.13 ### Patch Changes diff --git a/packages/components/ContextualMenu/package.json b/packages/components/ContextualMenu/package.json index 5cc3a0f2e31..89aedcbf653 100644 --- a/packages/components/ContextualMenu/package.json +++ b/packages/components/ContextualMenu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/contextual-menu", - "version": "0.25.13", + "version": "0.25.14", "description": "A cross-platform ContextualMenu component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/FocusZone/CHANGELOG.md b/packages/components/FocusZone/CHANGELOG.md index 933f46cb358..9a96d7a10d1 100644 --- a/packages/components/FocusZone/CHANGELOG.md +++ b/packages/components/FocusZone/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log - @fluentui-react-native/focus-zone +## 0.23.5 + +### Patch Changes + +- 5b3f74c: Add the native macOS and Windows implementations, explicit native build + verification, and prebuilt-only Storybook PR pipeline integration for the + desktop-driver package. Keep the FocusZone Windows WinMD compatible with the + consuming Storybook application's target SDK. + ## 0.23.4 ### Patch Changes diff --git a/packages/components/FocusZone/package.json b/packages/components/FocusZone/package.json index 66931b83b3d..b72d59e8de8 100644 --- a/packages/components/FocusZone/package.json +++ b/packages/components/FocusZone/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/focus-zone", - "version": "0.23.4", + "version": "0.23.5", "description": "A cross-platform FocusZone component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/Menu/CHANGELOG.md b/packages/components/Menu/CHANGELOG.md index e46066594e0..4eb63609033 100644 --- a/packages/components/Menu/CHANGELOG.md +++ b/packages/components/Menu/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/menu +## 1.16.8 + +### Patch Changes + +- Updated dependencies [5b3f74c] + - @fluentui-react-native/focus-zone@0.23.5 + ## 1.16.7 ### Patch Changes diff --git a/packages/components/Menu/package.json b/packages/components/Menu/package.json index 28c110b8f67..f5ffea99ccc 100644 --- a/packages/components/Menu/package.json +++ b/packages/components/Menu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu", - "version": "1.16.7", + "version": "1.16.8", "description": "A cross-platform Menu component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/MenuButton/CHANGELOG.md b/packages/components/MenuButton/CHANGELOG.md index b84814ff047..44dbbee2ad4 100644 --- a/packages/components/MenuButton/CHANGELOG.md +++ b/packages/components/MenuButton/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @fluentui-react-native/menu-button +## 0.15.8 + +### Patch Changes + +- @fluentui-react-native/contextual-menu@0.25.14 + ## 0.15.7 ### Patch Changes diff --git a/packages/components/MenuButton/package.json b/packages/components/MenuButton/package.json index d109da80e5f..3c83d419d3c 100644 --- a/packages/components/MenuButton/package.json +++ b/packages/components/MenuButton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu-button", - "version": "0.15.7", + "version": "0.15.8", "description": "A cross-platform MenuButton component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/RadioGroup/CHANGELOG.md b/packages/components/RadioGroup/CHANGELOG.md index cc90afc9619..1594f74de4f 100644 --- a/packages/components/RadioGroup/CHANGELOG.md +++ b/packages/components/RadioGroup/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/radio-group +## 0.22.13 + +### Patch Changes + +- Updated dependencies [5b3f74c] + - @fluentui-react-native/focus-zone@0.23.5 + ## 0.22.12 ### Patch Changes diff --git a/packages/components/RadioGroup/package.json b/packages/components/RadioGroup/package.json index 6ddbbcad6b0..13bc2e7787d 100644 --- a/packages/components/RadioGroup/package.json +++ b/packages/components/RadioGroup/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/radio-group", - "version": "0.22.12", + "version": "0.22.13", "description": "A cross-platform Radio Group component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/components/TabList/CHANGELOG.md b/packages/components/TabList/CHANGELOG.md index f6685931c5d..9681b78f3f8 100644 --- a/packages/components/TabList/CHANGELOG.md +++ b/packages/components/TabList/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log - @fluentui-react-native/tablist +## 0.8.13 + +### Patch Changes + +- Updated dependencies [5b3f74c] + - @fluentui-react-native/focus-zone@0.23.5 + ## 0.8.12 ### Patch Changes diff --git a/packages/components/TabList/package.json b/packages/components/TabList/package.json index b5742718db1..6684da4099f 100644 --- a/packages/components/TabList/package.json +++ b/packages/components/TabList/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tablist", - "version": "0.8.12", + "version": "0.8.13", "description": "A cross-platform TabList component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/dependency-profiles/package.json b/packages/dependency-profiles/package.json index b46fd9985e7..b04349309aa 100644 --- a/packages/dependency-profiles/package.json +++ b/packages/dependency-profiles/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/dependency-profiles", - "version": "0.10.13", + "version": "0.10.14", "description": "@rnx-kit/align-deps profiles covering packages published from FluentUI-React-Native", "license": "MIT", "repository": { diff --git a/packages/dependency-profiles/src/index.js b/packages/dependency-profiles/src/index.js index fbea68f1e6b..8cdfcd3bbbf 100644 --- a/packages/dependency-profiles/src/index.js +++ b/packages/dependency-profiles/src/index.js @@ -8,7 +8,7 @@ module.exports = { }, "@fluentui-react-native/components": { "name": "@fluentui-react-native/components", - "version": "0.5.0" + "version": "0.5.1" }, "@fluentui-react-native/design": { "name": "@fluentui-react-native/design", @@ -16,15 +16,15 @@ module.exports = { }, "@fluentui-react-native/desktop-driver": { "name": "@fluentui-react-native/desktop-driver", - "version": "0.2.0" + "version": "0.3.0" }, "@fluentui-react-native/storybook-desktop-runtime": { "name": "@fluentui-react-native/storybook-desktop-runtime", - "version": "0.2.1" + "version": "0.2.2" }, "@fluentui-react-native/storybook-desktop": { "name": "@fluentui-react-native/storybook-desktop", - "version": "0.2.0" + "version": "0.3.0" }, "@fluentui-react-native/avatar": { "name": "@fluentui-react-native/avatar", @@ -48,7 +48,7 @@ module.exports = { }, "@fluentui-react-native/contextual-menu": { "name": "@fluentui-react-native/contextual-menu", - "version": "0.25.13" + "version": "0.25.14" }, "@fluentui-react-native/divider": { "name": "@fluentui-react-native/divider", @@ -60,7 +60,7 @@ module.exports = { }, "@fluentui-react-native/focus-zone": { "name": "@fluentui-react-native/focus-zone", - "version": "0.23.4" + "version": "0.23.5" }, "@fluentui-react-native/icon": { "name": "@fluentui-react-native/icon", @@ -76,11 +76,11 @@ module.exports = { }, "@fluentui-react-native/menu": { "name": "@fluentui-react-native/menu", - "version": "1.16.7" + "version": "1.16.8" }, "@fluentui-react-native/menu-button": { "name": "@fluentui-react-native/menu-button", - "version": "0.15.7" + "version": "0.15.8" }, "@fluentui-react-native/notification": { "name": "@fluentui-react-native/notification", @@ -100,7 +100,7 @@ module.exports = { }, "@fluentui-react-native/radio-group": { "name": "@fluentui-react-native/radio-group", - "version": "0.22.12" + "version": "0.22.13" }, "@fluentui-react-native/separator": { "name": "@fluentui-react-native/separator", @@ -116,7 +116,7 @@ module.exports = { }, "@fluentui-react-native/tablist": { "name": "@fluentui-react-native/tablist", - "version": "0.8.12" + "version": "0.8.13" }, "@fluentui-react-native/text": { "name": "@fluentui-react-native/text", @@ -184,7 +184,7 @@ module.exports = { }, "@fluentui-react-native/experimental-menu-button": { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.11.13" + "version": "0.11.14" }, "@fluentui-react-native/experimental-native-date-picker": { "name": "@fluentui-react-native/experimental-native-date-picker", @@ -248,7 +248,7 @@ module.exports = { }, "@fluentui/react-native": { "name": "@fluentui/react-native", - "version": "0.44.6" + "version": "0.44.7" }, "@fluentui-react-native/callout": { "name": "@fluentui-react-native/callout", diff --git a/packages/experimental/MenuButton/CHANGELOG.md b/packages/experimental/MenuButton/CHANGELOG.md index 02f9c144f60..cceeee6d38d 100644 --- a/packages/experimental/MenuButton/CHANGELOG.md +++ b/packages/experimental/MenuButton/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @fluentui-react-native/experimental-menu-button +## 0.11.14 + +### Patch Changes + +- @fluentui-react-native/contextual-menu@0.25.14 + ## 0.11.13 ### Patch Changes diff --git a/packages/experimental/MenuButton/package.json b/packages/experimental/MenuButton/package.json index 17638e7abc4..f115625f9c9 100644 --- a/packages/experimental/MenuButton/package.json +++ b/packages/experimental/MenuButton/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.11.13", + "version": "0.11.14", "description": "A cross-platform MenuButton component using the Fluent Design System", "license": "MIT", "author": "", diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index d09dc0a2814..2da414ef205 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log - @fluentui/react-native +## 0.44.7 + +### Patch Changes + +- Updated dependencies [5b3f74c] + - @fluentui-react-native/focus-zone@0.23.5 + - @fluentui-react-native/contextual-menu@0.25.14 + - @fluentui-react-native/radio-group@0.22.13 + - @fluentui-react-native/tablist@0.8.13 + - @fluentui-react-native/menu-button@0.15.8 + ## 0.44.6 ### Patch Changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index cf9f10fb1d9..57e79c6119c 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-native", - "version": "0.44.6", + "version": "0.44.7", "description": "A react-native component library that implements the Fluent Design System.", "license": "MIT", "repository": {