@fluentui/react-label 9.0.4 → 9.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,48 @@
2
2
  "name": "@fluentui/react-label",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 03 Aug 2022 16:00:17 GMT",
5
+ "date": "Thu, 15 Sep 2022 09:44:27 GMT",
6
+ "tag": "@fluentui/react-label_v9.0.5",
7
+ "version": "9.0.5",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-label",
13
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
14
+ "comment": "chore: update package scaffold"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "olfedias@microsoft.com",
20
+ "package": "@fluentui/react-label",
21
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
22
+ "comment": "chore: Update Griffel to latest version"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-label",
27
+ "comment": "Bump @fluentui/react-theme to v9.1.0",
28
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-label",
33
+ "comment": "Bump @fluentui/react-utilities to v9.1.0",
34
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-label",
39
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
40
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Wed, 03 Aug 2022 16:03:50 GMT",
6
47
  "tag": "@fluentui/react-label_v9.0.4",
7
48
  "version": "9.0.4",
8
49
  "comments": {
@@ -17,7 +58,7 @@
17
58
  "author": "beachball",
18
59
  "package": "@fluentui/react-label",
19
60
  "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
20
- "commit": "54bc6105c5c9c9023da35d4670239e44117ed4a5"
61
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
21
62
  }
22
63
  ],
23
64
  "none": [
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # Change Log - @fluentui/react-label
2
2
 
3
- This log was last generated on Wed, 03 Aug 2022 16:00:17 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 15 Sep 2022 09:44:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.5)
8
+
9
+ Thu, 15 Sep 2022 09:44:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.4..@fluentui/react-label_v9.0.5)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
18
+
7
19
  ## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.4)
8
20
 
9
- Wed, 03 Aug 2022 16:00:17 GMT
21
+ Wed, 03 Aug 2022 16:03:50 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.3..@fluentui/react-label_v9.0.4)
11
23
 
12
24
  ### Patches
13
25
 
14
26
  - chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
15
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24201](https://github.com/microsoft/fluentui/pull/24201) by beachball)
27
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
16
28
 
17
29
  ## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.3)
18
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-label",
3
- "version": "9.0.4",
3
+ "version": "9.0.5",
4
4
  "description": "Fluent UI React Label component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,20 +21,20 @@
21
21
  "start": "yarn storybook",
22
22
  "test": "jest --passWithNoTests",
23
23
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
24
- "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-label/src && yarn docs",
25
- "storybook": "node ../../../scripts/storybook/runner",
24
+ "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-label/src && yarn docs",
25
+ "storybook": "start-storybook",
26
26
  "type-check": "tsc -b tsconfig.json"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.12",
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.13",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-theme": "^9.0.0",
36
- "@fluentui/react-utilities": "^9.0.2",
37
- "@griffel/react": "^1.2.3",
35
+ "@fluentui/react-theme": "^9.1.0",
36
+ "@fluentui/react-utilities": "^9.1.0",
37
+ "@griffel/react": "^1.3.0",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.1"
9
- }
10
- ]
11
- }