@fluentui/react-badge 9.1.21 → 9.1.23

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@fluentui/react-badge",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Jul 2023 18:24:17 GMT",
5
+ "date": "Tue, 01 Aug 2023 10:14:29 GMT",
6
+ "tag": "@fluentui/react-badge_v9.1.23",
7
+ "version": "9.1.23",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-badge",
13
+ "comment": "Bump @fluentui/react-shared-contexts to v9.7.0",
14
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 25 Jul 2023 13:29:16 GMT",
21
+ "tag": "@fluentui/react-badge_v9.1.22",
22
+ "version": "9.1.22",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "ololubek@microsoft.com",
27
+ "package": "@fluentui/react-badge",
28
+ "commit": "1082207b08959996cd736725735cadc01d0849b0",
29
+ "comment": "chore: Update react-icons version to pick up fowardref change."
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 20 Jul 2023 18:27:26 GMT",
6
36
  "tag": "@fluentui/react-badge_v9.1.21",
7
37
  "version": "9.1.21",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Thu, 20 Jul 2023 18:24:17 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Aug 2023 10:14:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.23)
8
+
9
+ Tue, 01 Aug 2023 10:14:29 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.22..@fluentui/react-badge_v9.1.23)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-shared-contexts to v9.7.0 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
15
+
16
+ ## [9.1.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.22)
17
+
18
+ Tue, 25 Jul 2023 13:29:16 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.21..@fluentui/react-badge_v9.1.22)
20
+
21
+ ### Patches
22
+
23
+ - chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
24
+
7
25
  ## [9.1.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.1.21)
8
26
 
9
- Thu, 20 Jul 2023 18:24:17 GMT
27
+ Thu, 20 Jul 2023 18:27:26 GMT
10
28
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.1.20..@fluentui/react-badge_v9.1.21)
11
29
 
12
30
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-badge",
3
- "version": "9.1.21",
3
+ "version": "9.1.23",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,9 +33,9 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-icons": "^2.0.203",
36
+ "@fluentui/react-icons": "^2.0.207",
37
37
  "@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
38
- "@fluentui/react-shared-contexts": "^9.6.0",
38
+ "@fluentui/react-shared-contexts": "^9.7.0",
39
39
  "@fluentui/react-theme": "^9.1.9",
40
40
  "@fluentui/react-utilities": "^9.10.1",
41
41
  "@griffel/react": "^1.5.7",