@fluentui/react-badge 9.2.1 → 9.2.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,106 @@
2
2
  "name": "@fluentui/react-badge",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 20 Sep 2023 17:40:42 GMT",
5
+ "date": "Mon, 02 Oct 2023 08:53:05 GMT",
6
+ "tag": "@fluentui/react-badge_v9.2.4",
7
+ "version": "9.2.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-badge",
13
+ "comment": "Bump @fluentui/react-shared-contexts to v9.9.2",
14
+ "commit": "18ddec93bdb85a009bc1392058c52b2ea336340e"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 26 Sep 2023 17:49:02 GMT",
21
+ "tag": "@fluentui/react-badge_v9.2.3",
22
+ "version": "9.2.3",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "yuanboxue@microsoft.com",
27
+ "package": "@fluentui/react-badge",
28
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
29
+ "comment": "chore: trigger manual version bump after broken release"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-badge",
34
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12",
35
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-badge",
40
+ "comment": "Bump @fluentui/react-shared-contexts to v9.9.1",
41
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-badge",
46
+ "comment": "Bump @fluentui/react-theme to v9.1.14",
47
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-badge",
52
+ "comment": "Bump @fluentui/react-utilities to v9.13.5",
53
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Tue, 26 Sep 2023 15:32:05 GMT",
60
+ "tag": "@fluentui/react-badge_v9.2.2",
61
+ "version": "9.2.2",
62
+ "comments": {
63
+ "patch": [
64
+ {
65
+ "author": "martinhochel@microsoft.com",
66
+ "package": "@fluentui/react-badge",
67
+ "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
68
+ "comment": "fix: bump swc core to mitigate transpilation memory leaks"
69
+ },
70
+ {
71
+ "author": "ololubek@microsoft.com",
72
+ "package": "@fluentui/react-badge",
73
+ "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49",
74
+ "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-badge",
79
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.11",
80
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-badge",
85
+ "comment": "Bump @fluentui/react-shared-contexts to v9.9.0",
86
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-badge",
91
+ "comment": "Bump @fluentui/react-theme to v9.1.13",
92
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-badge",
97
+ "comment": "Bump @fluentui/react-utilities to v9.13.4",
98
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
99
+ }
100
+ ]
101
+ }
102
+ },
103
+ {
104
+ "date": "Wed, 20 Sep 2023 17:47:35 GMT",
6
105
  "tag": "@fluentui/react-badge_v9.2.1",
7
106
  "version": "9.2.1",
8
107
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,48 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Wed, 20 Sep 2023 17:40:42 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 02 Oct 2023 08:53:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.4)
8
+
9
+ Mon, 02 Oct 2023 08:53:05 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.3..@fluentui/react-badge_v9.2.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.9.2 ([PR #29351](https://github.com/microsoft/fluentui/pull/29351) by beachball)
15
+
16
+ ## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.3)
17
+
18
+ Tue, 26 Sep 2023 17:49:02 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.2..@fluentui/react-badge_v9.2.3)
20
+
21
+ ### Patches
22
+
23
+ - chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
24
+ - Bump @fluentui/react-jsx-runtime to v9.0.12 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
25
+ - Bump @fluentui/react-shared-contexts to v9.9.1 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
26
+ - Bump @fluentui/react-theme to v9.1.14 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.13.5 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
28
+
29
+ ## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.2)
30
+
31
+ Tue, 26 Sep 2023 15:32:05 GMT
32
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.1..@fluentui/react-badge_v9.2.2)
33
+
34
+ ### Patches
35
+
36
+ - fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
37
+ - chore: Update react-icons version to pick up IconDirectionContextProvider updated export ([PR #29151](https://github.com/microsoft/fluentui/pull/29151) by ololubek@microsoft.com)
38
+ - Bump @fluentui/react-jsx-runtime to v9.0.11 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
39
+ - Bump @fluentui/react-shared-contexts to v9.9.0 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
40
+ - Bump @fluentui/react-theme to v9.1.13 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
41
+ - Bump @fluentui/react-utilities to v9.13.4 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
42
+
7
43
  ## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.2.1)
8
44
 
9
- Wed, 20 Sep 2023 17:40:42 GMT
45
+ Wed, 20 Sep 2023 17:47:35 GMT
10
46
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.2.0..@fluentui/react-badge_v9.2.1)
11
47
 
12
48
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-badge",
3
- "version": "9.2.1",
3
+ "version": "9.2.4",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,11 +33,11 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-icons": "^2.0.207",
37
- "@fluentui/react-jsx-runtime": "^9.0.10",
38
- "@fluentui/react-shared-contexts": "^9.8.1",
39
- "@fluentui/react-theme": "^9.1.12",
40
- "@fluentui/react-utilities": "^9.13.3",
36
+ "@fluentui/react-icons": "^2.0.217",
37
+ "@fluentui/react-jsx-runtime": "^9.0.12",
38
+ "@fluentui/react-shared-contexts": "^9.9.2",
39
+ "@fluentui/react-theme": "^9.1.14",
40
+ "@fluentui/react-utilities": "^9.13.5",
41
41
  "@griffel/react": "^1.5.14",
42
42
  "@swc/helpers": "^0.5.1"
43
43
  },