Skip to content

Commit 5c4a487

Browse files
committed
Merge branch 'main' of https://github.com/microsoft/fluentui-react-native into user/jasonvmo/macos-desktop-app
2 parents 9b83fce + 196cbea commit 5c4a487

152 files changed

Lines changed: 1839 additions & 1088 deletions

File tree

Some content is hidden

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

.changeset/bumpy-melons-give.md

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

.changeset/config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"access": "public",
44
"baseBranch": "origin/main",
55
"changelog": "@changesets/cli/changelog",
6-
"commit": [
7-
"@changesets/cli/commit",
8-
{
9-
"skipCI": false
10-
}
11-
],
6+
"commit": false,
127
"ignore": [],
138
"linked": [],
149
"privatePackages": {

.changeset/eighty-owls-wash.md

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

.changeset/late-rules-think.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@fluentui-react-native/button": patch
3+
---
4+
5+
Remove overflow hidden from FURN button for windows

.changeset/small-spiders-pull.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@fluentui-react-native/tooltip": patch
3+
---
4+
5+
Update snapshot

.github/scripts/changeset-version-with-postbump.mts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ function bumpPatch(version: string): string {
2222
echo('📦 Running changeset version...');
2323
await $`yarn changeset version`;
2424

25-
// Undo the commit that changeset version made, but keep the changes
26-
// This allows the changesets action to create a single commit with all changes
27-
echo('🔙 Undoing changeset commit (keeping changes)...');
28-
await $`git reset --soft HEAD~1`;
29-
3025
// Changesets doesn't bump or update the dependency-profiles package, so we need to do that manually
3126
echo('\n🔄 Updating dependency-profiles...');
3227
if (fs.existsSync(DEPENDENCY_PROFILES_DIR)) {

packages/components/Avatar/CHANGELOG.md

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

3+
## 1.13.2
4+
5+
### Patch Changes
6+
7+
- 8a7b549: Update to the latest rnx-kit versions, fix some typing issues, and correct the vscode settings
8+
- Updated dependencies [8a7b549]
9+
- @fluentui-react-native/use-styling@0.14.2
10+
- @fluentui-react-native/theming-utils@0.27.2
11+
- @fluentui-react-native/theme-tokens@0.28.2
12+
- @fluentui-react-native/framework@0.15.2
13+
- @fluentui-react-native/badge@0.12.2
14+
- @fluentui-react-native/icon@0.22.2
15+
- @fluentui-react-native/adapters@0.14.2
16+
- @fluentui-react-native/tokens@0.24.2
17+
318
## 1.13.1
419

520
### Patch Changes

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.13.1",
3+
"version": "1.13.2",
44
"description": "A cross-platform Avatar component using the Fluent Design System",
55
"homepage": "https://github.com/microsoft/fluentui-react-native",
66
"license": "MIT",

packages/components/Badge/CHANGELOG.md

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

3+
## 0.12.2
4+
5+
### Patch Changes
6+
7+
- 8a7b549: Update to the latest rnx-kit versions, fix some typing issues, and correct the vscode settings
8+
- Updated dependencies [8a7b549]
9+
- @fluentui-react-native/use-styling@0.14.2
10+
- @fluentui-react-native/theming-utils@0.27.2
11+
- @fluentui-react-native/theme-tokens@0.28.2
12+
- @fluentui-react-native/experimental-shadow@0.7.2
13+
- @fluentui-react-native/framework@0.15.2
14+
- @fluentui-react-native/theme-types@0.44.2
15+
- @fluentui-react-native/icon@0.22.2
16+
- @fluentui-react-native/text@0.25.2
17+
- @fluentui-react-native/framework-base@0.3.2
18+
- @fluentui-react-native/adapters@0.14.2
19+
- @fluentui-react-native/tokens@0.24.2
20+
321
## 0.12.1
422

523
### Patch Changes

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.12.1",
3+
"version": "0.12.2",
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)