@fluentui/react-button 9.3.86 → 9.3.88

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,35 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Mon, 15 Jul 2024 17:20:37 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 15 Aug 2024 08:18:59 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.88)
8
+
9
+ Thu, 15 Aug 2024 08:18:59 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.87..@fluentui/react-button_v9.3.88)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.13.3 ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.22.4 ([PR #31885](https://github.com/microsoft/fluentui/pull/31885) by beachball)
16
+
17
+ ## [9.3.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.87)
18
+
19
+ Tue, 23 Jul 2024 20:13:14 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.86..@fluentui/react-button_v9.3.87)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-aria to v9.13.2 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.42 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
26
+ - Bump @fluentui/react-shared-contexts to v9.20.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
27
+ - Bump @fluentui/react-tabster to v9.22.3 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
29
+
7
30
  ## [9.3.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.3.86)
8
31
 
9
- Mon, 15 Jul 2024 17:20:37 GMT
32
+ Mon, 15 Jul 2024 17:25:53 GMT
10
33
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.3.85..@fluentui/react-button_v9.3.86)
11
34
 
12
35
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "9.3.86",
3
+ "version": "9.3.88",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/keyboard-keys": "^9.0.7",
37
- "@fluentui/react-aria": "^9.13.1",
37
+ "@fluentui/react-aria": "^9.13.3",
38
38
  "@fluentui/react-icons": "^2.0.245",
39
- "@fluentui/react-jsx-runtime": "^9.0.41",
40
- "@fluentui/react-shared-contexts": "^9.19.1",
41
- "@fluentui/react-tabster": "^9.22.2",
39
+ "@fluentui/react-jsx-runtime": "^9.0.42",
40
+ "@fluentui/react-shared-contexts": "^9.20.0",
41
+ "@fluentui/react-tabster": "^9.22.4",
42
42
  "@fluentui/react-theme": "^9.1.19",
43
- "@fluentui/react-utilities": "^9.18.12",
43
+ "@fluentui/react-utilities": "^9.18.13",
44
44
  "@griffel/react": "^1.5.22",
45
45
  "@swc/helpers": "^0.5.1"
46
46
  },