@fluentui/react-badge 9.0.11 → 9.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +42 -1
- package/CHANGELOG.md +14 -2
- package/package.json +8 -7
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,48 @@
|
|
2
2
|
"name": "@fluentui/react-badge",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Fri, 11 Nov 2022 14:53:41 GMT",
|
6
|
+
"tag": "@fluentui/react-badge_v9.0.12",
|
7
|
+
"version": "9.0.12",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-badge",
|
13
|
+
"commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
|
14
|
+
"comment": "test: replace deprecated module.parent with require.main within isConformance"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"patch": [
|
18
|
+
{
|
19
|
+
"author": "martinhochel@microsoft.com",
|
20
|
+
"package": "@fluentui/react-badge",
|
21
|
+
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
|
22
|
+
"comment": "fix: create valid export maps"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-badge",
|
27
|
+
"comment": "Bump @fluentui/react-theme to v9.1.2",
|
28
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-badge",
|
33
|
+
"comment": "Bump @fluentui/react-utilities to v9.2.1",
|
34
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-badge",
|
39
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
|
40
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"date": "Wed, 02 Nov 2022 11:57:48 GMT",
|
6
47
|
"tag": "@fluentui/react-badge_v9.0.11",
|
7
48
|
"version": "9.0.11",
|
8
49
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,24 @@
|
|
1
1
|
# Change Log - @fluentui/react-badge
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 11 Nov 2022 14:53:41 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.12)
|
8
|
+
|
9
|
+
Fri, 11 Nov 2022 14:53:41 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.11..@fluentui/react-badge_v9.0.12)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
15
|
+
- Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.2.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
18
|
+
|
7
19
|
## [9.0.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.11)
|
8
20
|
|
9
|
-
Wed, 02 Nov 2022 11:
|
21
|
+
Wed, 02 Nov 2022 11:57:48 GMT
|
10
22
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.10..@fluentui/react-badge_v9.0.11)
|
11
23
|
|
12
24
|
### Patches
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-badge",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.12",
|
4
4
|
"description": "React components for building web experiences",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
7
|
-
"typings": "dist/index.d.ts",
|
7
|
+
"typings": "./dist/index.d.ts",
|
8
8
|
"sideEffects": false,
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
@@ -28,14 +28,14 @@
|
|
28
28
|
"devDependencies": {
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
30
|
"@fluentui/react-conformance": "*",
|
31
|
-
"@fluentui/react-conformance-griffel": "9.0.0-beta.
|
31
|
+
"@fluentui/react-conformance-griffel": "9.0.0-beta.18",
|
32
32
|
"@fluentui/scripts": "^1.0.0"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
35
|
"@fluentui/react-icons": "^2.0.175",
|
36
36
|
"@griffel/react": "^1.4.2",
|
37
|
-
"@fluentui/react-theme": "^9.1.
|
38
|
-
"@fluentui/react-utilities": "^9.2.
|
37
|
+
"@fluentui/react-theme": "^9.1.2",
|
38
|
+
"@fluentui/react-utilities": "^9.2.1",
|
39
39
|
"tslib": "^2.1.0"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|
@@ -52,9 +52,10 @@
|
|
52
52
|
},
|
53
53
|
"exports": {
|
54
54
|
".": {
|
55
|
-
"types": "./
|
55
|
+
"types": "./dist/index.d.ts",
|
56
56
|
"import": "./lib/index.js",
|
57
57
|
"require": "./lib-commonjs/index.js"
|
58
|
-
}
|
58
|
+
},
|
59
|
+
"./package.json": "./package.json"
|
59
60
|
}
|
60
61
|
}
|