Skip to content

Commit b89fcfc

Browse files
ci: run changeset:version manually (#4013)
* make all minor * run `changeset:version` --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c72b2eb commit b89fcfc

File tree

160 files changed

+3693
-378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+3693
-378
lines changed

.changeset/beachball-migration.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

.changeset/frank-experts-battle.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

.changeset/swift-zebras-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/codemods/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log - @fluentui-react-native/codemods
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- d7adbdd: # Migration from Beachball to Changesets
8+
9+
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.
10+
11+
All 75 affected packages receive a minor version bump to acknowledge the accumulated changes from the beachball era.
12+
13+
## What Changed
14+
15+
Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed:
16+
17+
- ❌ 440+ beachball change files from `change/` directory
18+
-`beachball` package dependency
19+
- ❌ Beachball scripts from `package.json`
20+
-`beachball.config.js` configuration file
21+
- ❌ Beachball publish steps from Azure Pipelines
22+
23+
## New Workflow
24+
25+
**Create changes**: Run `yarn changeset` to document changes
26+
**Version bump PRs**: Automatically created by GitHub Actions
27+
**Publishing**: Handled by Azure Pipelines using `changeset publish`
28+
**Validation**: CI validates changesets and blocks major version bumps
29+
30+
For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`.
31+
332
<!-- This log was last generated on Tue, 05 Aug 2025 18:50:42 GMT and should not be manually modified. -->
433

534
<!-- Start content -->

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/codemods",
3-
"version": "0.5.24",
3+
"version": "0.6.0",
44
"description": "Transform files to make refactoring FURN code easier",
55
"homepage": "https://github.com/microsoft/fluentui-react-native",
66
"repository": {

packages/components/Avatar/CHANGELOG.md

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Change Log - @fluentui-react-native/avatar
22

3+
## 1.13.0
4+
5+
### Minor Changes
6+
7+
- d7adbdd: # Migration from Beachball to Changesets
8+
9+
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.
10+
11+
All 75 affected packages receive a minor version bump to acknowledge the accumulated changes from the beachball era.
12+
13+
## What Changed
14+
15+
Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed:
16+
17+
- ❌ 440+ beachball change files from `change/` directory
18+
-`beachball` package dependency
19+
- ❌ Beachball scripts from `package.json`
20+
-`beachball.config.js` configuration file
21+
- ❌ Beachball publish steps from Azure Pipelines
22+
23+
## New Workflow
24+
25+
**Create changes**: Run `yarn changeset` to document changes
26+
**Version bump PRs**: Automatically created by GitHub Actions
27+
**Publishing**: Handled by Azure Pipelines using `changeset publish`
28+
**Validation**: CI validates changesets and blocks major version bumps
29+
30+
For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`.
31+
32+
### Patch Changes
33+
34+
- d1d8c26: We were pinning @types/react and react-native-macos via resolutions. This fixes that which uncovered a bunch of type inconsistencies that needed to be addressed.
35+
- Updated dependencies [d7adbdd]
36+
- Updated dependencies [d1d8c26]
37+
- @fluentui-react-native/adapters@0.14.0
38+
- @fluentui-react-native/badge@0.12.0
39+
- @fluentui-react-native/framework@0.15.0
40+
- @fluentui-react-native/icon@0.22.0
41+
- @fluentui-react-native/theme-tokens@0.28.0
42+
- @fluentui-react-native/theming-utils@0.27.0
43+
- @fluentui-react-native/tokens@0.24.0
44+
- @fluentui-react-native/use-styling@0.14.0
45+
346
<!-- This log was last generated on Tue, 05 Aug 2025 18:50:44 GMT and should not be manually modified. -->
447

548
<!-- Start content -->
@@ -1356,7 +1399,7 @@ Thu, 08 Sep 2022 15:59:45 GMT
13561399

13571400
### Patches
13581401

1359-
- [Avatar] Fixed bug with multi-word titles (vkozlova@microsoft.com)
1402+
- [Avatar] Fixed bug with multi-word titles (vkozlova@microsoft.com)
13601403

13611404
## 1.2.6
13621405

packages/components/Avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/avatar",
3-
"version": "1.12.23",
3+
"version": "1.13.0",
44
"description": "A cross-platform Avatar component using the Fluent Design System",
55
"homepage": "https://github.com/microsoft/fluentui-react-native",
66
"repository": {

packages/components/Badge/CHANGELOG.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Change Log - @fluentui-react-native/badge
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- d7adbdd: # Migration from Beachball to Changesets
8+
9+
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.
10+
11+
All 75 affected packages receive a minor version bump to acknowledge the accumulated changes from the beachball era.
12+
13+
## What Changed
14+
15+
Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed:
16+
17+
- ❌ 440+ beachball change files from `change/` directory
18+
-`beachball` package dependency
19+
- ❌ Beachball scripts from `package.json`
20+
-`beachball.config.js` configuration file
21+
- ❌ Beachball publish steps from Azure Pipelines
22+
23+
## New Workflow
24+
25+
**Create changes**: Run `yarn changeset` to document changes
26+
**Version bump PRs**: Automatically created by GitHub Actions
27+
**Publishing**: Handled by Azure Pipelines using `changeset publish`
28+
**Validation**: CI validates changesets and blocks major version bumps
29+
30+
For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`.
31+
32+
### Patch Changes
33+
34+
- d1d8c26: We were pinning @types/react and react-native-macos via resolutions. This fixes that which uncovered a bunch of type inconsistencies that needed to be addressed.
35+
- Updated dependencies [d7adbdd]
36+
- Updated dependencies [d1d8c26]
37+
- @fluentui-react-native/adapters@0.14.0
38+
- @fluentui-react-native/experimental-shadow@0.7.0
39+
- @fluentui-react-native/framework@0.15.0
40+
- @fluentui-react-native/framework-base@0.3.0
41+
- @fluentui-react-native/icon@0.22.0
42+
- @fluentui-react-native/text@0.25.0
43+
- @fluentui-react-native/theme-tokens@0.28.0
44+
- @fluentui-react-native/theme-types@0.44.0
45+
- @fluentui-react-native/theming-utils@0.27.0
46+
- @fluentui-react-native/tokens@0.24.0
47+
- @fluentui-react-native/use-styling@0.14.0
48+
349
<!-- This log was last generated on Tue, 05 Aug 2025 18:50:44 GMT and should not be manually modified. -->
450

551
<!-- Start content -->
@@ -1647,7 +1693,7 @@ Thu, 14 Jul 2022 20:03:37 GMT
16471693

16481694
### Patches
16491695

1650-
- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com)
1696+
- Revert "Add support for onAccessibilityTap on Text" (amchiu@microsoft.com)
16511697
- Bump @fluentui-react-native/experimental-text to v0.10.1
16521698

16531699
## 0.1.0

packages/components/Badge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/badge",
3-
"version": "0.11.17",
3+
"version": "0.12.0",
44
"description": "A cross-platform Badge component using the Fluent Design System. A badge is an additional visual descriptor for UI elements.",
55
"homepage": "https://github.com/microsoft/fluentui-react-native",
66
"license": "MIT",

0 commit comments

Comments
 (0)