Skip to content

Commit f8ba933

Browse files
📦 applying package updates ***NO_CI***
1 parent e52ba93 commit f8ba933

File tree

18 files changed

+143
-28
lines changed

18 files changed

+143
-28
lines changed

apps/fluent-tester/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui-react-native/tester",
33
"entries": [
4+
{
5+
"date": "Wed, 28 Dec 2022 15:44:42 GMT",
6+
"tag": "@fluentui-react-native/tester_v0.126.2",
7+
"version": "0.126.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui-react-native/tester",
13+
"comment": "Bump @fluentui-react-native/experimental-checkbox to v0.13.18",
14+
"commit": "e52ba9363fd32192c6306fd6a5c227fc7e88b2a9"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui-react-native/tester",
19+
"comment": "Bump @fluentui/react-native to v0.34.9",
20+
"commit": "e52ba9363fd32192c6306fd6a5c227fc7e88b2a9"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 28 Dec 2022 06:51:05 GMT",
627
"tag": "@fluentui-react-native/tester_v0.126.1",

apps/fluent-tester/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui-react-native/tester
22

3-
This log was last generated on Wed, 28 Dec 2022 06:51:05 GMT and should not be manually modified.
3+
This log was last generated on Wed, 28 Dec 2022 15:44:42 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.126.2
8+
9+
Wed, 28 Dec 2022 15:44:42 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/experimental-checkbox to v0.13.18
14+
- Bump @fluentui/react-native to v0.34.9
15+
716
## 0.126.1
817

918
Wed, 28 Dec 2022 06:51:05 GMT

apps/fluent-tester/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester",
3-
"version": "0.126.1",
3+
"version": "0.126.2",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",
@@ -47,7 +47,7 @@
4747
"@fluentui-react-native/experimental-activity-indicator": ">=0.7.5 <1.0.0",
4848
"@fluentui-react-native/experimental-avatar": ">=0.17.1 <1.0.0",
4949
"@fluentui-react-native/experimental-button": "0.16.68",
50-
"@fluentui-react-native/experimental-checkbox": "0.13.17",
50+
"@fluentui-react-native/experimental-checkbox": "0.13.18",
5151
"@fluentui-react-native/experimental-expander": "0.5.5",
5252
"@fluentui-react-native/experimental-icon": ">=0.1.8 <1.0.0",
5353
"@fluentui-react-native/experimental-link": "^0.4.3",
@@ -74,7 +74,7 @@
7474
"@fluentui-react-native/themed-stylesheet": "^1.4.1",
7575
"@fluentui-react-native/theming-utils": ">=0.20.2 <1.0.0",
7676
"@fluentui-react-native/win32-theme": ">=0.24.6 <1.0.0",
77-
"@fluentui/react-native": ">=0.34.8 <1.0.0",
77+
"@fluentui/react-native": ">=0.34.9 <1.0.0",
7878
"@fortawesome/fontawesome-svg-core": "^6.2.0",
7979
"@fortawesome/free-solid-svg-icons": "^6.2.0",
8080
"@fortawesome/react-native-fontawesome": "^0.3.0",

apps/win32/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
33
"entries": [
4+
{
5+
"date": "Wed, 28 Dec 2022 15:44:42 GMT",
6+
"tag": "@fluentui-react-native/tester-win32_v0.31.26",
7+
"version": "0.31.26",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui-react-native/tester-win32",
13+
"comment": "Bump @fluentui-react-native/tester to v0.126.2",
14+
"commit": "e52ba9363fd32192c6306fd6a5c227fc7e88b2a9"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 28 Dec 2022 06:51:05 GMT",
621
"tag": "@fluentui-react-native/tester-win32_v0.31.25",

apps/win32/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/tester-win32
22

3-
This log was last generated on Wed, 28 Dec 2022 06:51:05 GMT and should not be manually modified.
3+
This log was last generated on Wed, 28 Dec 2022 15:44:42 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.31.26
8+
9+
Wed, 28 Dec 2022 15:44:42 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.126.2
14+
715
## 0.31.25
816

917
Wed, 28 Dec 2022 06:51:05 GMT

apps/win32/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
3-
"version": "0.31.25",
3+
"version": "0.31.26",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"typings": "lib/index.d.ts",
@@ -31,7 +31,7 @@
3131
"directory": "apps/win32"
3232
},
3333
"dependencies": {
34-
"@fluentui-react-native/tester": "^0.126.1",
34+
"@fluentui-react-native/tester": "^0.126.2",
3535
"react": "17.0.2",
3636
"react-native": "^0.68.0",
3737
"react-native-svg": "12.5.0",

change/@fluentui-react-native-checkbox-a1ee3952-b272-40e5-9131-ba47501c063c.json

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

packages/components/Checkbox/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/checkbox",
33
"entries": [
4+
{
5+
"date": "Wed, 28 Dec 2022 15:44:42 GMT",
6+
"tag": "@fluentui-react-native/checkbox_v0.19.0",
7+
"version": "0.19.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/checkbox",
13+
"commit": "e52ba9363fd32192c6306fd6a5c227fc7e88b2a9",
14+
"comment": "fix regression on win32"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 27 Dec 2022 22:21:15 GMT",
621
"tag": "@fluentui-react-native/checkbox_v0.18.7",

packages/components/Checkbox/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/checkbox
22

3-
This log was last generated on Tue, 27 Dec 2022 22:21:15 GMT and should not be manually modified.
3+
This log was last generated on Wed, 28 Dec 2022 15:44:42 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.19.0
8+
9+
Wed, 28 Dec 2022 15:44:42 GMT
10+
11+
### Minor changes
12+
13+
- fix regression on win32 ([email protected])
14+
715
## 0.18.7
816

917
Tue, 27 Dec 2022 22:21:15 GMT

packages/components/Checkbox/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/checkbox",
3-
"version": "0.18.7",
3+
"version": "0.19.0",
44
"description": "A cross-platform Checkbox component using the Fluent Design System",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

0 commit comments

Comments
 (0)