Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 0 additions & 102 deletions .changeset/beachball-migration.md

This file was deleted.

29 changes: 29 additions & 0 deletions packages/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.

<!-- This log was last generated on Tue, 05 Aug 2025 18:50:42 GMT and should not be manually modified. -->

<!-- Start content -->
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
41 changes: 40 additions & 1 deletion packages/components/Avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

<!-- This log was last generated on Tue, 05 Aug 2025 18:50:44 GMT and should not be manually modified. -->

<!-- Start content -->
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/components/Avatar/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
43 changes: 42 additions & 1 deletion packages/components/Badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

<!-- This log was last generated on Tue, 05 Aug 2025 18:50:44 GMT and should not be manually modified. -->

<!-- Start content -->
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/components/Badge/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
65 changes: 63 additions & 2 deletions packages/components/Button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

<!-- This log was last generated on Wed, 17 Sep 2025 22:14:27 GMT and should not be manually modified. -->

<!-- Start content -->
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading
Loading