@fluentui/react-persona 9.2.65 → 9.2.67

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 +27 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,17 +1,41 @@
1
1
  # Change Log - @fluentui/react-persona
2
2
 
3
- This log was last generated on Thu, 11 Jan 2024 09:02:16 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Jan 2024 16:13:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.67)
8
+
9
+ Wed, 17 Jan 2024 16:13:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.66..@fluentui/react-persona_v9.2.67)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-avatar to v9.6.8 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
15
+ - Bump @fluentui/react-badge to v9.2.21 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.16.0 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.26 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
18
+
19
+ ## [9.2.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.66)
20
+
21
+ Tue, 16 Jan 2024 13:14:21 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.65..@fluentui/react-persona_v9.2.66)
23
+
24
+ ### Patches
25
+
26
+ - fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
27
+ - Bump @fluentui/react-avatar to v9.6.7 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
28
+ - Bump @fluentui/react-badge to v9.2.20 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
29
+ - Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
30
+
7
31
  ## [9.2.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.65)
8
32
 
9
- Thu, 11 Jan 2024 09:02:16 GMT
33
+ Thu, 11 Jan 2024 09:04:29 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.2.64..@fluentui/react-persona_v9.2.65)
11
35
 
12
36
  ### Patches
13
37
 
14
- - Bump @fluentui/react-avatar to v9.6.6 ([PR #30250](https://github.com/microsoft/fluentui/pull/30250) by beachball)
38
+ - Bump @fluentui/react-avatar to v9.6.6 ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by beachball)
15
39
 
16
40
  ## [9.2.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.2.64)
17
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-persona",
3
- "version": "9.2.65",
3
+ "version": "9.2.67",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,18 +33,18 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-avatar": "^9.6.6",
37
- "@fluentui/react-badge": "^9.2.19",
36
+ "@fluentui/react-avatar": "^9.6.8",
37
+ "@fluentui/react-badge": "^9.2.21",
38
38
  "@fluentui/react-shared-contexts": "^9.13.2",
39
39
  "@fluentui/react-theme": "^9.1.16",
40
- "@fluentui/react-utilities": "^9.15.6",
41
- "@fluentui/react-jsx-runtime": "^9.0.24",
40
+ "@fluentui/react-utilities": "^9.16.0",
41
+ "@fluentui/react-jsx-runtime": "^9.0.26",
42
42
  "@griffel/react": "^1.5.14",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@types/react": ">=16.14.0 <19.0.0",
47
- "@types/react-dom": ">=16.14.0 <19.0.0",
47
+ "@types/react-dom": ">=16.9.0 <19.0.0",
48
48
  "react": ">=16.14.0 <19.0.0",
49
49
  "react-dom": ">=16.14.0 <19.0.0"
50
50
  },