@fluentui/react-label 9.0.12 → 9.0.14

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,43 @@
2
2
  "name": "@fluentui/react-label",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 05 Dec 2022 18:25:37 GMT",
5
+ "date": "Wed, 21 Dec 2022 10:17:16 GMT",
6
+ "tag": "@fluentui/react-label_v9.0.14",
7
+ "version": "9.0.14",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-label",
13
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
14
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 20 Dec 2022 14:59:34 GMT",
21
+ "tag": "@fluentui/react-label_v9.0.13",
22
+ "version": "9.0.13",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-label",
28
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
29
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-label",
34
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
35
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Mon, 05 Dec 2022 18:29:39 GMT",
6
42
  "tag": "@fluentui/react-label_v9.0.12",
7
43
  "version": "9.0.12",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-label
2
2
 
3
- This log was last generated on Mon, 05 Dec 2022 18:25:37 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Dec 2022 10:17:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.14)
8
+
9
+ Wed, 21 Dec 2022 10:17:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.13..@fluentui/react-label_v9.0.14)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
15
+
16
+ ## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.13)
17
+
18
+ Tue, 20 Dec 2022 14:59:34 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.12..@fluentui/react-label_v9.0.13)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
24
+ - Bump @fluentui/react-utilities to v9.3.0 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
25
+
7
26
  ## [9.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.12)
8
27
 
9
- Mon, 05 Dec 2022 18:25:37 GMT
28
+ Mon, 05 Dec 2022 18:29:39 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.11..@fluentui/react-label_v9.0.12)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-label",
3
- "version": "9.0.12",
3
+ "version": "9.0.14",
4
4
  "description": "Fluent UI React Label component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,8 +31,8 @@
31
31
  "@fluentui/scripts": "^1.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-theme": "^9.1.3",
35
- "@fluentui/react-utilities": "^9.2.2",
34
+ "@fluentui/react-theme": "^9.1.5",
35
+ "@fluentui/react-utilities": "^9.3.0",
36
36
  "@griffel/react": "^1.4.2",
37
37
  "tslib": "^2.1.0"
38
38
  },