diff --git a/.changeset/beachball-migration.md b/.changeset/beachball-migration.md deleted file mode 100644 index 10200672627..00000000000 --- a/.changeset/beachball-migration.md +++ /dev/null @@ -1,102 +0,0 @@ ---- -"@fluentui-react-native/adapters": patch -"@fluentui-react-native/android-theme": patch -"@fluentui-react-native/apple-theme": patch -"@fluentui-react-native/avatar": patch -"@fluentui-react-native/badge": patch -"@fluentui-react-native/button": patch -"@fluentui-react-native/callout": patch -"@fluentui-react-native/checkbox": patch -"@fluentui-react-native/chip": patch -"@fluentui-react-native/codemods": patch -"@fluentui-react-native/composition": patch -"@fluentui-react-native/contextual-menu": patch -"@fluentui-react-native/default-theme": patch -"@fluentui-react-native/divider": patch -"@fluentui-react-native/drawer": patch -"@fluentui-react-native/dropdown": patch -"@fluentui-react-native/experimental-activity-indicator": patch -"@fluentui-react-native/experimental-appearance-additions": patch -"@fluentui-react-native/experimental-avatar": patch -"@fluentui-react-native/experimental-checkbox": patch -"@fluentui-react-native/experimental-expander": patch -"@fluentui-react-native/experimental-menu-button": patch -"@fluentui-react-native/experimental-native-date-picker": patch -"@fluentui-react-native/experimental-native-font-metrics": patch -"@fluentui-react-native/experimental-shadow": patch -"@fluentui-react-native/experimental-shimmer": patch -"@fluentui-react-native/focus-trap-zone": patch -"@fluentui-react-native/focus-zone": patch -"@fluentui-react-native/framework": patch -"@fluentui-react-native/framework-base": patch -"@fluentui-react-native/icon": patch -"@fluentui-react-native/immutable-merge": patch -"@fluentui-react-native/input": patch -"@fluentui-react-native/interactive-hooks": patch -"@fluentui-react-native/link": patch -"@fluentui-react-native/memo-cache": patch -"@fluentui-react-native/menu": patch -"@fluentui-react-native/menu-button": patch -"@fluentui-react-native/merge-props": patch -"@fluentui-react-native/notification": patch -"@fluentui-react-native/overflow": patch -"@fluentui-react-native/persona": patch -"@fluentui-react-native/persona-coin": patch -"@fluentui-react-native/popover": patch -"@fluentui-react-native/pressable": patch -"@fluentui-react-native/radio-group": patch -"@fluentui-react-native/separator": patch -"@fluentui-react-native/spinner": patch -"@fluentui-react-native/stack": patch -"@fluentui-react-native/styling-utils": patch -"@fluentui-react-native/switch": patch -"@fluentui-react-native/tablist": patch -"@fluentui-react-native/text": patch -"@fluentui-react-native/theme": patch -"@fluentui-react-native/theme-tokens": patch -"@fluentui-react-native/theme-types": patch -"@fluentui-react-native/themed-stylesheet": patch -"@fluentui-react-native/theming-utils": patch -"@fluentui-react-native/tokens": patch -"@fluentui-react-native/tooltip": patch -"@fluentui-react-native/use-slot": patch -"@fluentui-react-native/use-slots": patch -"@fluentui-react-native/use-styling": patch -"@fluentui-react-native/use-tokens": patch -"@fluentui-react-native/vibrancy-view": patch -"@fluentui-react-native/win32-theme": patch -"@fluentui/react-native": patch -"@uifabricshared/foundation-composable": patch -"@uifabricshared/foundation-compose": patch -"@uifabricshared/foundation-settings": patch -"@uifabricshared/foundation-tokens": patch -"@uifabricshared/theme-registry": patch -"@uifabricshared/themed-settings": patch -"@uifabricshared/theming-ramp": patch -"@uifabricshared/theming-react-native": patch ---- - -# Migration from Beachball to Changesets - -This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. - -All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. - -## What Changed - -Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: - -- ❌ 440+ beachball change files from `change/` directory -- ❌ `beachball` package dependency -- ❌ Beachball scripts from `package.json` -- ❌ `beachball.config.js` configuration file -- ❌ Beachball publish steps from Azure Pipelines - -## New Workflow - -✅ **Create changes**: Run `yarn changeset` to document changes -✅ **Version bump PRs**: Automatically created by GitHub Actions -✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` -✅ **Validation**: CI validates changesets and blocks major version bumps - -For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. diff --git a/packages/codemods/CHANGELOG.md b/packages/codemods/CHANGELOG.md index 577edce636d..3be2e676ee8 100644 --- a/packages/codemods/CHANGELOG.md +++ b/packages/codemods/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/codemods +## 0.5.25 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 74215d5a42c..cfa5a8d96a4 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/codemods", - "version": "0.5.24", + "version": "0.5.25", "description": "Transform files to make refactoring FURN code easier", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/components/Avatar/CHANGELOG.md b/packages/components/Avatar/CHANGELOG.md index f200da20e9e..9ae28180621 100644 --- a/packages/components/Avatar/CHANGELOG.md +++ b/packages/components/Avatar/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log - @fluentui-react-native/avatar +## 1.12.24 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/badge@0.11.18 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theming-utils@0.26.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + @@ -1356,7 +1395,7 @@ Thu, 08 Sep 2022 15:59:45 GMT ### Patches -- [Avatar] Fixed bug with multi-word titles (vkozlova@microsoft.com) +- [Avatar] Fixed bug with multi-word titles (vkozlova@microsoft.com) ## 1.2.6 diff --git a/packages/components/Avatar/package.json b/packages/components/Avatar/package.json index 70a6cc4eb0e..024f70c466c 100644 --- a/packages/components/Avatar/package.json +++ b/packages/components/Avatar/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/avatar", - "version": "1.12.23", + "version": "1.12.24", "description": "A cross-platform Avatar component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/components/Badge/CHANGELOG.md b/packages/components/Badge/CHANGELOG.md index c2e8cb27d65..c250834ac6c 100644 --- a/packages/components/Badge/CHANGELOG.md +++ b/packages/components/Badge/CHANGELOG.md @@ -1,5 +1,46 @@ # Change Log - @fluentui-react-native/badge +## 0.11.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/experimental-shadow@0.6.20 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/theming-utils@0.26.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + @@ -1647,7 +1688,7 @@ Thu, 14 Jul 2022 20:03:37 GMT ### Patches -- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) +- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) - Bump @fluentui-react-native/experimental-text to v0.10.1 ## 0.1.0 diff --git a/packages/components/Badge/package.json b/packages/components/Badge/package.json index 83870ea0153..e97280ca047 100644 --- a/packages/components/Badge/package.json +++ b/packages/components/Badge/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/badge", - "version": "0.11.17", + "version": "0.11.18", "description": "A cross-platform Badge component using the Fluent Design System. A badge is an additional visual descriptor for UI elements.", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/Button/CHANGELOG.md b/packages/components/Button/CHANGELOG.md index 3f998ca99e4..58ecd16031d 100644 --- a/packages/components/Button/CHANGELOG.md +++ b/packages/components/Button/CHANGELOG.md @@ -1,5 +1,53 @@ # Change Log - @fluentui-react-native/button +## 0.39.23 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/experimental-activity-indicator@0.10.19 + - @fluentui-react-native/experimental-shadow@0.6.20 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/pressable@0.12.20 + - @fluentui-react-native/styling-utils@0.7.6 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/theming-utils@0.26.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + @@ -2080,7 +2128,7 @@ Thu, 14 Jul 2022 20:03:37 GMT ### Patches -- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) +- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) - Bump @fluentui-react-native/experimental-text to v0.10.1 ## 0.24.0 @@ -3443,7 +3491,7 @@ Wed, 20 May 2020 03:37:41 GMT ### Patches -- remove backgroundColor from focused _override setting to let hovered setting take precedence (lehon@microsoft.com) +- remove backgroundColor from focused \_override setting to let hovered setting take precedence (lehon@microsoft.com) ## 0.5.25 @@ -3534,42 +3582,55 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.3.6 + Mon, 13 Apr 2020 22:48:23 GMT ### Patches - Update button snapshot (krsiler@microsoft.com) + ## 0.3.5 + Thu, 09 Apr 2020 21:14:58 GMT ### Patches - enable button snapshot test and update merge to fix bug (jasonmo@microsoft.com) + ## 0.3.3 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.3.1 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.3.0 + Tue, 31 Mar 2020 18:01:09 GMT ### Minor changes - Checkbox Final V1 Changes (safreibe@microsoft.com) + ## 0.2.7 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/Button/package.json b/packages/components/Button/package.json index 6b5a03b7268..cb5a9f7db79 100644 --- a/packages/components/Button/package.json +++ b/packages/components/Button/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/button", - "version": "0.39.22", + "version": "0.39.23", "description": "A cross-platform Button component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Callout/CHANGELOG.md b/packages/components/Callout/CHANGELOG.md index e24709858cf..6f22732ecf2 100644 --- a/packages/components/Callout/CHANGELOG.md +++ b/packages/components/Callout/CHANGELOG.md @@ -1,5 +1,41 @@ # Change Log - @fluentui-react-native/callout +## 0.27.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/tokens@0.23.12 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + @@ -1604,7 +1640,7 @@ Thu, 16 Dec 2021 19:10:30 GMT - Add up/down arrow key support to macOS ContextualMenu (sanajmi@microsoft.com) - remove focus style overrides for macOS contextual menu items (sanajmi@microsoft.com) -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Bump @fluentui-react-native/adapters to v0.8.1 - Bump @fluentui-react-native/interactive-hooks to v0.11.1 - Bump @fluentui-react-native/tokens to v0.11.1 @@ -2187,7 +2223,7 @@ Fri, 24 Apr 2020 17:13:37 GMT ### Patches -- Dont import * from react-native (acoates@microsoft.com) +- Dont import \* from react-native (acoates@microsoft.com) ## 0.4.1 @@ -2214,24 +2250,31 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.3.0 + Thu, 09 Apr 2020 18:39:15 GMT ### Minor changes - Add ondismiss and onshow callbacks (ppatboyd@outlook.com) + ## 0.2.3 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - add some configuration versatility (jasonmo@microsoft.com) + ## 0.2.1 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Fri, 27 Mar 2020 04:10:56 GMT ### Minor changes diff --git a/packages/components/Callout/package.json b/packages/components/Callout/package.json index 7a2984c404b..76c73af5180 100644 --- a/packages/components/Callout/package.json +++ b/packages/components/Callout/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/callout", - "version": "0.27.17", + "version": "0.27.18", "description": "A cross-platform Callout component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/components/Checkbox/CHANGELOG.md b/packages/components/Checkbox/CHANGELOG.md index 8411ac504d4..37d59bd3969 100644 --- a/packages/components/Checkbox/CHANGELOG.md +++ b/packages/components/Checkbox/CHANGELOG.md @@ -1,5 +1,49 @@ # Change Log - @fluentui-react-native/checkbox +## 0.23.24 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/pressable@0.12.20 + - @fluentui-react-native/styling-utils@0.7.6 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theming-utils@0.26.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + @@ -2790,30 +2834,39 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.3 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.1 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - add some configuration versatility (jasonmo@microsoft.com) + ## 0.2.0 + Tue, 31 Mar 2020 18:01:09 GMT ### Minor changes - Checkbox Final V1 Changes (safreibe@microsoft.com) + ## 0.1.2 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.1.0 + Wed, 25 Mar 2020 23:14:43 GMT ### Minor changes diff --git a/packages/components/Checkbox/package.json b/packages/components/Checkbox/package.json index 58d14836a28..245b73812aa 100644 --- a/packages/components/Checkbox/package.json +++ b/packages/components/Checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/checkbox", - "version": "0.23.23", + "version": "0.23.24", "description": "A cross-platform Checkbox component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Chip/CHANGELOG.md b/packages/components/Chip/CHANGELOG.md index 66b3d1318c0..e41dbcc62c2 100644 --- a/packages/components/Chip/CHANGELOG.md +++ b/packages/components/Chip/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log - @fluentui-react-native/chip +## 0.4.24 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + diff --git a/packages/components/Chip/package.json b/packages/components/Chip/package.json index f5d5a087ac8..c41ac8476a0 100644 --- a/packages/components/Chip/package.json +++ b/packages/components/Chip/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/chip", - "version": "0.4.23", + "version": "0.4.24", "description": "A cross-platform Chip component using the Fluent Design System. A chip is a compact representations of entities (most commonly, people) that can be typed in, deleted or dragged easily.", "homepage": "https://github.com/microsoft/fluentui-react-native", "license": "MIT", diff --git a/packages/components/ContextualMenu/CHANGELOG.md b/packages/components/ContextualMenu/CHANGELOG.md index 9bb1d589f2b..147f6a3c479 100644 --- a/packages/components/ContextualMenu/CHANGELOG.md +++ b/packages/components/ContextualMenu/CHANGELOG.md @@ -1,5 +1,46 @@ # Change Log - @fluentui-react-native/contextual-menu +## 0.24.32 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/callout@0.27.18 + - @fluentui-react-native/focus-zone@0.21.16 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/tokens@0.23.12 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + @@ -2609,7 +2650,7 @@ Thu, 16 Dec 2021 19:10:29 GMT - Refactor useKeyCallback (sanajmi@microsoft.com) - remove focus style overrides for macOS contextual menu items (sanajmi@microsoft.com) -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Add up/down arrow key support to macOS ContextualMenu (sanajmi@microsoft.com) - rename slots to be more RTL friendly (sanajmi@microsoft.com) diff --git a/packages/components/ContextualMenu/package.json b/packages/components/ContextualMenu/package.json index fca6c690939..787ae3a61cf 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.24.31", + "version": "0.24.32", "description": "A cross-platform ContextualMenu component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/components/Divider/CHANGELOG.md b/packages/components/Divider/CHANGELOG.md index 1d7ba64dc02..2ab3ef4b14f 100644 --- a/packages/components/Divider/CHANGELOG.md +++ b/packages/components/Divider/CHANGELOG.md @@ -1,5 +1,41 @@ # Change Log - @fluentui-react-native/divider +## 0.7.24 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/tokens@0.23.12 + diff --git a/packages/components/Divider/package.json b/packages/components/Divider/package.json index f319d59673e..6e050556d46 100644 --- a/packages/components/Divider/package.json +++ b/packages/components/Divider/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/divider", - "version": "0.7.23", + "version": "0.7.24", "description": "A cross-platform Divider component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/FocusTrapZone/CHANGELOG.md b/packages/components/FocusTrapZone/CHANGELOG.md index c6d6ac33c36..a5c45746305 100644 --- a/packages/components/FocusTrapZone/CHANGELOG.md +++ b/packages/components/FocusTrapZone/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/focus-trap-zone +## 0.12.21 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-settings@0.15.12 + @@ -1287,7 +1322,7 @@ Thu, 16 Dec 2021 19:10:27 GMT ### Patches -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Bump @fluentui-react-native/adapters to v0.8.1 - Bump @fluentui-react-native/interactive-hooks to v0.11.1 @@ -1792,24 +1827,31 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.11 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.9 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.7 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/FocusTrapZone/package.json b/packages/components/FocusTrapZone/package.json index 868344415ca..05211b817ca 100644 --- a/packages/components/FocusTrapZone/package.json +++ b/packages/components/FocusTrapZone/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/focus-trap-zone", - "version": "0.12.20", + "version": "0.12.21", "description": "A cross-platform FocusTrapZone component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/FocusZone/CHANGELOG.md b/packages/components/FocusZone/CHANGELOG.md index c2bd5afc88e..24546392ab5 100644 --- a/packages/components/FocusZone/CHANGELOG.md +++ b/packages/components/FocusZone/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/focus-zone +## 0.21.16 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-settings@0.15.12 + @@ -1456,7 +1491,7 @@ Thu, 16 Dec 2021 19:10:27 GMT ### Patches -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Bump @fluentui-react-native/interactive-hooks to v0.11.1 ## 0.8.0 diff --git a/packages/components/FocusZone/package.json b/packages/components/FocusZone/package.json index 773740f6c97..9963c1b055b 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.21.15", + "version": "0.21.16", "description": "A cross-platform FocusZone component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Icon/CHANGELOG.md b/packages/components/Icon/CHANGELOG.md index 2d5a8d99ce4..bc67d837555 100644 --- a/packages/components/Icon/CHANGELOG.md +++ b/packages/components/Icon/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/icon +## 0.21.24 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/text@0.24.22 + diff --git a/packages/components/Icon/package.json b/packages/components/Icon/package.json index bfac0262806..897644ffb66 100644 --- a/packages/components/Icon/package.json +++ b/packages/components/Icon/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/icon", - "version": "0.21.23", + "version": "0.21.24", "description": "A cross-platform Icon component", "repository": { "type": "git", diff --git a/packages/components/Input/CHANGELOG.md b/packages/components/Input/CHANGELOG.md index 3b043e61289..c4dffc9fc37 100644 --- a/packages/components/Input/CHANGELOG.md +++ b/packages/components/Input/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log - @fluentui-react-native/input +## 0.7.24 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/styling-utils@0.7.6 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + diff --git a/packages/components/Input/package.json b/packages/components/Input/package.json index e46f271da20..025e339e9f5 100644 --- a/packages/components/Input/package.json +++ b/packages/components/Input/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/input", - "version": "0.7.23", + "version": "0.7.24", "description": "A cross-platform Text input component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Link/CHANGELOG.md b/packages/components/Link/CHANGELOG.md index 5464256811e..5a611a68611 100644 --- a/packages/components/Link/CHANGELOG.md +++ b/packages/components/Link/CHANGELOG.md @@ -1,5 +1,45 @@ # Change Log - @fluentui-react-native/link +## 0.23.24 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + @@ -1720,7 +1760,7 @@ Thu, 16 Dec 2021 19:10:26 GMT ### Patches - Refactor useKeyCallback (sanajmi@microsoft.com) -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Bump @uifabricshared/foundation-compose to v1.11.1 - Bump @fluentui-react-native/adapters to v0.8.1 - Bump @fluentui-react-native/interactive-hooks to v0.11.1 @@ -2297,7 +2337,7 @@ Fri, 24 Apr 2020 17:13:37 GMT ### Patches -- Dont import * from react-native (acoates@microsoft.com) +- Dont import \* from react-native (acoates@microsoft.com) ## 0.5.2 @@ -2348,30 +2388,39 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.3.0 + Mon, 13 Apr 2020 22:48:23 GMT ### Minor changes - Update new fontSize and fontWeight names (krsiler@microsoft.com) + ## 0.2.11 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.9 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.7 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/Link/package.json b/packages/components/Link/package.json index 9a187c45604..efeaefcf8a3 100644 --- a/packages/components/Link/package.json +++ b/packages/components/Link/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/link", - "version": "0.23.23", + "version": "0.23.24", "description": "A cross-platform Link component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Menu/CHANGELOG.md b/packages/components/Menu/CHANGELOG.md index cc5575f56c6..127bae97696 100644 --- a/packages/components/Menu/CHANGELOG.md +++ b/packages/components/Menu/CHANGELOG.md @@ -1,5 +1,47 @@ # Change Log - @fluentui-react-native/menu +## 1.14.43 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/callout@0.27.18 + - @fluentui-react-native/focus-zone@0.21.16 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theming-utils@0.26.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + @@ -2420,7 +2462,7 @@ Thu, 14 Jul 2022 20:03:37 GMT ### Patches -- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) +- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) - Bump @fluentui-react-native/experimental-text to v0.10.1 - Bump @fluentui-react-native/button to v0.24.1 diff --git a/packages/components/Menu/package.json b/packages/components/Menu/package.json index 4878bd4c657..d9b8273153a 100644 --- a/packages/components/Menu/package.json +++ b/packages/components/Menu/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/menu", - "version": "1.14.42", + "version": "1.14.43", "description": "A cross-platform Menu component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/MenuButton/CHANGELOG.md b/packages/components/MenuButton/CHANGELOG.md index be1834a35fe..8a1c99bcff8 100644 --- a/packages/components/MenuButton/CHANGELOG.md +++ b/packages/components/MenuButton/CHANGELOG.md @@ -1,5 +1,43 @@ # Change Log - @fluentui-react-native/menu-button +## 0.13.38 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/button@0.39.23 + - @fluentui-react-native/contextual-menu@0.24.32 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/tokens@0.23.12 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + @@ -2716,7 +2754,7 @@ Thu, 16 Dec 2021 19:10:26 GMT ### Patches -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Bump @fluentui-react-native/button to v0.21.1 - Bump @fluentui-react-native/contextual-menu to v0.13.0 - Bump @fluentui-react-native/icon to v0.10.0 diff --git a/packages/components/MenuButton/package.json b/packages/components/MenuButton/package.json index 0e69e827b80..086a6ee5dbc 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.13.37", + "version": "0.13.38", "description": "A cross-platform MenuButton component using the Fluent Design System", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/components/Notification/CHANGELOG.md b/packages/components/Notification/CHANGELOG.md index fe5002615ec..2b7acb8823d 100644 --- a/packages/components/Notification/CHANGELOG.md +++ b/packages/components/Notification/CHANGELOG.md @@ -1,5 +1,49 @@ # Change Log - @fluentui-react-native/notification +## 0.25.30 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/button@0.39.23 + - @fluentui-react-native/experimental-appearance-additions@0.7.18 + - @fluentui-react-native/experimental-shadow@0.6.20 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/pressable@0.12.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + @@ -2185,7 +2229,7 @@ Thu, 14 Jul 2022 20:03:37 GMT ### Patches -- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) +- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) - Bump @fluentui-react-native/button to v0.24.1 - Bump @fluentui-react-native/experimental-text to v0.10.1 diff --git a/packages/components/Notification/package.json b/packages/components/Notification/package.json index cbb49745bd9..4dd85f84ef8 100644 --- a/packages/components/Notification/package.json +++ b/packages/components/Notification/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/notification", - "version": "0.25.29", + "version": "0.25.30", "description": "add component-description", "repository": { "type": "git", diff --git a/packages/components/Persona/CHANGELOG.md b/packages/components/Persona/CHANGELOG.md index a7b903b4947..389d355739b 100644 --- a/packages/components/Persona/CHANGELOG.md +++ b/packages/components/Persona/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log - @fluentui-react-native/persona +## 0.16.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/persona-coin@0.15.18 + - @fluentui-react-native/tokens@0.23.12 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + - @uifabricshared/foundation-tokens@0.15.18 + @@ -1767,36 +1806,47 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.3.0 + Mon, 13 Apr 2020 22:48:23 GMT ### Minor changes - Update fontSizes to new fluent typeramp names (krsiler@microsoft.com) + ## 0.2.10 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.8 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.7 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.2.6 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/Persona/package.json b/packages/components/Persona/package.json index 7634184e59e..c577feed4b7 100644 --- a/packages/components/Persona/package.json +++ b/packages/components/Persona/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/persona", - "version": "0.16.17", + "version": "0.16.18", "description": "A cross-platform Persona component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/PersonaCoin/CHANGELOG.md b/packages/components/PersonaCoin/CHANGELOG.md index 641ea212ebd..a50fe985d6d 100644 --- a/packages/components/PersonaCoin/CHANGELOG.md +++ b/packages/components/PersonaCoin/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log - @fluentui-react-native/persona-coin +## 0.15.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/tokens@0.23.12 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + - @uifabricshared/foundation-tokens@0.15.18 + @@ -1718,30 +1757,39 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.10 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.8 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.7 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.2.6 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/PersonaCoin/package.json b/packages/components/PersonaCoin/package.json index 9eff723d60e..7df81cff0e7 100644 --- a/packages/components/PersonaCoin/package.json +++ b/packages/components/PersonaCoin/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/persona-coin", - "version": "0.15.17", + "version": "0.15.18", "description": "A cross-platform PersonaCoin component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Pressable/CHANGELOG.md b/packages/components/Pressable/CHANGELOG.md index 54a4adabe75..e4b650253d0 100644 --- a/packages/components/Pressable/CHANGELOG.md +++ b/packages/components/Pressable/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/pressable +## 0.12.20 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-settings@0.15.12 + @@ -1726,24 +1761,31 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.11 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.9 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.7 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/Pressable/package.json b/packages/components/Pressable/package.json index ea8ab587ab3..b6e90f7ca6d 100644 --- a/packages/components/Pressable/package.json +++ b/packages/components/Pressable/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/pressable", - "version": "0.12.19", + "version": "0.12.20", "description": "A cross-platform Pressable component", "repository": { "type": "git", diff --git a/packages/components/RadioGroup/CHANGELOG.md b/packages/components/RadioGroup/CHANGELOG.md index 4cb36759775..550f6bc1096 100644 --- a/packages/components/RadioGroup/CHANGELOG.md +++ b/packages/components/RadioGroup/CHANGELOG.md @@ -1,5 +1,48 @@ # Change Log - @fluentui-react-native/radio-group +## 0.21.32 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/focus-zone@0.21.16 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/pressable@0.12.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + @@ -2879,30 +2922,39 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.11 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.9 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.8 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Updating Checkbox version (safreibe@microsoft.com) + ## 0.2.7 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/RadioGroup/package.json b/packages/components/RadioGroup/package.json index d7ec03c377e..971a0b571b6 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.21.31", + "version": "0.21.32", "description": "A cross-platform Radio Group component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Separator/CHANGELOG.md b/packages/components/Separator/CHANGELOG.md index 6df5aef66c1..28254f9d0f4 100644 --- a/packages/components/Separator/CHANGELOG.md +++ b/packages/components/Separator/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log - @fluentui-react-native/separator +## 0.18.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/use-styling@0.13.13 + @@ -942,7 +976,7 @@ Thu, 16 Dec 2021 19:10:26 GMT ### Patches -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Bump @fluentui-react-native/framework to v0.7.1 ## 0.11.0 @@ -1434,30 +1468,39 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.10 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.8 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.7 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.2.6 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/Separator/package.json b/packages/components/Separator/package.json index 9c3044958f9..df4b0612616 100644 --- a/packages/components/Separator/package.json +++ b/packages/components/Separator/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/separator", - "version": "0.18.17", + "version": "0.18.18", "description": "A cross-platform Separator component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Stack/CHANGELOG.md b/packages/components/Stack/CHANGELOG.md index 492bae5ab9d..62443fd98c1 100644 --- a/packages/components/Stack/CHANGELOG.md +++ b/packages/components/Stack/CHANGELOG.md @@ -1,5 +1,43 @@ # Change Log - @fluentui-react-native/stack +## 0.10.23 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/tokens@0.23.12 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-compose@1.15.18 + - @uifabricshared/foundation-settings@0.15.12 + - @uifabricshared/foundation-tokens@0.15.18 + @@ -1403,7 +1441,7 @@ Thu, 16 Dec 2021 19:10:26 GMT ### Patches -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Bump @uifabricshared/foundation-compose to v1.11.1 - Bump @fluentui-react-native/adapters to v0.8.1 - Bump @fluentui-react-native/framework to v0.7.1 diff --git a/packages/components/Stack/package.json b/packages/components/Stack/package.json index 294ae3b5ced..2d4f88034d3 100644 --- a/packages/components/Stack/package.json +++ b/packages/components/Stack/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/stack", - "version": "0.10.22", + "version": "0.10.23", "description": "A cross-platform opinionated Fluent Text component", "repository": { "type": "git", diff --git a/packages/components/Switch/CHANGELOG.md b/packages/components/Switch/CHANGELOG.md index 73d8e424073..4a68b5225ba 100644 --- a/packages/components/Switch/CHANGELOG.md +++ b/packages/components/Switch/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log - @fluentui-react-native/switch +## 0.13.23 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theming-utils@0.26.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + @@ -1186,7 +1223,7 @@ Wed, 17 Aug 2022 18:45:52 GMT ### Minor changes -- Label position set to 'after' will prevent onText and offText from rendering (nkhalil942@gmail.com) +- Label position set to 'after' will prevent onText and offText from rendering (nkhalil942@gmail.com) ## 0.5.0 diff --git a/packages/components/Switch/package.json b/packages/components/Switch/package.json index 7ded0944c47..73c5b17dabe 100644 --- a/packages/components/Switch/package.json +++ b/packages/components/Switch/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/switch", - "version": "0.13.22", + "version": "0.13.23", "description": "A cross-platform Switch component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/TabList/CHANGELOG.md b/packages/components/TabList/CHANGELOG.md index d0b852f9039..8685af0c678 100644 --- a/packages/components/TabList/CHANGELOG.md +++ b/packages/components/TabList/CHANGELOG.md @@ -1,5 +1,45 @@ # Change Log - @fluentui-react-native/tablist +## 0.7.20 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/focus-zone@0.21.16 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/icon@0.21.24 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theming-utils@0.26.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + diff --git a/packages/components/TabList/package.json b/packages/components/TabList/package.json index 10020c5fe95..1c328d650de 100644 --- a/packages/components/TabList/package.json +++ b/packages/components/TabList/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tablist", - "version": "0.7.19", + "version": "0.7.20", "description": "A cross-platform TabList component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/components/Text/CHANGELOG.md b/packages/components/Text/CHANGELOG.md index 7db8d07e10d..17afcb865b0 100644 --- a/packages/components/Text/CHANGELOG.md +++ b/packages/components/Text/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log - @fluentui-react-native/text +## 0.24.22 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/tokens@0.23.12 + - @uifabricshared/foundation-compose@1.15.18 + @@ -1298,7 +1335,7 @@ Thu, 16 Dec 2021 19:10:25 GMT ### Patches -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Bump @uifabricshared/foundation-compose to v1.11.1 - Bump @fluentui-react-native/adapters to v0.8.1 - Bump @fluentui-react-native/tokens to v0.11.1 @@ -1787,36 +1824,47 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.3.0 + Mon, 13 Apr 2020 22:48:23 GMT ### Minor changes - Add variants and fluent typeramp to text (krsiler@microsoft.com) + ## 0.2.10 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.8 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.7 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.2.6 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/components/Text/package.json b/packages/components/Text/package.json index 3554668889b..5c58442651d 100644 --- a/packages/components/Text/package.json +++ b/packages/components/Text/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/text", - "version": "0.24.21", + "version": "0.24.22", "description": "A cross-platform Text component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/dependency-profiles/src/index.js b/packages/dependency-profiles/src/index.js index 9565696b691..2514f91b716 100644 --- a/packages/dependency-profiles/src/index.js +++ b/packages/dependency-profiles/src/index.js @@ -8,311 +8,319 @@ module.exports = { }, "@fluentui-react-native/tester": { "name": "@fluentui-react-native/tester", - "version": "0.170.48" + "version": "0.170.50" + }, + "@fluentui-react-native/tester-core": { + "name": "@fluentui-react-native/tester-core", + "version": "0.1.1" + }, + "@fluentui-react-native/tester-win32-81": { + "name": "@fluentui-react-native/tester-win32-81", + "version": "0.38.69" }, "@fluentui-react-native/tester-win32": { "name": "@fluentui-react-native/tester-win32", - "version": "0.38.67" + "version": "0.38.69" }, "@fluentui-react-native/avatar": { "name": "@fluentui-react-native/avatar", - "version": "1.12.23" + "version": "1.12.24" }, "@fluentui-react-native/badge": { "name": "@fluentui-react-native/badge", - "version": "0.11.17" + "version": "0.11.18" }, "@fluentui-react-native/button": { "name": "@fluentui-react-native/button", - "version": "0.39.20" + "version": "0.39.23" }, "@fluentui-react-native/callout": { "name": "@fluentui-react-native/callout", - "version": "0.27.17" + "version": "0.27.18" }, "@fluentui-react-native/checkbox": { "name": "@fluentui-react-native/checkbox", - "version": "0.23.23" + "version": "0.23.24" }, "@fluentui-react-native/chip": { "name": "@fluentui-react-native/chip", - "version": "0.4.23" + "version": "0.4.24" }, "@fluentui-react-native/contextual-menu": { "name": "@fluentui-react-native/contextual-menu", - "version": "0.24.31" + "version": "0.24.32" }, "@fluentui-react-native/divider": { "name": "@fluentui-react-native/divider", - "version": "0.7.23" + "version": "0.7.24" }, "@fluentui-react-native/focus-trap-zone": { "name": "@fluentui-react-native/focus-trap-zone", - "version": "0.12.20" + "version": "0.12.21" }, "@fluentui-react-native/focus-zone": { "name": "@fluentui-react-native/focus-zone", - "version": "0.21.15" + "version": "0.21.16" }, "@fluentui-react-native/icon": { "name": "@fluentui-react-native/icon", - "version": "0.21.23" + "version": "0.21.24" }, "@fluentui-react-native/input": { "name": "@fluentui-react-native/input", - "version": "0.7.23" + "version": "0.7.24" }, "@fluentui-react-native/link": { "name": "@fluentui-react-native/link", - "version": "0.23.23" + "version": "0.23.24" }, "@fluentui-react-native/menu": { "name": "@fluentui-react-native/menu", - "version": "1.14.40" + "version": "1.14.43" }, "@fluentui-react-native/menu-button": { "name": "@fluentui-react-native/menu-button", - "version": "0.13.35" + "version": "0.13.38" }, "@fluentui-react-native/notification": { "name": "@fluentui-react-native/notification", - "version": "0.25.27" + "version": "0.25.30" }, "@fluentui-react-native/persona": { "name": "@fluentui-react-native/persona", - "version": "0.16.17" + "version": "0.16.18" }, "@fluentui-react-native/persona-coin": { "name": "@fluentui-react-native/persona-coin", - "version": "0.15.17" + "version": "0.15.18" }, "@fluentui-react-native/pressable": { "name": "@fluentui-react-native/pressable", - "version": "0.12.19" + "version": "0.12.20" }, "@fluentui-react-native/radio-group": { "name": "@fluentui-react-native/radio-group", - "version": "0.21.31" + "version": "0.21.32" }, "@fluentui-react-native/separator": { "name": "@fluentui-react-native/separator", - "version": "0.18.17" + "version": "0.18.18" }, "@fluentui-react-native/stack": { "name": "@fluentui-react-native/stack", - "version": "0.10.22" + "version": "0.10.23" }, "@fluentui-react-native/switch": { "name": "@fluentui-react-native/switch", - "version": "0.13.22" + "version": "0.13.23" }, "@fluentui-react-native/tablist": { "name": "@fluentui-react-native/tablist", - "version": "0.7.19" + "version": "0.7.20" }, "@fluentui-react-native/text": { "name": "@fluentui-react-native/text", - "version": "0.24.21" + "version": "0.24.22" + }, + "@fluentui-react-native/eslint-config-rules": { + "name": "@fluentui-react-native/eslint-config-rules", + "version": "0.1.1" }, "@uifabricshared/foundation-composable": { "name": "@uifabricshared/foundation-composable", - "version": "0.13.11" + "version": "0.13.12" }, "@uifabricshared/foundation-compose": { "name": "@uifabricshared/foundation-compose", - "version": "1.15.17" + "version": "1.15.18" }, "@uifabricshared/foundation-settings": { "name": "@uifabricshared/foundation-settings", - "version": "0.15.11" + "version": "0.15.12" }, "@uifabricshared/foundation-tokens": { "name": "@uifabricshared/foundation-tokens", - "version": "0.15.17" + "version": "0.15.18" }, "@uifabricshared/theme-registry": { "name": "@uifabricshared/theme-registry", - "version": "0.12.10" + "version": "0.12.11" }, "@uifabricshared/themed-settings": { "name": "@uifabricshared/themed-settings", - "version": "0.12.11" + "version": "0.12.12" }, "@uifabricshared/theming-ramp": { "name": "@uifabricshared/theming-ramp", - "version": "0.20.17" + "version": "0.20.18" }, "@uifabricshared/theming-react-native": { "name": "@uifabricshared/theming-react-native", - "version": "0.20.20" + "version": "0.20.21" }, "@fluentui-react-native/experimental-activity-indicator": { "name": "@fluentui-react-native/experimental-activity-indicator", - "version": "0.10.18" + "version": "0.10.19" }, "@fluentui-react-native/experimental-appearance-additions": { "name": "@fluentui-react-native/experimental-appearance-additions", - "version": "0.7.17" + "version": "0.7.18" }, "@fluentui-react-native/experimental-avatar": { "name": "@fluentui-react-native/experimental-avatar", - "version": "0.21.19" + "version": "0.21.20" }, "@fluentui-react-native/experimental-checkbox": { "name": "@fluentui-react-native/experimental-checkbox", - "version": "0.17.24" + "version": "0.17.25" }, "@fluentui-react-native/drawer": { "name": "@fluentui-react-native/drawer", - "version": "0.4.19" + "version": "0.4.20" }, "@fluentui-react-native/dropdown": { "name": "@fluentui-react-native/dropdown", - "version": "0.10.29" + "version": "0.10.32" }, "@fluentui-react-native/experimental-expander": { "name": "@fluentui-react-native/experimental-expander", - "version": "0.8.18" + "version": "0.8.19" }, "@fluentui-react-native/experimental-menu-button": { "name": "@fluentui-react-native/experimental-menu-button", - "version": "0.10.35" + "version": "0.10.38" }, "@fluentui-react-native/experimental-native-date-picker": { "name": "@fluentui-react-native/experimental-native-date-picker", - "version": "0.11.5" + "version": "0.11.6" }, "@fluentui-react-native/experimental-native-font-metrics": { "name": "@fluentui-react-native/experimental-native-font-metrics", - "version": "0.6.5" + "version": "0.6.6" }, "@fluentui-react-native/overflow": { "name": "@fluentui-react-native/overflow", - "version": "0.3.40" + "version": "0.3.43" }, "@fluentui-react-native/popover": { "name": "@fluentui-react-native/popover", - "version": "0.4.17" + "version": "0.4.18" }, "@fluentui-react-native/experimental-shadow": { "name": "@fluentui-react-native/experimental-shadow", - "version": "0.6.19" + "version": "0.6.20" }, "@fluentui-react-native/experimental-shimmer": { "name": "@fluentui-react-native/experimental-shimmer", - "version": "0.13.20" + "version": "0.13.21" }, "@fluentui-react-native/spinner": { "name": "@fluentui-react-native/spinner", - "version": "0.9.24" + "version": "0.9.25" }, "@fluentui-react-native/tooltip": { "name": "@fluentui-react-native/tooltip", - "version": "0.4.27" + "version": "0.4.30" }, "@fluentui-react-native/vibrancy-view": { "name": "@fluentui-react-native/vibrancy-view", - "version": "0.3.5" + "version": "0.3.6" }, "@fluentui-react-native/framework-base": { "name": "@fluentui-react-native/framework-base", - "version": "0.2.1" + "version": "0.2.2" }, "@fluentui-react-native/composition": { "name": "@fluentui-react-native/composition", - "version": "0.11.12" - }, - "@fluentui-react-native/eslint-config-rules": { - "name": "@fluentui-react-native/eslint-config-rules", - "version": "0.1.1" + "version": "0.11.13" }, "@fluentui-react-native/framework": { "name": "@fluentui-react-native/framework", - "version": "0.14.17" + "version": "0.14.18" }, "@fluentui-react-native/immutable-merge": { "name": "@fluentui-react-native/immutable-merge", - "version": "1.2.11" + "version": "1.2.12" }, "@fluentui-react-native/memo-cache": { "name": "@fluentui-react-native/memo-cache", - "version": "1.3.12" + "version": "1.3.13" }, "@fluentui-react-native/merge-props": { "name": "@fluentui-react-native/merge-props", - "version": "0.9.11" + "version": "0.9.12" }, "@fluentui-react-native/theme": { "name": "@fluentui-react-native/theme", - "version": "0.11.16" + "version": "0.11.17" }, "@fluentui-react-native/themed-stylesheet": { "name": "@fluentui-react-native/themed-stylesheet", - "version": "1.7.11" + "version": "1.7.12" }, "@fluentui-react-native/use-slot": { "name": "@fluentui-react-native/use-slot", - "version": "0.6.12" + "version": "0.6.13" }, "@fluentui-react-native/use-slots": { "name": "@fluentui-react-native/use-slots", - "version": "0.10.12" + "version": "0.10.13" }, "@fluentui-react-native/use-styling": { "name": "@fluentui-react-native/use-styling", - "version": "0.13.12" + "version": "0.13.13" }, "@fluentui-react-native/use-tokens": { "name": "@fluentui-react-native/use-tokens", - "version": "0.6.12" + "version": "0.6.13" }, "@fluentui/react-native": { "name": "@fluentui/react-native", - "version": "0.42.29" + "version": "0.42.32" }, "@fluentui-react-native/android-theme": { "name": "@fluentui-react-native/android-theme", - "version": "0.25.17" + "version": "0.25.18" }, "@fluentui-react-native/apple-theme": { "name": "@fluentui-react-native/apple-theme", - "version": "0.28.17" + "version": "0.28.18" }, "@fluentui-react-native/default-theme": { "name": "@fluentui-react-native/default-theme", - "version": "0.26.17" + "version": "0.26.18" }, "@fluentui-react-native/theme-tokens": { "name": "@fluentui-react-native/theme-tokens", - "version": "0.27.11" + "version": "0.27.12" }, "@fluentui-react-native/theme-types": { "name": "@fluentui-react-native/theme-types", - "version": "0.43.0" + "version": "0.43.1" }, "@fluentui-react-native/theming-utils": { "name": "@fluentui-react-native/theming-utils", - "version": "0.26.11" + "version": "0.26.12" }, "@fluentui-react-native/win32-theme": { "name": "@fluentui-react-native/win32-theme", - "version": "0.38.0" + "version": "0.38.1" }, "@fluentui-react-native/adapters": { "name": "@fluentui-react-native/adapters", - "version": "0.13.5" + "version": "0.13.6" }, "@fluentui-react-native/interactive-hooks": { "name": "@fluentui-react-native/interactive-hooks", - "version": "0.27.19" + "version": "0.27.20" }, "@fluentui-react-native/styling-utils": { "name": "@fluentui-react-native/styling-utils", - "version": "0.7.5" + "version": "0.7.6" }, "@fluentui-react-native/tokens": { "name": "@fluentui-react-native/tokens", - "version": "0.23.11" + "version": "0.23.12" } }, "0.73": { diff --git a/packages/deprecated/foundation-composable/CHANGELOG.md b/packages/deprecated/foundation-composable/CHANGELOG.md index 54639751574..32fcf34c593 100644 --- a/packages/deprecated/foundation-composable/CHANGELOG.md +++ b/packages/deprecated/foundation-composable/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @uifabricshared/foundation-composable +## 0.13.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @uifabricshared/foundation-settings@0.15.12 + @@ -380,121 +413,160 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.5.13 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.5.11 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.5.10 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.5.9 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.5.7 + Tue, 24 Mar 2020 21:40:11 GMT ### Patches - 🐛 Fix children crashing the test app (email not defined) + ## 0.5.5 + Fri, 28 Feb 2020 00:04:18 GMT ### Patches - split hooks into dedicated files (jasonmo@microsoft.com) + ## 0.5.4 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.5.3 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.5.2 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - Get RNTester test app launch for uifabric package. (kinhln@microsoft.com) - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.5.1 + Thu, 05 Dec 2019 23:11:01 GMT ### Patches - fix typing for slots when type is a forward ref (jasonmo360@gmail.com) + ## 0.5.0 + Wed, 20 Nov 2019 19:51:16 GMT ### Minor changes - ease typing of slots when no filters are present (jasonmo360@gmail.com) + ## 0.4.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.3.0 + Tue, 19 Nov 2019 22:37:36 GMT ### Minor changes - add token support to settings, change to type objects (jasonmo@microsoft.com) + ## 0.2.3 + Tue, 05 Nov 2019 22:51:54 GMT ### Patches - fix bug in tree compression for composable (jasonmo@microsoft.com) + ## 0.2.2 + Fri, 01 Nov 2019 16:51:54 GMT ### Patches - fix version references for packages (jasonmo@microsoft.com) + ## 0.2.1 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 0.2.0 + Wed, 25 Sep 2019 23:15:41 GMT ### Minor changes - Get new compose infrastructure working (jasonmo@microsoft.com) + ## 0.1.4 + Thu, 19 Sep 2019 23:21:48 GMT ### Patches - force publish (taamireh@microsoft.com) + ## 0.1.3 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 0.1.2 + Sat, 14 Sep 2019 01:56:36 GMT ### Patches diff --git a/packages/deprecated/foundation-composable/package.json b/packages/deprecated/foundation-composable/package.json index 3c5949b1e3d..6020397e678 100644 --- a/packages/deprecated/foundation-composable/package.json +++ b/packages/deprecated/foundation-composable/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-composable", - "version": "0.13.11", + "version": "0.13.12", "description": "Composable component building blocks", "keywords": [], "repository": { diff --git a/packages/deprecated/foundation-compose/CHANGELOG.md b/packages/deprecated/foundation-compose/CHANGELOG.md index 49f6634ae12..eb87aea7c42 100644 --- a/packages/deprecated/foundation-compose/CHANGELOG.md +++ b/packages/deprecated/foundation-compose/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log - @uifabricshared/foundation-compose +## 1.15.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/default-theme@0.26.18 + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/theme-types@0.43.1 + - @uifabricshared/foundation-composable@0.13.12 + - @uifabricshared/foundation-settings@0.15.12 + - @uifabricshared/foundation-tokens@0.15.18 + - @uifabricshared/themed-settings@0.12.12 + - @uifabricshared/theming-ramp@0.20.18 + @@ -1413,131 +1452,173 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 1.5.16 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 1.5.14 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 1.5.13 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 1.5.12 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 1.5.9 + Wed, 11 Mar 2020 17:57:52 GMT ### Patches - 🐛 Use weak map to avoid copying theme cache when resolving child themes (adrum@microsoft.com) + ## 1.5.7 + Tue, 10 Mar 2020 22:28:00 GMT ### Patches - switch symbol based caching to use WeakMaps (jasonmo@microsoft.com) + ## 1.5.4 + Fri, 28 Feb 2020 00:04:18 GMT ### Patches - split hooks into dedicated files (jasonmo@microsoft.com) + ## 1.5.3 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 1.5.2 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 1.5.1 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 1.5.0 + Fri, 13 Dec 2019 21:50:31 GMT ### Minor changes - 🐛 Add missing tokens typing to theme definitions (adrum@microsoft.com) + ## 1.4.0 + Wed, 20 Nov 2019 19:51:16 GMT ### Minor changes - changes styleFactories to styles (jasonmo360@gmail.com) + ## 1.3.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 1.2.0 + Tue, 19 Nov 2019 22:37:36 GMT ### Minor changes - add token support to settings, change to type objects (jasonmo@microsoft.com) + ## 1.1.3 + Fri, 01 Nov 2019 16:51:54 GMT ### Patches - fix version references for packages (jasonmo@microsoft.com) + ## 1.1.2 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 1.1.1 + Thu, 26 Sep 2019 19:45:56 GMT ### Patches -- remove _parent from component settings and stop using augment platform theme for settings (jasonmo360@gmail.com) +- remove \_parent from component settings and stop using augment platform theme for settings (jasonmo360@gmail.com) + ## 1.1.0 + Wed, 25 Sep 2019 23:15:41 GMT ### Minor changes - Get new compose infrastructure working (jasonmo@microsoft.com) + ## 1.0.2 + Thu, 19 Sep 2019 23:21:48 GMT ### Patches - force publish (taamireh@microsoft.com) + ## 1.0.1 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 1.0.0 + Sat, 14 Sep 2019 01:56:36 GMT ### Major - switch implementations to use new customized settings (jasonmo@microsoft.com) + ### Patches - Begin turning on some linting rules (taamireh@microsoft.com) diff --git a/packages/deprecated/foundation-compose/package.json b/packages/deprecated/foundation-compose/package.json index 97e07a50ced..6293c095f77 100644 --- a/packages/deprecated/foundation-compose/package.json +++ b/packages/deprecated/foundation-compose/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-compose", - "version": "1.15.17", + "version": "1.15.18", "description": "Compose infrastructure", "keywords": [], "repository": { diff --git a/packages/deprecated/foundation-settings/CHANGELOG.md b/packages/deprecated/foundation-settings/CHANGELOG.md index d70aaef49d1..34e73cfa7d6 100644 --- a/packages/deprecated/foundation-settings/CHANGELOG.md +++ b/packages/deprecated/foundation-settings/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @uifabricshared/foundation-settings +## 0.15.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + @@ -335,113 +367,149 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.4.12 + Thu, 09 Apr 2020 21:14:58 GMT ### Patches - rework merge with improved API (jasonmo@microsoft.com) + ## 0.4.11 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.4.9 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.4.8 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.4.7 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.4.5 + Sat, 07 Mar 2020 00:42:50 GMT ### Patches - more config fixes (jasonmo@microsoft.com) + ## 0.4.4 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.4.3 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.4.2 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.4.1 + Fri, 13 Dec 2019 21:50:31 GMT ### Patches - 🐛 Add missing tokens typing to theme definitions (adrum@microsoft.com) + ## 0.4.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.3.3 + Fri, 01 Nov 2019 16:51:54 GMT ### Patches - fix version references for packages (jasonmo@microsoft.com) + ## 0.3.2 + Wed, 30 Oct 2019 20:23:45 GMT ### Patches - ensure styles merge selectors and merge handles className (jasonmo360@gmail.com) + ## 0.3.1 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 0.3.0 + Thu, 26 Sep 2019 19:45:56 GMT ### Minor changes -- remove _parent from component settings and stop using augment platform theme for settings (jasonmo360@gmail.com) +- remove \_parent from component settings and stop using augment platform theme for settings (jasonmo360@gmail.com) + ## 0.2.2 + Thu, 19 Sep 2019 23:21:48 GMT ### Patches - force publish (taamireh@microsoft.com) + ## 0.2.1 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 0.2.0 + Sat, 14 Sep 2019 01:56:36 GMT ### Minor changes - Fix applying stacked overrides (jasonmo@microsoft.com) + ### Patches - Begin turning on some linting rules (taamireh@microsoft.com) diff --git a/packages/deprecated/foundation-settings/package.json b/packages/deprecated/foundation-settings/package.json index 38136992f16..c01950fefcc 100644 --- a/packages/deprecated/foundation-settings/package.json +++ b/packages/deprecated/foundation-settings/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-settings", - "version": "0.15.11", + "version": "0.15.12", "description": "Settings and style definitions and helpers", "keywords": [], "repository": { diff --git a/packages/deprecated/foundation-tokens/CHANGELOG.md b/packages/deprecated/foundation-tokens/CHANGELOG.md index 08886f55e12..ad4e0030510 100644 --- a/packages/deprecated/foundation-tokens/CHANGELOG.md +++ b/packages/deprecated/foundation-tokens/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log - @uifabricshared/foundation-tokens +## 0.15.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/tokens@0.23.12 + - @uifabricshared/foundation-settings@0.15.12 + @@ -706,102 +740,135 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.4.10 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.4.8 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.4.7 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.4.6 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.4.4 + Sat, 07 Mar 2020 00:42:50 GMT ### Patches - more config fixes (jasonmo@microsoft.com) + ## 0.4.3 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.4.2 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.4.1 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.4.0 + Wed, 20 Nov 2019 19:51:16 GMT ### Minor changes - changes styleFactories to styles (jasonmo360@gmail.com) + ## 0.3.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.2.0 + Tue, 19 Nov 2019 22:37:36 GMT ### Minor changes - add token support to settings, change to type objects (jasonmo@microsoft.com) + ## 0.1.7 + Fri, 01 Nov 2019 16:51:54 GMT ### Patches - fix version references for packages (jasonmo@microsoft.com) + ## 0.1.6 + Wed, 30 Oct 2019 20:23:45 GMT ### Patches - Make token types easier to use (jasonmo360@gmail.com) + ## 0.1.5 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 0.1.4 + Thu, 19 Sep 2019 23:21:48 GMT ### Patches - force publish (taamireh@microsoft.com) + ## 0.1.3 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 0.1.2 + Sat, 14 Sep 2019 01:56:36 GMT ### Patches diff --git a/packages/deprecated/foundation-tokens/package.json b/packages/deprecated/foundation-tokens/package.json index f5959f3b54f..8ab08500851 100644 --- a/packages/deprecated/foundation-tokens/package.json +++ b/packages/deprecated/foundation-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/foundation-tokens", - "version": "0.15.17", + "version": "0.15.18", "description": "Core tokens package", "keywords": [], "repository": { diff --git a/packages/deprecated/theme-registry/CHANGELOG.md b/packages/deprecated/theme-registry/CHANGELOG.md index 5c70c6301c6..7dd66bddf8c 100644 --- a/packages/deprecated/theme-registry/CHANGELOG.md +++ b/packages/deprecated/theme-registry/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @uifabricshared/theme-registry +## 0.12.11 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + @@ -296,84 +325,111 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.10 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.8 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.7 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.2.6 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.4 + Sat, 07 Mar 2020 00:42:50 GMT ### Patches - more config fixes (jasonmo@microsoft.com) + ## 0.2.3 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.2.2 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.2.1 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.2.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.1.6 + Fri, 01 Nov 2019 16:51:54 GMT ### Patches - fix version references for packages (jasonmo@microsoft.com) + ## 0.1.5 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 0.1.4 + Thu, 19 Sep 2019 23:21:48 GMT ### Patches - force publish (taamireh@microsoft.com) + ## 0.1.3 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 0.1.2 + Sat, 14 Sep 2019 01:56:36 GMT ### Patches diff --git a/packages/deprecated/theme-registry/package.json b/packages/deprecated/theme-registry/package.json index 3d09d7e8e69..b671ddb9f69 100644 --- a/packages/deprecated/theme-registry/package.json +++ b/packages/deprecated/theme-registry/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theme-registry", - "version": "0.12.10", + "version": "0.12.11", "description": "Implementation of the theme graph", "keywords": [], "repository": { diff --git a/packages/deprecated/themed-settings/CHANGELOG.md b/packages/deprecated/themed-settings/CHANGELOG.md index bff73dd7fdf..35b0efc4e37 100644 --- a/packages/deprecated/themed-settings/CHANGELOG.md +++ b/packages/deprecated/themed-settings/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @uifabricshared/themed-settings +## 0.12.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @uifabricshared/foundation-settings@0.15.12 + @@ -319,89 +352,117 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.3.10 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.3.8 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.3.7 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.3.6 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.3.4 + Sat, 07 Mar 2020 00:42:50 GMT ### Patches - more config fixes (jasonmo@microsoft.com) + ## 0.3.3 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.3.2 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.3.1 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.3.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.2.4 + Fri, 01 Nov 2019 16:51:54 GMT ### Patches - fix version references for packages (jasonmo@microsoft.com) + ## 0.2.3 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 0.2.2 + Thu, 19 Sep 2019 23:21:48 GMT ### Patches - force publish (taamireh@microsoft.com) + ## 0.2.1 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 0.2.0 + Sat, 14 Sep 2019 01:56:36 GMT ### Minor changes - create initial custom-settings package (jasonmo@microsoft.com) + ### Patches - Begin turning on some linting rules (taamireh@microsoft.com) diff --git a/packages/deprecated/themed-settings/package.json b/packages/deprecated/themed-settings/package.json index 02198afcfe2..9eae43a6038 100644 --- a/packages/deprecated/themed-settings/package.json +++ b/packages/deprecated/themed-settings/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/themed-settings", - "version": "0.12.11", + "version": "0.12.12", "description": "Package which drives custom cacheable settings for a component", "keywords": [], "repository": { diff --git a/packages/deprecated/theming-ramp/CHANGELOG.md b/packages/deprecated/theming-ramp/CHANGELOG.md index 6d45c4d9fdf..b00cdcce0c4 100644 --- a/packages/deprecated/theming-ramp/CHANGELOG.md +++ b/packages/deprecated/theming-ramp/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log - @uifabricshared/theming-ramp +## 0.20.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/theme-types@0.43.1 + - @uifabricshared/foundation-settings@0.15.12 + @@ -832,151 +866,200 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.7.0 + Mon, 13 Apr 2020 22:48:23 GMT ### Minor changes - Add variants and fluent typeramp to text (krsiler@microsoft.com) + ## 0.6.7 + Thu, 09 Apr 2020 21:14:58 GMT ### Patches - rework merge with improved API (jasonmo@microsoft.com) + ## 0.6.6 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.6.4 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.6.3 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.6.2 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.6.0 + Wed, 11 Mar 2020 17:57:52 GMT ### Minor changes - 🎨 Add host theme setting to theme for JS theme authors (adrum@microsoft.com) + ## 0.5.6 + Wed, 11 Mar 2020 00:02:33 GMT ### Patches - 👌 Code review comment from Jason (adrum@microsoft.com) + ## 0.5.5 + Sat, 07 Mar 2020 00:42:50 GMT ### Patches - more config fixes (jasonmo@microsoft.com) + ## 0.5.4 + Fri, 28 Feb 2020 00:04:18 GMT ### Patches - fix builds with moved packages (jasonmo@microsoft.com) + ## 0.5.3 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.5.2 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.5.1 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - GetRNTester test app launch for uifabriu package. (kinhln@microsoft.com) - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.5.0 + Fri, 13 Dec 2019 21:50:31 GMT ### Minor changes - ♻ rename theme.settings -> theme.components for better alignment (adrum@microsoft.com) + ## 0.4.2 + Wed, 04 Dec 2019 23:08:56 GMT ### Patches - Add button colors to ramp (adrum@microsoft.com) + ## 0.4.1 + Fri, 22 Nov 2019 23:33:23 GMT ### Patches - Add button colors to theme ramp (adrum@microsoft.com) + ## 0.4.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.3.3 + Fri, 15 Nov 2019 19:30:39 GMT ### Patches - Make Theme Ramp types closer to Fluent (adrum@microsoft.com) + ## 0.3.2 + Fri, 01 Nov 2019 16:51:54 GMT ### Patches - fix version references for packages (jasonmo@microsoft.com) + ## 0.3.1 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 0.3.0 + Thu, 26 Sep 2019 19:45:56 GMT ### Minor changes -- remove _parent from component settings and stop using augment platform theme for settings (jasonmo360@gmail.com) +- remove \_parent from component settings and stop using augment platform theme for settings (jasonmo360@gmail.com) + ## 0.2.1 + Thu, 19 Sep 2019 23:21:48 GMT ### Patches - force publish (taamireh@microsoft.com) + ## 0.2.0 + Thu, 19 Sep 2019 22:36:45 GMT ### Minor changes - add palette color types (ppatboyd@outlook.com) + ## 0.1.3 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 0.1.2 + Sat, 14 Sep 2019 01:56:36 GMT ### Patches diff --git a/packages/deprecated/theming-ramp/package.json b/packages/deprecated/theming-ramp/package.json index 183a9a3e749..410f6d6a5cc 100644 --- a/packages/deprecated/theming-ramp/package.json +++ b/packages/deprecated/theming-ramp/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theming-ramp", - "version": "0.20.17", + "version": "0.20.18", "description": "Theming Library", "keywords": [], "repository": { diff --git a/packages/deprecated/theming-react-native/CHANGELOG.md b/packages/deprecated/theming-react-native/CHANGELOG.md index cd338336844..92b795c7e1c 100644 --- a/packages/deprecated/theming-react-native/CHANGELOG.md +++ b/packages/deprecated/theming-react-native/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @uifabricshared/theming-react-native +## 0.20.21 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/default-theme@0.26.18 + - @fluentui-react-native/win32-theme@0.38.1 + - @uifabricshared/theme-registry@0.12.11 + - @uifabricshared/theming-ramp@0.20.18 + @@ -1444,7 +1479,7 @@ Fri, 24 Apr 2020 17:13:37 GMT ### Patches -- Dont import * from react-native (acoates@microsoft.com) +- Dont import \* from react-native (acoates@microsoft.com) ## 0.7.0 @@ -1487,170 +1522,225 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.5.0 + Mon, 13 Apr 2020 22:48:23 GMT ### Minor changes - Add variants and fluent typeramp to text (krsiler@microsoft.com) + ## 0.4.10 + Thu, 09 Apr 2020 20:23:08 GMT ### Patches - 🐛 Make ThemingModule not crash on Mac (email not defined) + ## 0.4.9 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.4.7 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.4.6 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.4.5 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.4.3 + Wed, 11 Mar 2020 17:57:52 GMT ### Patches - 🎨 Add the ability to respond to host theme change (adrum@microsoft.com) + ## 0.4.2 + Wed, 11 Mar 2020 00:02:33 GMT ### Patches - Add host to theme object typing (adrum@microsoft.com) + ## 0.4.0 + Fri, 06 Mar 2020 19:46:35 GMT ### Minor changes - 🎨 Create host settings in theme object for direct access to native colors (adrum@microsoft.com) + ## 0.3.4 + Fri, 28 Feb 2020 00:04:18 GMT ### Patches - fix builds with moved packages (jasonmo@microsoft.com) + ## 0.3.3 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.3.2 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.3.1 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - Get RNTester test app launch for uifabric package. (kinhln@microsoft.com) - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.3.0 + Fri, 13 Dec 2019 21:50:31 GMT ### Minor changes - ♻ rename theme.settings -> theme.components for better alignment (adrum@microsoft.com) + ## 0.2.5 + Fri, 06 Dec 2019 01:37:51 GMT ### Patches -- 🐛 Fix web/native bundles to use __DEV__ as appropriate (adrum@microsoft.com) +- 🐛 Fix web/native bundles to use **DEV** as appropriate (adrum@microsoft.com) + ## 0.2.4 + Thu, 05 Dec 2019 23:11:01 GMT ### Patches -- fix error on web where __DEV__ is undefined (jasonmo360@gmail.com) +- fix error on web where **DEV** is undefined (jasonmo360@gmail.com) + ## 0.2.3 + Thu, 05 Dec 2019 01:37:57 GMT ### Patches - 🐛 DEV bundles break theming module (adrum@microsoft.com) + ## 0.2.2 + Wed, 04 Dec 2019 21:00:39 GMT ### Patches - ✅ Add better jest mocks for consuming packages (adrum@microsoft.com) + ## 0.2.1 + Fri, 22 Nov 2019 23:33:23 GMT ### Patches - 🐛 Fix Theming Module web debugging/debug bundles (adrum@microsoft.com) - ♻ rename props & typings (adrum@microsoft.com) + ## 0.2.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.1.9 + Wed, 20 Nov 2019 00:19:04 GMT ### Patches - Fix Web Debug for ThemingModule consumers (adrum@microsoft.com) + ## 0.1.8 + Fri, 15 Nov 2019 19:30:39 GMT ### Patches - Add Theming Module, Theme Provider, and Theme Context hooks (adrum@microsoft.com) + ## 0.1.7 + Fri, 01 Nov 2019 16:51:54 GMT ### Patches - fix version references for packages (jasonmo@microsoft.com) + ## 0.1.6 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 0.1.5 + Wed, 25 Sep 2019 23:15:41 GMT ### Patches - Get new compose infrastructure working (jasonmo@microsoft.com) + ## 0.1.4 + Thu, 19 Sep 2019 23:21:48 GMT ### Patches - force publish (taamireh@microsoft.com) + ## 0.1.3 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 0.1.2 + Sat, 14 Sep 2019 01:56:36 GMT ### Patches diff --git a/packages/deprecated/theming-react-native/package.json b/packages/deprecated/theming-react-native/package.json index d3f21ec2216..248858baaee 100644 --- a/packages/deprecated/theming-react-native/package.json +++ b/packages/deprecated/theming-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@uifabricshared/theming-react-native", - "version": "0.20.20", + "version": "0.20.21", "description": "A library of functions which produce React Native styles from a Theme", "keywords": [], "repository": { diff --git a/packages/experimental/ActivityIndicator/CHANGELOG.md b/packages/experimental/ActivityIndicator/CHANGELOG.md index 8f9f86c45af..2ce621d5808 100644 --- a/packages/experimental/ActivityIndicator/CHANGELOG.md +++ b/packages/experimental/ActivityIndicator/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/experimental-activity-indicator +## 0.10.19 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + diff --git a/packages/experimental/ActivityIndicator/package.json b/packages/experimental/ActivityIndicator/package.json index ac8fc42326a..f0ca4ebf892 100644 --- a/packages/experimental/ActivityIndicator/package.json +++ b/packages/experimental/ActivityIndicator/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-activity-indicator", - "version": "0.10.18", + "version": "0.10.19", "description": "A cross-platform Fluent Activity Indicator component", "repository": { "type": "git", diff --git a/packages/experimental/AppearanceAdditions/CHANGELOG.md b/packages/experimental/AppearanceAdditions/CHANGELOG.md index d846977ddc2..47a5e471a06 100644 --- a/packages/experimental/AppearanceAdditions/CHANGELOG.md +++ b/packages/experimental/AppearanceAdditions/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/experimental-appearance-additions +## 0.7.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + diff --git a/packages/experimental/AppearanceAdditions/package.json b/packages/experimental/AppearanceAdditions/package.json index f2ab887e36e..d520d608fda 100644 --- a/packages/experimental/AppearanceAdditions/package.json +++ b/packages/experimental/AppearanceAdditions/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-appearance-additions", - "version": "0.7.17", + "version": "0.7.18", "description": "A module to expose callbacks for additional traitCollection changes.", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/experimental/Avatar/CHANGELOG.md b/packages/experimental/Avatar/CHANGELOG.md index f4e46b60155..1d0250e2e73 100644 --- a/packages/experimental/Avatar/CHANGELOG.md +++ b/packages/experimental/Avatar/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/experimental-avatar +## 0.21.20 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + diff --git a/packages/experimental/Avatar/package.json b/packages/experimental/Avatar/package.json index 00551d8c49e..d3d8eb0e972 100644 --- a/packages/experimental/Avatar/package.json +++ b/packages/experimental/Avatar/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-avatar", - "version": "0.21.19", + "version": "0.21.20", "description": "A cross-platform Avatar component using the Fluent Design System. Currently only implemented on iOS", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/experimental/Checkbox/CHANGELOG.md b/packages/experimental/Checkbox/CHANGELOG.md index d487dc3b0af..7c1ce973e95 100644 --- a/packages/experimental/Checkbox/CHANGELOG.md +++ b/packages/experimental/Checkbox/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/experimental-checkbox +## 0.17.25 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/checkbox@0.23.24 + - @fluentui-react-native/framework@0.14.18 + @@ -1784,7 +1817,7 @@ Thu, 16 Dec 2021 19:10:28 GMT ### Patches -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Refactor useKeyCallback (sanajmi@microsoft.com) - Bump @fluentui-react-native/adapters to v0.8.1 - Bump @fluentui-react-native/experimental-text to v0.7.1 diff --git a/packages/experimental/Checkbox/package.json b/packages/experimental/Checkbox/package.json index fe7e877a894..eb95ca31be8 100644 --- a/packages/experimental/Checkbox/package.json +++ b/packages/experimental/Checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-checkbox", - "version": "0.17.24", + "version": "0.17.25", "description": "A cross-platform Checkbox component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/experimental/Drawer/CHANGELOG.md b/packages/experimental/Drawer/CHANGELOG.md index a8232231967..b1ef09e9b7d 100644 --- a/packages/experimental/Drawer/CHANGELOG.md +++ b/packages/experimental/Drawer/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/drawer +## 0.4.20 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/use-styling@0.13.13 + diff --git a/packages/experimental/Drawer/package.json b/packages/experimental/Drawer/package.json index 18724954b3e..f3c6a459e84 100644 --- a/packages/experimental/Drawer/package.json +++ b/packages/experimental/Drawer/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/drawer", - "version": "0.4.19", + "version": "0.4.20", "description": "A cross-platform Drawer component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/experimental/Dropdown/CHANGELOG.md b/packages/experimental/Dropdown/CHANGELOG.md index 7d7b5f798a3..49e57fd6068 100644 --- a/packages/experimental/Dropdown/CHANGELOG.md +++ b/packages/experimental/Dropdown/CHANGELOG.md @@ -1,5 +1,43 @@ # Change Log - @fluentui-react-native/dropdown +## 0.10.32 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/button@0.39.23 + - @fluentui-react-native/callout@0.27.18 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + diff --git a/packages/experimental/Dropdown/package.json b/packages/experimental/Dropdown/package.json index 6f91d4eb309..41d68d4d76c 100644 --- a/packages/experimental/Dropdown/package.json +++ b/packages/experimental/Dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/dropdown", - "version": "0.10.31", + "version": "0.10.32", "description": "A cross-platform Dropdown component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/experimental/Expander/CHANGELOG.md b/packages/experimental/Expander/CHANGELOG.md index 2000154abb1..6a2c5ac7a64 100644 --- a/packages/experimental/Expander/CHANGELOG.md +++ b/packages/experimental/Expander/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/experimental-expander +## 0.8.19 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + diff --git a/packages/experimental/Expander/package.json b/packages/experimental/Expander/package.json index 34b9cd72229..ae061c6b676 100644 --- a/packages/experimental/Expander/package.json +++ b/packages/experimental/Expander/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-expander", - "version": "0.8.18", + "version": "0.8.19", "description": "A cross-platform Native Expander component using the Fluent Design System. Currently only implemented on windows", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/experimental/MenuButton/CHANGELOG.md b/packages/experimental/MenuButton/CHANGELOG.md index e865087ecb9..07a811c0d2b 100644 --- a/packages/experimental/MenuButton/CHANGELOG.md +++ b/packages/experimental/MenuButton/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/experimental-menu-button +## 0.10.38 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/button@0.39.23 + - @fluentui-react-native/contextual-menu@0.24.32 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/tokens@0.23.12 + @@ -1731,7 +1766,7 @@ Thu, 14 Jul 2022 20:03:37 GMT ### Patches -- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) +- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com) - Bump @fluentui-react-native/experimental-button to v0.16.1 ## 0.4.0 @@ -2523,7 +2558,7 @@ Thu, 16 Dec 2021 19:10:27 GMT ### Patches -- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) +- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com) - Fix tests (ruaraki@microsoft.com) - Updated MB snapshots (v.kozlova13@gmail.com) - Renames (ruaraki@microsoft.com) diff --git a/packages/experimental/MenuButton/package.json b/packages/experimental/MenuButton/package.json index 24d43da0fdc..2faef7a0c82 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.10.37", + "version": "0.10.38", "description": "A cross-platform MenuButton component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/experimental/NativeDatePicker/CHANGELOG.md b/packages/experimental/NativeDatePicker/CHANGELOG.md index 835c53137e8..b4e2f58185a 100644 --- a/packages/experimental/NativeDatePicker/CHANGELOG.md +++ b/packages/experimental/NativeDatePicker/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/experimental-native-date-picker +## 0.11.6 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + diff --git a/packages/experimental/NativeDatePicker/package.json b/packages/experimental/NativeDatePicker/package.json index b4322f2b8af..ce6d44c5183 100644 --- a/packages/experimental/NativeDatePicker/package.json +++ b/packages/experimental/NativeDatePicker/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-native-date-picker", - "version": "0.11.5", + "version": "0.11.6", "description": "A Native date picker component using the Fluent Design System. Currently only implemented on iOS.", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/experimental/NativeFontMetrics/CHANGELOG.md b/packages/experimental/NativeFontMetrics/CHANGELOG.md index 80c4b114391..c8d67ee517d 100644 --- a/packages/experimental/NativeFontMetrics/CHANGELOG.md +++ b/packages/experimental/NativeFontMetrics/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/experimental-native-font-metrics +## 0.6.6 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + diff --git a/packages/experimental/NativeFontMetrics/package.json b/packages/experimental/NativeFontMetrics/package.json index 52faf37c5be..aad217fe7a6 100644 --- a/packages/experimental/NativeFontMetrics/package.json +++ b/packages/experimental/NativeFontMetrics/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-native-font-metrics", - "version": "0.6.5", + "version": "0.6.6", "description": "A temporary partial wrapper for UIFontMetrics.", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/experimental/Overflow/CHANGELOG.md b/packages/experimental/Overflow/CHANGELOG.md index da581af7f23..3b55577685b 100644 --- a/packages/experimental/Overflow/CHANGELOG.md +++ b/packages/experimental/Overflow/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/overflow +## 0.3.43 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/framework-base@0.2.2 + diff --git a/packages/experimental/Overflow/package.json b/packages/experimental/Overflow/package.json index a9b3e134173..9f304ea7607 100644 --- a/packages/experimental/Overflow/package.json +++ b/packages/experimental/Overflow/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/overflow", - "version": "0.3.42", + "version": "0.3.43", "description": "A cross-platform Overflow component for React Native.", "repository": { "type": "git", diff --git a/packages/experimental/Popover/CHANGELOG.md b/packages/experimental/Popover/CHANGELOG.md index a9632632337..83c711a815b 100644 --- a/packages/experimental/Popover/CHANGELOG.md +++ b/packages/experimental/Popover/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/popover +## 0.4.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + diff --git a/packages/experimental/Popover/package.json b/packages/experimental/Popover/package.json index 33deb02c2a0..5bb69a2ee6c 100644 --- a/packages/experimental/Popover/package.json +++ b/packages/experimental/Popover/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/popover", - "version": "0.4.17", + "version": "0.4.18", "description": "A cross-platform Popover component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/experimental/Shadow/CHANGELOG.md b/packages/experimental/Shadow/CHANGELOG.md index 92bc8f5583d..f699aefeb84 100644 --- a/packages/experimental/Shadow/CHANGELOG.md +++ b/packages/experimental/Shadow/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/experimental-shadow +## 0.6.20 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/pressable@0.12.20 + - @fluentui-react-native/theme-types@0.43.1 + diff --git a/packages/experimental/Shadow/package.json b/packages/experimental/Shadow/package.json index 1262a08abe4..553f3e08464 100644 --- a/packages/experimental/Shadow/package.json +++ b/packages/experimental/Shadow/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-shadow", - "version": "0.6.19", + "version": "0.6.20", "description": "A cross-platform Shadow component using the Fluent Design System", "repository": { "type": "git", diff --git a/packages/experimental/Shimmer/CHANGELOG.md b/packages/experimental/Shimmer/CHANGELOG.md index 2a08848df57..d38ad56fdab 100644 --- a/packages/experimental/Shimmer/CHANGELOG.md +++ b/packages/experimental/Shimmer/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/experimental-shimmer +## 0.13.21 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/theming-utils@0.26.12 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-styling@0.13.13 + diff --git a/packages/experimental/Shimmer/package.json b/packages/experimental/Shimmer/package.json index b81943bc0b1..cce31bc9dd4 100644 --- a/packages/experimental/Shimmer/package.json +++ b/packages/experimental/Shimmer/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-shimmer", - "version": "0.13.20", + "version": "0.13.21", "description": "A cross-platform Fluent Shimmer component", "repository": { "type": "git", diff --git a/packages/experimental/Spinner/CHANGELOG.md b/packages/experimental/Spinner/CHANGELOG.md index 645fba1aa99..aa2a6af7bb3 100644 --- a/packages/experimental/Spinner/CHANGELOG.md +++ b/packages/experimental/Spinner/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log - @fluentui-react-native/spinner +## 0.9.25 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/text@0.24.22 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/use-styling@0.13.13 + diff --git a/packages/experimental/Spinner/package.json b/packages/experimental/Spinner/package.json index d40a9dd2766..e5d7d61eb8b 100644 --- a/packages/experimental/Spinner/package.json +++ b/packages/experimental/Spinner/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/spinner", - "version": "0.9.24", + "version": "0.9.25", "description": "A cross-platform Fluent spinner component", "repository": { "type": "git", diff --git a/packages/experimental/Stack/CHANGELOG.md b/packages/experimental/Stack/CHANGELOG.md index c8d553077d2..fc4142b911c 100644 --- a/packages/experimental/Stack/CHANGELOG.md +++ b/packages/experimental/Stack/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log - @fluentui-react-native/experimental-stack +## 0.1.1 + +### Patch Changes + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework@0.14.18 + - @fluentui-react-native/tokens@0.23.12 + This log was last generated on Thu, 28 Apr 2022 19:09:51 GMT and should not be manually modified. diff --git a/packages/experimental/Stack/package.json b/packages/experimental/Stack/package.json index 2cc3a96558f..f67987231d4 100644 --- a/packages/experimental/Stack/package.json +++ b/packages/experimental/Stack/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/experimental-stack", - "version": "0.1.0", + "version": "0.1.1", "private": true, "description": "A cross-platform opinionated Fluent Text component", "repository": { diff --git a/packages/experimental/Tooltip/CHANGELOG.md b/packages/experimental/Tooltip/CHANGELOG.md index d30e279438a..903386907c6 100644 --- a/packages/experimental/Tooltip/CHANGELOG.md +++ b/packages/experimental/Tooltip/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/tooltip +## 0.4.30 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/callout@0.27.18 + - @fluentui-react-native/framework-base@0.2.2 + diff --git a/packages/experimental/Tooltip/package.json b/packages/experimental/Tooltip/package.json index d32bb42f165..b39bc2cc81d 100644 --- a/packages/experimental/Tooltip/package.json +++ b/packages/experimental/Tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tooltip", - "version": "0.4.29", + "version": "0.4.30", "description": "A cross-platform Tooltip component for React Native.", "repository": { "type": "git", diff --git a/packages/experimental/VibrancyView/CHANGELOG.md b/packages/experimental/VibrancyView/CHANGELOG.md index ff20caca7c3..c90d0e6268e 100644 --- a/packages/experimental/VibrancyView/CHANGELOG.md +++ b/packages/experimental/VibrancyView/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/vibrancy-view +## 0.3.6 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + diff --git a/packages/experimental/VibrancyView/package.json b/packages/experimental/VibrancyView/package.json index 2555e04c427..1090f4b0181 100644 --- a/packages/experimental/VibrancyView/package.json +++ b/packages/experimental/VibrancyView/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/vibrancy-view", - "version": "0.3.5", + "version": "0.3.6", "description": "A native wrapper for NSVisualEffectView on macOS", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/framework-base/CHANGELOG.md b/packages/framework-base/CHANGELOG.md index 147c0bc20cc..53ded007dcb 100644 --- a/packages/framework-base/CHANGELOG.md +++ b/packages/framework-base/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/framework-base +## 0.2.2 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + diff --git a/packages/framework-base/package.json b/packages/framework-base/package.json index cead0402a0d..89b007e4344 100644 --- a/packages/framework-base/package.json +++ b/packages/framework-base/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/framework-base", - "version": "0.2.1", + "version": "0.2.2", "description": "Base types and utilities fluentui-react-native frameworks", "keywords": [], "repository": { diff --git a/packages/framework/composition/CHANGELOG.md b/packages/framework/composition/CHANGELOG.md index f8b44bee338..30f55ec54ad 100644 --- a/packages/framework/composition/CHANGELOG.md +++ b/packages/framework/composition/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log - @fluentui-react-native/composition +## 0.11.13 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/use-slots@0.10.13 + - @fluentui-react-native/use-styling@0.13.13 + diff --git a/packages/framework/composition/package.json b/packages/framework/composition/package.json index b21b088a297..34b06da38d0 100644 --- a/packages/framework/composition/package.json +++ b/packages/framework/composition/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/composition", - "version": "0.11.12", + "version": "0.11.13", "description": "Composition factories for building HOCs", "keywords": [], "repository": { diff --git a/packages/framework/framework/CHANGELOG.md b/packages/framework/framework/CHANGELOG.md index 3e88d59bf8a..86e075eec56 100644 --- a/packages/framework/framework/CHANGELOG.md +++ b/packages/framework/framework/CHANGELOG.md @@ -1,5 +1,45 @@ # Change Log - @fluentui-react-native/framework +## 0.14.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/composition@0.11.13 + - @fluentui-react-native/default-theme@0.26.18 + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/tokens@0.23.12 + - @fluentui-react-native/use-slot@0.6.13 + - @fluentui-react-native/use-slots@0.10.13 + - @fluentui-react-native/use-styling@0.13.13 + - @fluentui-react-native/use-tokens@0.6.13 + diff --git a/packages/framework/framework/package.json b/packages/framework/framework/package.json index b5e5a1bd5f2..481fa265be6 100644 --- a/packages/framework/framework/package.json +++ b/packages/framework/framework/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/framework", - "version": "0.14.17", + "version": "0.14.18", "description": "Component framework used by fluentui react native controls", "repository": { "type": "git", diff --git a/packages/framework/immutable-merge/CHANGELOG.md b/packages/framework/immutable-merge/CHANGELOG.md index d0261e5948a..04a7163b822 100644 --- a/packages/framework/immutable-merge/CHANGELOG.md +++ b/packages/framework/immutable-merge/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/immutable-merge +## 1.2.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + @@ -216,90 +248,119 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.4.0 + Thu, 09 Apr 2020 21:14:58 GMT ### Minor changes - rework merge with improved API (jasonmo@microsoft.com) + ## 0.3.5 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.3.3 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.3.2 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.3.1 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.3.0 + Sat, 07 Mar 2020 00:42:50 GMT ### Minor changes - more config fixes (jasonmo@microsoft.com) + ## 0.2.3 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.2.2 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.2.1 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - clean up just tasks and remove unnecessary webpack configs (jasonmo@microsoft.com) + ## 0.2.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.1.6 + Tue, 15 Oct 2019 02:11:41 GMT ### Patches - api-extractor setup (taamireh@microsoft.com) + ## 0.1.5 + Thu, 19 Sep 2019 18:26:03 GMT ### Patches - change description (taamireh@microsoft.com) + ## 0.1.4 + Thu, 19 Sep 2019 00:21:30 GMT ### Patches - change scope names (taamireh@microsoft.com) + ## 0.1.3 + Sat, 14 Sep 2019 01:56:36 GMT ### Patches - Begin turning on some linting rules (taamireh@microsoft.com) + ## 0.1.2 + Thu, 12 Sep 2019 20:46:12 GMT ### Patches diff --git a/packages/framework/immutable-merge/package.json b/packages/framework/immutable-merge/package.json index 8a34120f5d9..d3d9893f61e 100644 --- a/packages/framework/immutable-merge/package.json +++ b/packages/framework/immutable-merge/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/immutable-merge", - "version": "1.2.11", + "version": "1.2.12", "description": "Immutable merge routines for deep customizable merging", "keywords": [], "repository": { diff --git a/packages/framework/memo-cache/CHANGELOG.md b/packages/framework/memo-cache/CHANGELOG.md index 42b3ef984a7..e8a6f07d45b 100644 --- a/packages/framework/memo-cache/CHANGELOG.md +++ b/packages/framework/memo-cache/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/memo-cache +## 1.3.13 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + diff --git a/packages/framework/memo-cache/package.json b/packages/framework/memo-cache/package.json index 852b291eafd..f34aae2cc4c 100644 --- a/packages/framework/memo-cache/package.json +++ b/packages/framework/memo-cache/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/memo-cache", - "version": "1.3.12", + "version": "1.3.13", "description": "Layered memoization style cache helper", "keywords": [], "repository": { diff --git a/packages/framework/merge-props/CHANGELOG.md b/packages/framework/merge-props/CHANGELOG.md index d1c9fa7c710..d1a2b346267 100644 --- a/packages/framework/merge-props/CHANGELOG.md +++ b/packages/framework/merge-props/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/merge-props +## 0.9.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + diff --git a/packages/framework/merge-props/package.json b/packages/framework/merge-props/package.json index beab82b548f..07294726ec7 100644 --- a/packages/framework/merge-props/package.json +++ b/packages/framework/merge-props/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/merge-props", - "version": "0.9.11", + "version": "0.9.12", "description": "Utility for merging props with styles and caching style combinations", "keywords": [], "repository": { diff --git a/packages/framework/theme/CHANGELOG.md b/packages/framework/theme/CHANGELOG.md index 637cd69381e..080f136811b 100644 --- a/packages/framework/theme/CHANGELOG.md +++ b/packages/framework/theme/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/theme +## 0.11.17 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/theme-types@0.43.1 + diff --git a/packages/framework/theme/package.json b/packages/framework/theme/package.json index 8a28b55dc75..2664c9587ab 100644 --- a/packages/framework/theme/package.json +++ b/packages/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme", - "version": "0.11.16", + "version": "0.11.17", "description": "Experimental version of fluentui-react-native theme framework", "keywords": [], "repository": { diff --git a/packages/framework/themed-stylesheet/CHANGELOG.md b/packages/framework/themed-stylesheet/CHANGELOG.md index f548e9874c9..2da3809e87e 100644 --- a/packages/framework/themed-stylesheet/CHANGELOG.md +++ b/packages/framework/themed-stylesheet/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/themed-stylesheet +## 1.7.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + @@ -315,85 +347,112 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.13 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.11 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.10 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.2.9 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.8 + Tue, 10 Mar 2020 22:28:00 GMT ### Patches - switch symbol based caching to use WeakMaps (jasonmo@microsoft.com) + ## 0.2.7 + Sat, 07 Mar 2020 00:42:50 GMT ### Patches - fix broken react-native jest configurations (jasonmo@microsoft.com) + ## 0.2.6 + Fri, 28 Feb 2020 00:04:18 GMT ### Patches - fix builds with moved packages (jasonmo@microsoft.com) + ## 0.2.5 + Thu, 20 Feb 2020 01:36:35 GMT ### Patches - restructure directories in project (jasonmo@microsoft.com) + ## 0.2.4 + Fri, 07 Feb 2020 00:29:25 GMT ### Patches - fix packages for react-native to unblock builds (jasonmo@microsoft.com) + ## 0.2.3 + Thu, 06 Feb 2020 01:00:13 GMT ### Patches - Temporarily disable test to work around test error. (email not defined) - fix packages for react-native to unblock builds (jasonmo@microsoft.com) + ## 0.2.2 + Wed, 04 Dec 2019 23:08:56 GMT ### Patches - Fix typings for theme object (adrum@microsoft.com) + ## 0.2.1 + Fri, 22 Nov 2019 23:33:23 GMT ### Patches - 🐛 Fix themed stylesheet typings (adrum@microsoft.com) + ## 0.2.0 + Wed, 20 Nov 2019 19:37:06 GMT ### Minor changes - 📦 fix package entrypoints to distinguish CJS/ES6 (adrum@microsoft.com) + ## 0.1.2 + Fri, 15 Nov 2019 00:49:28 GMT ### Patches diff --git a/packages/framework/themed-stylesheet/package.json b/packages/framework/themed-stylesheet/package.json index 6033cd041e8..b040034ae1d 100644 --- a/packages/framework/themed-stylesheet/package.json +++ b/packages/framework/themed-stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/themed-stylesheet", - "version": "1.7.11", + "version": "1.7.12", "description": "Helper for using react-native StyleSheets with themes", "keywords": [], "repository": { diff --git a/packages/framework/use-slot/CHANGELOG.md b/packages/framework/use-slot/CHANGELOG.md index 1c3bd8b47b1..dd460f1f0e6 100644 --- a/packages/framework/use-slot/CHANGELOG.md +++ b/packages/framework/use-slot/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/use-slot +## 0.6.13 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + diff --git a/packages/framework/use-slot/package.json b/packages/framework/use-slot/package.json index 62454e01ac0..7995100240c 100644 --- a/packages/framework/use-slot/package.json +++ b/packages/framework/use-slot/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-slot", - "version": "0.6.12", + "version": "0.6.13", "description": "Hook function to use a component as a pluggable slot", "keywords": [], "repository": { diff --git a/packages/framework/use-slots/CHANGELOG.md b/packages/framework/use-slots/CHANGELOG.md index b8836bdeaaf..f10b839f108 100644 --- a/packages/framework/use-slots/CHANGELOG.md +++ b/packages/framework/use-slots/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/use-slots +## 0.10.13 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/use-slot@0.6.13 + diff --git a/packages/framework/use-slots/package.json b/packages/framework/use-slots/package.json index fc7b975a819..0eaa35aeb69 100644 --- a/packages/framework/use-slots/package.json +++ b/packages/framework/use-slots/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-slots", - "version": "0.10.12", + "version": "0.10.13", "description": "Hook function to return styled slots", "keywords": [], "repository": { diff --git a/packages/framework/use-styling/CHANGELOG.md b/packages/framework/use-styling/CHANGELOG.md index a9139c600ab..a213ff85e01 100644 --- a/packages/framework/use-styling/CHANGELOG.md +++ b/packages/framework/use-styling/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/use-styling +## 0.13.13 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/use-tokens@0.6.13 + diff --git a/packages/framework/use-styling/package.json b/packages/framework/use-styling/package.json index e09837c39e9..3d0971c8c52 100644 --- a/packages/framework/use-styling/package.json +++ b/packages/framework/use-styling/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-styling", - "version": "0.13.12", + "version": "0.13.13", "description": "Opinionated use styling hook implementation", "keywords": [], "repository": { diff --git a/packages/framework/use-tokens/CHANGELOG.md b/packages/framework/use-tokens/CHANGELOG.md index 32501035557..85ec1fab0e6 100644 --- a/packages/framework/use-tokens/CHANGELOG.md +++ b/packages/framework/use-tokens/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/use-tokens +## 0.6.13 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + diff --git a/packages/framework/use-tokens/package.json b/packages/framework/use-tokens/package.json index 77a597c3a7c..a0161d9f749 100644 --- a/packages/framework/use-tokens/package.json +++ b/packages/framework/use-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/use-tokens", - "version": "0.6.12", + "version": "0.6.13", "description": "Utilities and hook function for getting themed tokens for a component", "keywords": [], "repository": { diff --git a/packages/libraries/core/CHANGELOG.md b/packages/libraries/core/CHANGELOG.md index 55e460220f6..4cbc4096970 100644 --- a/packages/libraries/core/CHANGELOG.md +++ b/packages/libraries/core/CHANGELOG.md @@ -1,5 +1,52 @@ # Change Log - @fluentui/react-native +## 0.42.32 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/button@0.39.23 + - @fluentui-react-native/callout@0.27.18 + - @fluentui-react-native/checkbox@0.23.24 + - @fluentui-react-native/contextual-menu@0.24.32 + - @fluentui-react-native/focus-trap-zone@0.12.21 + - @fluentui-react-native/focus-zone@0.21.16 + - @fluentui-react-native/interactive-hooks@0.27.20 + - @fluentui-react-native/link@0.23.24 + - @fluentui-react-native/menu-button@0.13.38 + - @fluentui-react-native/persona@0.16.18 + - @fluentui-react-native/persona-coin@0.15.18 + - @fluentui-react-native/pressable@0.12.20 + - @fluentui-react-native/radio-group@0.21.32 + - @fluentui-react-native/separator@0.18.18 + - @fluentui-react-native/tablist@0.7.20 + - @fluentui-react-native/text@0.24.22 + This log was last generated on Tue, 07 May 2024 11:30:30 GMT and should not be manually modified. @@ -5334,42 +5381,55 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.14.5 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.14.3 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.14.2 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Updating Checkbox version (safreibe@microsoft.com) + ## 0.14.1 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.14.0 + Fri, 27 Mar 2020 04:10:56 GMT ### Minor changes - Add FluentUI callout to the package (ppatboyd@outlook.com) + ## 0.13.3 + Wed, 18 Mar 2020 00:37:12 GMT ### Patches - 📦 Delete unnecessary stack package dependency (email not defined) + ## 0.13.0 + Mon, 16 Mar 2020 23:03:24 GMT ### Minor changes diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index ec91f2e57b5..44e8b3c7b95 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui/react-native", - "version": "0.42.31", + "version": "0.42.32", "description": "A react-native component library that implements the Fluent Design System.", "repository": { "type": "git", diff --git a/packages/theming/android-theme/CHANGELOG.md b/packages/theming/android-theme/CHANGELOG.md index aec86e9c14a..a97a521bf94 100644 --- a/packages/theming/android-theme/CHANGELOG.md +++ b/packages/theming/android-theme/CHANGELOG.md @@ -1,5 +1,41 @@ # Change Log - @fluentui-react-native/android-theme +## 0.25.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/theme@0.11.17 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/theming-utils@0.26.12 + @@ -96,7 +132,7 @@ Thu, 04 Jan 2024 21:06:26 GMT ### Minor changes -- Remove unused colors (ruaraki@microsoft.com) +- Remove unused colors (ruaraki@microsoft.com) - Bump @fluentui-react-native/theme to v0.10.5 - Bump @fluentui-react-native/theme-tokens to v0.26.5 - Bump @fluentui-react-native/theme-types to v0.38.0 diff --git a/packages/theming/android-theme/package.json b/packages/theming/android-theme/package.json index 744dfc70ab8..a550a804378 100644 --- a/packages/theming/android-theme/package.json +++ b/packages/theming/android-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/android-theme", - "version": "0.25.17", + "version": "0.25.18", "description": "A FluentUI React Native theme that pulls constants from FluentUI Android", "keywords": [], "repository": { diff --git a/packages/theming/apple-theme/CHANGELOG.md b/packages/theming/apple-theme/CHANGELOG.md index 30da6b508ef..4abf9055326 100644 --- a/packages/theming/apple-theme/CHANGELOG.md +++ b/packages/theming/apple-theme/CHANGELOG.md @@ -1,5 +1,43 @@ # Change Log - @fluentui-react-native/apple-theme +## 0.28.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/default-theme@0.26.18 + - @fluentui-react-native/experimental-appearance-additions@0.7.18 + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/theme@0.11.17 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/theming-utils@0.26.12 + @@ -100,7 +138,7 @@ Thu, 04 Jan 2024 21:06:26 GMT ### Minor changes -- Remove unused colors (ruaraki@microsoft.com) +- Remove unused colors (ruaraki@microsoft.com) - Bump @fluentui-react-native/default-theme to v0.25.0 - Bump @fluentui-react-native/experimental-appearance-additions to v0.6.6 - Bump @fluentui-react-native/theme to v0.10.5 diff --git a/packages/theming/apple-theme/package.json b/packages/theming/apple-theme/package.json index f273a3683e6..78aaeb79f3e 100644 --- a/packages/theming/apple-theme/package.json +++ b/packages/theming/apple-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/apple-theme", - "version": "0.28.17", + "version": "0.28.18", "description": "A FluentUI React Native theme that pulls constants from FluentUI Apple", "homepage": "https://github.com/microsoft/fluentui-react-native", "repository": { diff --git a/packages/theming/default-theme/CHANGELOG.md b/packages/theming/default-theme/CHANGELOG.md index 964f896e1bd..324c81fd4ae 100644 --- a/packages/theming/default-theme/CHANGELOG.md +++ b/packages/theming/default-theme/CHANGELOG.md @@ -1,5 +1,41 @@ # Change Log - @fluentui-react-native/default-theme +## 0.26.18 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/theme@0.11.17 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/theming-utils@0.26.12 + @@ -96,7 +132,7 @@ Thu, 04 Jan 2024 21:06:26 GMT ### Minor changes -- Remove unused colors (ruaraki@microsoft.com) +- Remove unused colors (ruaraki@microsoft.com) - Bump @fluentui-react-native/theme to v0.10.5 - Bump @fluentui-react-native/theme-tokens to v0.26.5 - Bump @fluentui-react-native/theme-types to v0.38.0 diff --git a/packages/theming/default-theme/package.json b/packages/theming/default-theme/package.json index f65e5873afe..6544034d5a8 100644 --- a/packages/theming/default-theme/package.json +++ b/packages/theming/default-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/default-theme", - "version": "0.26.17", + "version": "0.26.18", "description": "Typing only package for fluentui-react-native theme types", "keywords": [], "repository": { diff --git a/packages/theming/theme-tokens/CHANGELOG.md b/packages/theming/theme-tokens/CHANGELOG.md index 683ce59f1d7..ff84c5e2788 100644 --- a/packages/theming/theme-tokens/CHANGELOG.md +++ b/packages/theming/theme-tokens/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log - @fluentui-react-native/theme-tokens +## 0.27.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/theme-types@0.43.1 + diff --git a/packages/theming/theme-tokens/package.json b/packages/theming/theme-tokens/package.json index 69d5fecae15..b025fb57e05 100644 --- a/packages/theming/theme-tokens/package.json +++ b/packages/theming/theme-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme-tokens", - "version": "0.27.11", + "version": "0.27.12", "description": "Defines values for tokens used to fill out themes.", "keywords": [], "repository": { diff --git a/packages/theming/theme-types/CHANGELOG.md b/packages/theming/theme-types/CHANGELOG.md index de30eb4d45f..4c81678ad04 100644 --- a/packages/theming/theme-types/CHANGELOG.md +++ b/packages/theming/theme-types/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/theme-types +## 0.43.1 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + @@ -101,7 +130,7 @@ Thu, 04 Jan 2024 21:06:26 GMT ### Minor changes -- Remove unused colors (ruaraki@microsoft.com) +- Remove unused colors (ruaraki@microsoft.com) ## 0.37.0 diff --git a/packages/theming/theme-types/package.json b/packages/theming/theme-types/package.json index 4eb7e35b208..5bb97da355c 100644 --- a/packages/theming/theme-types/package.json +++ b/packages/theming/theme-types/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theme-types", - "version": "0.43.0", + "version": "0.43.1", "description": "Typing only package for fluentui-react-native theme types", "keywords": [], "repository": { diff --git a/packages/theming/theming-utils/CHANGELOG.md b/packages/theming/theming-utils/CHANGELOG.md index c43e2aae738..bd4e6d42655 100644 --- a/packages/theming/theming-utils/CHANGELOG.md +++ b/packages/theming/theming-utils/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/theming-utils +## 0.26.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/tokens@0.23.12 + diff --git a/packages/theming/theming-utils/package.json b/packages/theming/theming-utils/package.json index 3716bfddfa1..576d8c6d8af 100644 --- a/packages/theming/theming-utils/package.json +++ b/packages/theming/theming-utils/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/theming-utils", - "version": "0.26.11", + "version": "0.26.12", "description": "Utils for dealing with theming", "repository": { "type": "git", diff --git a/packages/theming/win32-theme/CHANGELOG.md b/packages/theming/win32-theme/CHANGELOG.md index b4a5e4d6888..d8761f5713e 100644 --- a/packages/theming/win32-theme/CHANGELOG.md +++ b/packages/theming/win32-theme/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log - @fluentui-react-native/win32-theme +## 0.38.1 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/default-theme@0.26.18 + - @fluentui-react-native/framework-base@0.2.2 + - @fluentui-react-native/theme@0.11.17 + - @fluentui-react-native/theme-tokens@0.27.12 + - @fluentui-react-native/theme-types@0.43.1 + - @fluentui-react-native/theming-utils@0.26.12 + @@ -154,7 +191,7 @@ Thu, 04 Jan 2024 21:06:26 GMT ### Minor changes -- Remove unused colors (ruaraki@microsoft.com) +- Remove unused colors (ruaraki@microsoft.com) - Bump @fluentui-react-native/default-theme to v0.25.0 - Bump @fluentui-react-native/theme to v0.10.5 - Bump @fluentui-react-native/theme-tokens to v0.26.5 diff --git a/packages/theming/win32-theme/package.json b/packages/theming/win32-theme/package.json index 022af112709..00585c341ea 100644 --- a/packages/theming/win32-theme/package.json +++ b/packages/theming/win32-theme/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/win32-theme", - "version": "0.38.0", + "version": "0.38.1", "description": "Win32 office theme that works with the theming native module", "keywords": [], "repository": { diff --git a/packages/utils/adapters/CHANGELOG.md b/packages/utils/adapters/CHANGELOG.md index 7cd42b85aa0..fe52b6410eb 100644 --- a/packages/utils/adapters/CHANGELOG.md +++ b/packages/utils/adapters/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/adapters +## 0.13.6 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + @@ -487,30 +516,39 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.1.6 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.1.4 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.1.3 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.1.2 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.1.1 + Tue, 17 Mar 2020 21:24:06 GMT ### Patches diff --git a/packages/utils/adapters/package.json b/packages/utils/adapters/package.json index 750b43daa67..df1b1775220 100644 --- a/packages/utils/adapters/package.json +++ b/packages/utils/adapters/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/adapters", - "version": "0.13.5", + "version": "0.13.6", "description": "Adapters for working with react-native types", "repository": { "type": "git", diff --git a/packages/utils/interactive-hooks/CHANGELOG.md b/packages/utils/interactive-hooks/CHANGELOG.md index 5fc35f18191..52dfe5060f2 100644 --- a/packages/utils/interactive-hooks/CHANGELOG.md +++ b/packages/utils/interactive-hooks/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/interactive-hooks +## 0.27.20 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/framework-base@0.2.2 + @@ -1783,36 +1816,47 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.6 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.2.4 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.2.3 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Updating Checkbox version (safreibe@microsoft.com) + ## 0.2.2 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.2.0 + Wed, 25 Mar 2020 23:14:43 GMT ### Minor changes - Adding checkbox hook (safreibe@microsoft.com) + ## 0.1.2 + Tue, 17 Mar 2020 21:24:06 GMT ### Patches diff --git a/packages/utils/interactive-hooks/package.json b/packages/utils/interactive-hooks/package.json index 5abbddbb71a..c24a525c6ca 100644 --- a/packages/utils/interactive-hooks/package.json +++ b/packages/utils/interactive-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/interactive-hooks", - "version": "0.27.19", + "version": "0.27.20", "description": "Hooks for adding focus, hover, and press semantics to view based components", "repository": { "type": "git", diff --git a/packages/utils/styling/CHANGELOG.md b/packages/utils/styling/CHANGELOG.md index 30825d62903..33a4ddf6e3d 100644 --- a/packages/utils/styling/CHANGELOG.md +++ b/packages/utils/styling/CHANGELOG.md @@ -1,5 +1,34 @@ # Change Log - @fluentui-react-native/styling-utils +## 0.7.6 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + diff --git a/packages/utils/styling/package.json b/packages/utils/styling/package.json index c5795032469..5a686914c54 100644 --- a/packages/utils/styling/package.json +++ b/packages/utils/styling/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/styling-utils", - "version": "0.7.5", + "version": "0.7.6", "description": "Utility functions for styling components in FURN", "repository": { "type": "git", diff --git a/packages/utils/tokens/CHANGELOG.md b/packages/utils/tokens/CHANGELOG.md index f7a473765aa..570e79150b4 100644 --- a/packages/utils/tokens/CHANGELOG.md +++ b/packages/utils/tokens/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log - @fluentui-react-native/tokens +## 0.23.12 + +### Patch Changes + +- d7adbdd: # Migration from Beachball to Changesets + + This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory. + + All 75 affected packages receive a patch version bump to acknowledge the accumulated changes from the beachball era. + + ## What Changed + + Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed: + + - ❌ 440+ beachball change files from `change/` directory + - ❌ `beachball` package dependency + - ❌ Beachball scripts from `package.json` + - ❌ `beachball.config.js` configuration file + - ❌ Beachball publish steps from Azure Pipelines + + ## New Workflow + + ✅ **Create changes**: Run `yarn changeset` to document changes + ✅ **Version bump PRs**: Automatically created by GitHub Actions + ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish` + ✅ **Validation**: CI validates changesets and blocks major version bumps + + For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`. + +- Updated dependencies [d7adbdd] + - @fluentui-react-native/adapters@0.13.6 + - @fluentui-react-native/theme-types@0.43.1 + @@ -905,7 +938,7 @@ Fri, 24 Apr 2020 17:13:37 GMT ### Patches -- Dont import * from react-native (acoates@microsoft.com) +- Dont import \* from react-native (acoates@microsoft.com) ## 0.4.0 @@ -948,36 +981,47 @@ Thu, 16 Apr 2020 23:57:38 GMT - publish with correct main/module references (jasonmo@microsoft.com) ## 0.2.0 + Mon, 13 Apr 2020 22:48:23 GMT ### Minor changes - Add variants and fluent typeramp to text (krsiler@microsoft.com) + ## 0.1.7 + Thu, 09 Apr 2020 18:39:15 GMT ### Patches - merge conflicts (ppatboyd@outlook.com) + ## 0.1.5 + Fri, 03 Apr 2020 20:40:51 GMT ### Patches - switch the bin name from just-script to fluent-scripts to disambiguate names (jasonmo@microsoft.com) + ## 0.1.4 + Tue, 31 Mar 2020 18:01:09 GMT ### Patches - Merge branch 'sammy/checkboxV1' of https://github.com/samuelfreiberg/fluentui-react-native into sammy/checkboxV1 (safreibe@microsoft.com) + ## 0.1.3 + Mon, 30 Mar 2020 16:27:00 GMT ### Patches - Update main attribute to specify TypeScript index file. (kinhln@microsoft.com) + ## 0.1.1 + Tue, 17 Mar 2020 21:24:06 GMT ### Patches diff --git a/packages/utils/tokens/package.json b/packages/utils/tokens/package.json index 2e0403bf795..7c76b1ad7b2 100644 --- a/packages/utils/tokens/package.json +++ b/packages/utils/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@fluentui-react-native/tokens", - "version": "0.23.11", + "version": "0.23.12", "description": "Token interface parts and helpers", "repository": { "type": "git",