@fluentui/react-label 9.0.0 → 9.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,78 @@
2
2
  "name": "@fluentui/react-label",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 15:08:50 GMT",
5
+ "date": "Thu, 14 Jul 2022 21:18:47 GMT",
6
+ "tag": "@fluentui/react-label_v9.0.3",
7
+ "version": "9.0.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-label",
13
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
14
+ "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-label",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.2",
20
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 14 Jul 2022 17:06:19 GMT",
27
+ "tag": "@fluentui/react-label_v9.0.2",
28
+ "version": "9.0.2",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "Humberto.Morimoto@microsoft.com",
33
+ "package": "@fluentui/react-label",
34
+ "commit": "422636fffd66758c1a6dd617063582d902b61927",
35
+ "comment": "docs: Replacing https://aka.ms/fluentui-storybook with https://react.fluentui.dev/ to point to the official documentation site."
36
+ }
37
+ ],
38
+ "patch": [
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-label",
42
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
43
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-label",
48
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
49
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Tue, 28 Jun 2022 17:39:49 GMT",
56
+ "tag": "@fluentui/react-label_v9.0.1",
57
+ "version": "9.0.1",
58
+ "comments": {
59
+ "patch": [
60
+ {
61
+ "author": "lingfangao@hotmail.com",
62
+ "package": "@fluentui/react-label",
63
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
64
+ "comment": "fix: Use caret dependency range for Griffel"
65
+ },
66
+ {
67
+ "author": "beachball",
68
+ "package": "@fluentui/react-label",
69
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
70
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
71
+ }
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "date": "Tue, 28 Jun 2022 15:13:38 GMT",
6
77
  "tag": "@fluentui/react-label_v9.0.0",
7
78
  "version": "9.0.0",
8
79
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,42 @@
1
1
  # Change Log - @fluentui/react-label
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 15:08:50 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 21:18:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.3)
8
+
9
+ Thu, 14 Jul 2022 21:18:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.2..@fluentui/react-label_v9.0.3)
11
+
12
+ ### Patches
13
+
14
+ - fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.0.2 ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by beachball)
16
+
17
+ ## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.2)
18
+
19
+ Thu, 14 Jul 2022 17:06:19 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.1..@fluentui/react-label_v9.0.2)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
25
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
26
+
27
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.1)
28
+
29
+ Tue, 28 Jun 2022 17:39:49 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0..@fluentui/react-label_v9.0.1)
31
+
32
+ ### Patches
33
+
34
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
35
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
36
+
7
37
  ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0)
8
38
 
9
- Tue, 28 Jun 2022 15:08:50 GMT
39
+ Tue, 28 Jun 2022 15:13:38 GMT
10
40
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-rc.6..@fluentui/react-label_v9.0.0)
11
41
 
12
42
  ### Patches
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluentui/react-label
2
2
 
3
- **Label components for [Fluent UI React](https://aka.ms/fluentui-storybook)**
3
+ **Label components for [Fluent UI React](https://react.fluentui.dev/)**
4
4
 
5
5
  Labels provide a name or title to a component or group of components, e.g., text fields, checkboxes, radio buttons, and dropdown menus.
6
6
 
@@ -33,7 +33,7 @@ export const labelExample = () => {
33
33
  };
34
34
  ```
35
35
 
36
- See [Fluent UI Storybook](https://aka.ms/fluentui-storybook) for more detailed usage examples.
36
+ See [Fluent UI Storybook](https://react.fluentui.dev/) for more detailed usage examples.
37
37
 
38
38
  Alternatively, run Storybook locally with:
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-label",
3
- "version": "9.0.0",
3
+ "version": "9.0.3",
4
4
  "description": "Fluent UI React Label component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,13 +28,13 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.9",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.11",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/react-theme": "^9.0.0",
36
- "@fluentui/react-utilities": "^9.0.0",
37
- "@griffel/react": "1.2.0",
36
+ "@fluentui/react-utilities": "^9.0.2",
37
+ "@griffel/react": "^1.2.0",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {