@fluentui/react-label 9.1.7 → 9.1.9

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@fluentui/react-label",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 04 Apr 2023 18:42:19 GMT",
5
+ "date": "Mon, 17 Apr 2023 17:50:13 GMT",
6
+ "tag": "@fluentui/react-label_v9.1.9",
7
+ "version": "9.1.9",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-label",
13
+ "comment": "Bump @fluentui/react-utilities to v9.8.0",
14
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 12 Apr 2023 09:31:45 GMT",
21
+ "tag": "@fluentui/react-label_v9.1.8",
22
+ "version": "9.1.8",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-label",
28
+ "comment": "Bump @fluentui/react-utilities to v9.7.4",
29
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Tue, 04 Apr 2023 18:44:50 GMT",
6
36
  "tag": "@fluentui/react-label_v9.1.7",
7
37
  "version": "9.1.7",
8
38
  "comments": {
@@ -11,7 +41,7 @@
11
41
  "author": "beachball",
12
42
  "package": "@fluentui/react-label",
13
43
  "comment": "Bump @fluentui/react-utilities to v9.7.3",
14
- "commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
44
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
15
45
  }
16
46
  ]
17
47
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
1
  # Change Log - @fluentui/react-label
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 Mon, 17 Apr 2023 17:50:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.1.9)
8
+
9
+ Mon, 17 Apr 2023 17:50:13 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.1.8..@fluentui/react-label_v9.1.9)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-utilities to v9.8.0 ([PR #27564](https://github.com/microsoft/fluentui/pull/27564) by beachball)
15
+
16
+ ## [9.1.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.1.8)
17
+
18
+ Wed, 12 Apr 2023 09:31:45 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.1.7..@fluentui/react-label_v9.1.8)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-utilities to v9.7.4 ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by beachball)
24
+
7
25
  ## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.1.7)
8
26
 
9
- Tue, 04 Apr 2023 18:42:19 GMT
27
+ Tue, 04 Apr 2023 18:44:50 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.1.5..@fluentui/react-label_v9.1.7)
11
29
 
12
30
  ### Patches
13
31
 
14
- - Bump @fluentui/react-utilities to v9.7.3 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.7.3 ([PR #27434](https://github.com/microsoft/fluentui/pull/27434) by beachball)
15
33
 
16
34
  ## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.1.5)
17
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-label",
3
- "version": "9.1.7",
3
+ "version": "9.1.9",
4
4
  "description": "Fluent UI React Label component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@fluentui/react-shared-contexts": "^9.3.3",
36
36
  "@fluentui/react-theme": "^9.1.7",
37
- "@fluentui/react-utilities": "^9.7.3",
37
+ "@fluentui/react-utilities": "^9.8.0",
38
38
  "@griffel/react": "^1.5.2",
39
39
  "@swc/helpers": "^0.4.14"
40
40
  },