@fluentui/react-skeleton 9.0.0-beta.6 → 9.0.0-beta.7

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,28 @@
2
2
  "name": "@fluentui/react-skeleton",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 04 Apr 2023 18:42:19 GMT",
5
+ "date": "Thu, 06 Apr 2023 23:59:51 GMT",
6
+ "tag": "@fluentui/react-skeleton_v9.0.0-beta.7",
7
+ "version": "9.0.0-beta.7",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-skeleton",
13
+ "commit": "eee5716e76dc6a5bef9316546a352694bbe5750a",
14
+ "comment": "chore: Update package version of react-field"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-skeleton",
19
+ "comment": "Bump @fluentui/react-field to v9.0.0-beta.1",
20
+ "commit": "7a46cab3d31a233b89b7188e994b24712af5393c"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 04 Apr 2023 18:44:50 GMT",
6
27
  "tag": "@fluentui/react-skeleton_v9.0.0-beta.6",
7
28
  "version": "9.0.0-beta.6",
8
29
  "comments": {
@@ -11,13 +32,13 @@
11
32
  "author": "beachball",
12
33
  "package": "@fluentui/react-skeleton",
13
34
  "comment": "Bump @fluentui/react-field to v9.0.0-alpha.29",
14
- "commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
35
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
15
36
  },
16
37
  {
17
38
  "author": "beachball",
18
39
  "package": "@fluentui/react-skeleton",
19
40
  "comment": "Bump @fluentui/react-utilities to v9.7.3",
20
- "commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
41
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
21
42
  }
22
43
  ]
23
44
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/react-skeleton
2
2
 
3
- This log was last generated on Tue, 04 Apr 2023 18:42:19 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Apr 2023 23:59:51 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-skeleton_v9.0.0-beta.7)
8
+
9
+ Thu, 06 Apr 2023 23:59:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-skeleton_v9.0.0-beta.6..@fluentui/react-skeleton_v9.0.0-beta.7)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update package version of react-field ([PR #27458](https://github.com/microsoft/fluentui/pull/27458) by behowell@microsoft.com)
15
+ - Bump @fluentui/react-field to v9.0.0-beta.1 ([PR #27420](https://github.com/microsoft/fluentui/pull/27420) by beachball)
16
+
7
17
  ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-skeleton_v9.0.0-beta.6)
8
18
 
9
- Tue, 04 Apr 2023 18:42:19 GMT
19
+ Tue, 04 Apr 2023 18:44:50 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-skeleton_v9.0.0-beta.4..@fluentui/react-skeleton_v9.0.0-beta.6)
11
21
 
12
22
  ### Changes
13
23
 
14
- - Bump @fluentui/react-field to v9.0.0-alpha.29 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
15
- - Bump @fluentui/react-utilities to v9.7.3 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
24
+ - Bump @fluentui/react-field to v9.0.0-alpha.29 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.7.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
16
26
 
17
27
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-skeleton_v9.0.0-beta.4)
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-skeleton",
3
- "version": "9.0.0-beta.6",
3
+ "version": "9.0.0-beta.7",
4
4
  "description": "Converged v9 Skeleton Component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,7 +31,7 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-field": "9.0.0-alpha.29",
34
+ "@fluentui/react-field": "9.0.0-beta.1",
35
35
  "@fluentui/react-shared-contexts": "^9.3.3",
36
36
  "@fluentui/react-theme": "^9.1.7",
37
37
  "@fluentui/react-utilities": "^9.7.3",