@fluentui/react-label 9.0.0-alpha.38 → 9.0.0-alpha.39

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-label",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 14 Sep 2021 20:06:25 GMT",
5
+ "date": "Thu, 16 Sep 2021 07:35:43 GMT",
6
+ "tag": "@fluentui/react-label_v9.0.0-alpha.39",
7
+ "version": "9.0.0-alpha.39",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-label",
13
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
14
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.39"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
6
21
  "tag": "@fluentui/react-label_v9.0.0-alpha.38",
7
22
  "version": "9.0.0-alpha.38",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-label
2
2
 
3
- This log was last generated on Tue, 14 Sep 2021 20:06:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 16 Sep 2021 07:35:43 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.39)
8
+
9
+ Thu, 16 Sep 2021 07:35:43 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.38..@fluentui/react-label_v9.0.0-alpha.39)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-label to v9.0.0-alpha.39 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
15
+
7
16
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-alpha.38)
8
17
 
9
- Tue, 14 Sep 2021 20:06:25 GMT
18
+ Tue, 14 Sep 2021 20:09:02 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-alpha.37..@fluentui/react-label_v9.0.0-alpha.38)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-label",
3
- "version": "9.0.0-alpha.38",
3
+ "version": "9.0.0-alpha.39",
4
4
  "description": "Label component for FluentUI library.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,11 +25,11 @@
25
25
  "storybook": "start-storybook"
26
26
  },
27
27
  "devDependencies": {
28
- "@fluentui/babel-make-styles": "9.0.0-alpha.47",
28
+ "@fluentui/babel-make-styles": "9.0.0-alpha.48",
29
29
  "@fluentui/eslint-plugin": "^1.4.1",
30
- "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.40",
30
+ "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.41",
31
31
  "@fluentui/react-conformance": "^0.5.0",
32
- "@fluentui/react-conformance-make-styles": "9.0.0-alpha.9",
32
+ "@fluentui/react-conformance-make-styles": "9.0.0-alpha.10",
33
33
  "@fluentui/scripts": "^1.0.0",
34
34
  "@types/enzyme": "3.10.3",
35
35
  "@types/enzyme-adapter-react-16": "1.0.3",
@@ -43,8 +43,8 @@
43
43
  "react-test-renderer": "^16.3.0"
44
44
  },
45
45
  "dependencies": {
46
- "@fluentui/react-make-styles": "9.0.0-alpha.65",
47
- "@fluentui/react-utilities": "9.0.0-alpha.47",
46
+ "@fluentui/react-make-styles": "9.0.0-alpha.66",
47
+ "@fluentui/react-utilities": "9.0.0-alpha.48",
48
48
  "tslib": "^2.1.0"
49
49
  },
50
50
  "peerDependencies": {