@fluentui/react-skeleton 9.0.50 → 9.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-skeleton
2
2
 
3
- This log was last generated on Mon, 29 Jan 2024 13:53:39 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 Feb 2024 14:15:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-skeleton_v9.0.52)
8
+
9
+ Tue, 20 Feb 2024 14:15:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-skeleton_v9.0.51..@fluentui/react-skeleton_v9.0.52)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.54 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.30 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.18.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
17
+
18
+ ## [9.0.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-skeleton_v9.0.51)
19
+
20
+ Tue, 30 Jan 2024 23:16:54 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-skeleton_v9.0.50..@fluentui/react-skeleton_v9.0.51)
22
+
23
+ ### Patches
24
+
25
+ - Bump @fluentui/react-field to v9.1.53 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.29 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.18.0 ([PR #29983](https://github.com/microsoft/fluentui/pull/29983) by beachball)
28
+
7
29
  ## [9.0.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-skeleton_v9.0.50)
8
30
 
9
- Mon, 29 Jan 2024 13:53:39 GMT
31
+ Mon, 29 Jan 2024 13:56:06 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-skeleton_v9.0.49..@fluentui/react-skeleton_v9.0.50)
11
33
 
12
34
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-skeleton",
3
- "version": "9.0.50",
3
+ "version": "9.0.52",
4
4
  "description": "Converged v9 Skeleton Component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,11 +32,11 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-field": "^9.1.52",
36
- "@fluentui/react-jsx-runtime": "^9.0.28",
35
+ "@fluentui/react-field": "^9.1.54",
36
+ "@fluentui/react-jsx-runtime": "^9.0.30",
37
37
  "@fluentui/react-shared-contexts": "^9.14.0",
38
38
  "@fluentui/react-theme": "^9.1.16",
39
- "@fluentui/react-utilities": "^9.17.0",
39
+ "@fluentui/react-utilities": "^9.18.1",
40
40
  "@griffel/react": "^1.5.14",
41
41
  "@swc/helpers": "^0.5.1"
42
42
  },