Skip to content

Commit a9d39e9

Browse files
applying package updates
1 parent b9867d7 commit a9d39e9

36 files changed

+365
-93
lines changed

Diff for: apps/fluent-tester/CHANGELOG.json

+57
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
11
{
22
"name": "@fluentui-react-native/tester",
33
"entries": [
4+
{
5+
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
6+
"version": "0.158.4",
7+
"tag": "@fluentui-react-native/tester_v0.158.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/tester",
13+
"commit": "b9867d70b31d309406e461989161da94f0991886",
14+
"comment": "alwaysShowToolTip prop"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui-react-native/tester",
19+
"comment": "Bump @fluentui-react-native/button to v0.36.1",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@fluentui-react-native/tester",
25+
"comment": "Bump @fluentui-react-native/dropdown to v0.9.1",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@fluentui-react-native/tester",
31+
"comment": "Bump @fluentui-react-native/experimental-button to v0.19.1",
32+
"commit": "not available"
33+
},
34+
{
35+
"author": "beachball",
36+
"package": "@fluentui-react-native/tester",
37+
"comment": "Bump @fluentui-react-native/experimental-menu-button to v0.8.1",
38+
"commit": "not available"
39+
},
40+
{
41+
"author": "beachball",
42+
"package": "@fluentui-react-native/tester",
43+
"comment": "Bump @fluentui-react-native/menu to v1.12.2",
44+
"commit": "not available"
45+
},
46+
{
47+
"author": "beachball",
48+
"package": "@fluentui-react-native/tester",
49+
"comment": "Bump @fluentui-react-native/notification to v0.24.1",
50+
"commit": "not available"
51+
},
52+
{
53+
"author": "beachball",
54+
"package": "@fluentui-react-native/tester",
55+
"comment": "Bump @fluentui/react-native to v0.39.1",
56+
"commit": "not available"
57+
}
58+
]
59+
}
60+
},
461
{
562
"date": "Wed, 29 Nov 2023 19:35:13 GMT",
663
"version": "0.158.3",

Diff for: apps/fluent-tester/CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Change Log - @fluentui-react-native/tester
22

3-
This log was last generated on Wed, 29 Nov 2023 19:35:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.158.4
8+
9+
Thu, 30 Nov 2023 19:44:57 GMT
10+
11+
### Patches
12+
13+
- alwaysShowToolTip prop ([email protected])
14+
- Bump @fluentui-react-native/button to v0.36.1
15+
- Bump @fluentui-react-native/dropdown to v0.9.1
16+
- Bump @fluentui-react-native/experimental-button to v0.19.1
17+
- Bump @fluentui-react-native/experimental-menu-button to v0.8.1
18+
- Bump @fluentui-react-native/menu to v1.12.2
19+
- Bump @fluentui-react-native/notification to v0.24.1
20+
- Bump @fluentui/react-native to v0.39.1
21+
722
## 0.158.3
823

924
Wed, 29 Nov 2023 19:35:13 GMT

Diff for: apps/fluent-tester/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester",
3-
"version": "0.158.3",
3+
"version": "0.158.4",
44
"description": "A test app to test FluentUI React Native Components during development",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",
@@ -41,19 +41,19 @@
4141
"@fluentui-react-native/apple-theme": ">=0.22.0 <1.0.0",
4242
"@fluentui-react-native/avatar": "^1.11.0",
4343
"@fluentui-react-native/badge": ">=0.8.0 <1.0.0",
44-
"@fluentui-react-native/button": ">=0.36.0 <1.0.0",
44+
"@fluentui-react-native/button": ">=0.36.1 <1.0.0",
4545
"@fluentui-react-native/chip": "^0.3.0",
4646
"@fluentui-react-native/default-theme": ">=0.20.0 <1.0.0",
4747
"@fluentui-react-native/divider": "^0.6.0",
4848
"@fluentui-react-native/drawer": "^0.3.0",
49-
"@fluentui-react-native/dropdown": ">=0.9.0 <1.0.0",
49+
"@fluentui-react-native/dropdown": ">=0.9.1 <1.0.0",
5050
"@fluentui-react-native/experimental-activity-indicator": ">=0.9.0 <1.0.0",
5151
"@fluentui-react-native/experimental-appearance-additions": "^0.6.0",
5252
"@fluentui-react-native/experimental-avatar": ">=0.20.0 <1.0.0",
53-
"@fluentui-react-native/experimental-button": "0.19.0",
53+
"@fluentui-react-native/experimental-button": "0.19.1",
5454
"@fluentui-react-native/experimental-checkbox": "0.16.0",
5555
"@fluentui-react-native/experimental-expander": "0.7.0",
56-
"@fluentui-react-native/experimental-menu-button": ">=0.8.0 <1.0.0",
56+
"@fluentui-react-native/experimental-menu-button": ">=0.8.1 <1.0.0",
5757
"@fluentui-react-native/experimental-native-date-picker": ">=0.10.0 <1.0.0",
5858
"@fluentui-react-native/experimental-shadow": "0.5.0",
5959
"@fluentui-react-native/experimental-shimmer": "0.12.0",
@@ -63,9 +63,9 @@
6363
"@fluentui-react-native/icon": "0.20.0",
6464
"@fluentui-react-native/input": "^0.5.0",
6565
"@fluentui-react-native/interactive-hooks": ">=0.25.0 <1.0.0",
66-
"@fluentui-react-native/menu": "^1.12.1",
66+
"@fluentui-react-native/menu": "^1.12.2",
6767
"@fluentui-react-native/merge-props": ">=0.8.0 <1.0.0",
68-
"@fluentui-react-native/notification": "0.24.0",
68+
"@fluentui-react-native/notification": "0.24.1",
6969
"@fluentui-react-native/radio-group": ">=0.20.0 <1.0.0",
7070
"@fluentui-react-native/separator": "^0.17.0",
7171
"@fluentui-react-native/spinner": "^0.8.0",
@@ -80,7 +80,7 @@
8080
"@fluentui-react-native/theming-utils": ">=0.25.0 <1.0.0",
8181
"@fluentui-react-native/vibrancy-view": ">=0.1.0 <1.0.0",
8282
"@fluentui-react-native/win32-theme": ">=0.28.0 <1.0.0",
83-
"@fluentui/react-native": ">=0.39.0 <1.0.0",
83+
"@fluentui/react-native": ">=0.39.1 <1.0.0",
8484
"@fortawesome/fontawesome-svg-core": "^6.2.0",
8585
"@fortawesome/free-solid-svg-icons": "^6.2.0",
8686
"@fortawesome/react-native-fontawesome": "^0.3.0",

Diff for: apps/win32/CHANGELOG.json

+15
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": "Thu, 30 Nov 2023 19:44:57 GMT",
6+
"version": "0.37.4",
7+
"tag": "@fluentui-react-native/tester-win32_v0.37.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui-react-native/tester-win32",
13+
"comment": "Bump @fluentui-react-native/tester to v0.158.4",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 29 Nov 2023 19:35:13 GMT",
621
"version": "0.37.3",

Diff for: apps/win32/CHANGELOG.md

+9-1
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, 29 Nov 2023 19:35:13 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.37.4
8+
9+
Thu, 30 Nov 2023 19:44:57 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/tester to v0.158.4
14+
715
## 0.37.3
816

917
Wed, 29 Nov 2023 19:35:13 GMT

Diff for: apps/win32/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/tester-win32",
3-
"version": "0.37.3",
3+
"version": "0.37.4",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"typings": "lib/index.d.ts",
@@ -30,7 +30,7 @@
3030
"directory": "apps/win32"
3131
},
3232
"dependencies": {
33-
"@fluentui-react-native/tester": "^0.158.3",
33+
"@fluentui-react-native/tester": "^0.158.4",
3434
"react": "18.2.0",
3535
"react-native": "^0.72.0",
3636
"react-native-svg": "^13.14.0",

Diff for: change/@fluentui-react-native-button-00ccd513-e11f-44fd-8152-fc4c6d2bc3aa.json

-7
This file was deleted.

Diff for: change/@fluentui-react-native-menu-1b3990ef-54d6-4d90-83d2-4d4d7f699614.json

-7
This file was deleted.

Diff for: change/@fluentui-react-native-tester-9b1df892-71f0-47a0-a54e-3d6a12fd1b91.json

-7
This file was deleted.

Diff for: packages/components/Button/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/button",
33
"entries": [
4+
{
5+
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
6+
"version": "0.36.1",
7+
"tag": "@fluentui-react-native/button_v0.36.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/button",
13+
"commit": "b9867d70b31d309406e461989161da94f0991886",
14+
"comment": "alwaysShowToolTip prop"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 09 Nov 2023 02:39:07 GMT",
621
"version": "0.36.0",

Diff for: packages/components/Button/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/button
22

3-
This log was last generated on Thu, 09 Nov 2023 02:39:07 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.36.1
8+
9+
Thu, 30 Nov 2023 19:44:57 GMT
10+
11+
### Patches
12+
13+
- alwaysShowToolTip prop ([email protected])
14+
715
## 0.36.0
816

917
Thu, 09 Nov 2023 02:39:07 GMT

Diff for: packages/components/Button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/button",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"description": "A cross-platform Button component using the Fluent Design System",
55
"main": "src/index.ts",
66
"module": "src/index.ts",

Diff for: packages/components/Menu/CHANGELOG.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@fluentui-react-native/menu",
33
"entries": [
4+
{
5+
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
6+
"version": "1.12.2",
7+
"tag": "@fluentui-react-native/menu_v1.12.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@fluentui-react-native/menu",
13+
"commit": "b9867d70b31d309406e461989161da94f0991886",
14+
"comment": "alwaysShowToolTip prop"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@fluentui-react-native/menu",
19+
"comment": "Bump @fluentui-react-native/button to v0.36.1",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 21 Nov 2023 18:57:38 GMT",
627
"version": "1.12.1",

Diff for: packages/components/Menu/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @fluentui-react-native/menu
22

3-
This log was last generated on Tue, 21 Nov 2023 18:57:38 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.12.2
8+
9+
Thu, 30 Nov 2023 19:44:57 GMT
10+
11+
### Patches
12+
13+
- alwaysShowToolTip prop ([email protected])
14+
- Bump @fluentui-react-native/button to v0.36.1
15+
716
## 1.12.1
817

918
Tue, 21 Nov 2023 18:57:38 GMT

Diff for: packages/components/Menu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/menu",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "A cross-platform Menu component using the Fluent Design System",
55
"main": "src/index.ts",
66
"module": "src/index.ts",
@@ -39,7 +39,7 @@
3939
"tslib": "^2.3.1"
4040
},
4141
"devDependencies": {
42-
"@fluentui-react-native/button": ">=0.36.0 <1.0.0",
42+
"@fluentui-react-native/button": ">=0.36.1 <1.0.0",
4343
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
4444
"@fluentui-react-native/scripts": "^0.1.1",
4545
"@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0",

Diff for: packages/components/MenuButton/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@fluentui-react-native/menu-button",
33
"entries": [
4+
{
5+
"date": "Thu, 30 Nov 2023 19:44:57 GMT",
6+
"version": "0.12.1",
7+
"tag": "@fluentui-react-native/menu-button_v0.12.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@fluentui-react-native/menu-button",
13+
"comment": "Bump @fluentui-react-native/button to v0.36.1",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 09 Nov 2023 02:39:09 GMT",
621
"version": "0.12.0",

Diff for: packages/components/MenuButton/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @fluentui-react-native/menu-button
22

3-
This log was last generated on Thu, 09 Nov 2023 02:39:09 GMT and should not be manually modified.
3+
This log was last generated on Thu, 30 Nov 2023 19:44:57 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.12.1
8+
9+
Thu, 30 Nov 2023 19:44:57 GMT
10+
11+
### Patches
12+
13+
- Bump @fluentui-react-native/button to v0.36.1
14+
715
## 0.12.0
816

917
Thu, 09 Nov 2023 02:39:09 GMT

Diff for: packages/components/MenuButton/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluentui-react-native/menu-button",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "A cross-platform MenuButton component using the Fluent Design System",
55
"license": "MIT",
66
"author": "Microsoft <[email protected]>",
@@ -29,7 +29,7 @@
2929
"directory": "packages/components/MenuButton"
3030
},
3131
"dependencies": {
32-
"@fluentui-react-native/button": "^0.36.0",
32+
"@fluentui-react-native/button": "^0.36.1",
3333
"@fluentui-react-native/component-cache": "^1.6.0",
3434
"@fluentui-react-native/contextual-menu": "^0.23.0",
3535
"@fluentui-react-native/icon": "^0.20.0",

0 commit comments

Comments
 (0)