@fluentui/react-label 0.0.0-nightly-20220329-0420.1 → 0.0.0-nightly-20220401-0417.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@fluentui/react-label",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 29 Mar 2022 04:30:54 GMT",
6
- "tag": "@fluentui/react-label_v0.0.0-nightly-20220329-0420.1",
7
- "version": "0.0.0-nightly-20220329-0420.1",
5
+ "date": "Fri, 01 Apr 2022 04:26:21 GMT",
6
+ "tag": "@fluentui/react-label_v0.0.0-nightly-20220401-0417.1",
7
+ "version": "0.0.0-nightly-20220401-0417.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -28,20 +28,20 @@
28
28
  {
29
29
  "author": "beachball",
30
30
  "package": "@fluentui/react-label",
31
- "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220329-0420.1",
32
- "commit": "0c96e9cadb4162a239f689e2b6859c8de761d14d"
31
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220401-0417.1",
32
+ "commit": "a208a31bf7f943c24abaee8eac20b7a9e469db95"
33
33
  },
34
34
  {
35
35
  "author": "beachball",
36
36
  "package": "@fluentui/react-label",
37
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220329-0420.1",
38
- "commit": "0c96e9cadb4162a239f689e2b6859c8de761d14d"
37
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220401-0417.1",
38
+ "commit": "a208a31bf7f943c24abaee8eac20b7a9e469db95"
39
39
  },
40
40
  {
41
41
  "author": "beachball",
42
42
  "package": "@fluentui/react-label",
43
- "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220329-0420.1",
44
- "commit": "0c96e9cadb4162a239f689e2b6859c8de761d14d"
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220401-0417.1",
44
+ "commit": "a208a31bf7f943c24abaee8eac20b7a9e469db95"
45
45
  }
46
46
  ],
47
47
  "none": [
@@ -50,6 +50,12 @@
50
50
  "package": "@fluentui/react-label",
51
51
  "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
52
52
  "comment": "Update React dev deps and hoist them to the repo root"
53
+ },
54
+ {
55
+ "author": "mgodbolt@microsoft.com",
56
+ "package": "@fluentui/react-label",
57
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
58
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
53
59
  }
54
60
  ]
55
61
  }
package/CHANGELOG.md CHANGED
@@ -1,22 +1,22 @@
1
1
  # Change Log - @fluentui/react-label
2
2
 
3
- This log was last generated on Tue, 29 Mar 2022 04:30:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 01 Apr 2022 04:26:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220329-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v0.0.0-nightly-20220329-0420.1)
7
+ ## [0.0.0-nightly-20220401-0417.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v0.0.0-nightly-20220401-0417.1)
8
8
 
9
- Tue, 29 Mar 2022 04:30:54 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.9..@fluentui/react-label_v0.0.0-nightly-20220329-0420.1)
9
+ Fri, 01 Apr 2022 04:26:21 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.9..@fluentui/react-label_v0.0.0-nightly-20220401-0417.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
15
15
  - Add static classnames to Label ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
16
16
  - Removing star exports. ([PR #22138](https://github.com/microsoft/fluentui/pull/22138) by Humberto.Morimoto@microsoft.com)
17
- - Bump @fluentui/react-theme to v0.0.0-nightly-20220329-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/0c96e9cadb4162a239f689e2b6859c8de761d14d) by beachball)
18
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20220329-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/0c96e9cadb4162a239f689e2b6859c8de761d14d) by beachball)
19
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220329-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/0c96e9cadb4162a239f689e2b6859c8de761d14d) by beachball)
17
+ - Bump @fluentui/react-theme to v0.0.0-nightly-20220401-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/a208a31bf7f943c24abaee8eac20b7a9e469db95) by beachball)
18
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20220401-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/a208a31bf7f943c24abaee8eac20b7a9e469db95) by beachball)
19
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220401-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/a208a31bf7f943c24abaee8eac20b7a9e469db95) by beachball)
20
20
 
21
21
  ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.9)
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-label",
3
- "version": "0.0.0-nightly-20220329-0420.1",
3
+ "version": "0.0.0-nightly-20220401-0417.1",
4
4
  "description": "Fluent UI React Label component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,12 +28,12 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220329-0420.1",
31
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220401-0417.1",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-theme": "0.0.0-nightly-20220329-0420.1",
36
- "@fluentui/react-utilities": "0.0.0-nightly-20220329-0420.1",
35
+ "@fluentui/react-theme": "0.0.0-nightly-20220401-0417.1",
36
+ "@fluentui/react-utilities": "0.0.0-nightly-20220401-0417.1",
37
37
  "@griffel/react": "1.0.0",
38
38
  "tslib": "^2.1.0"
39
39
  },