@fluentui/react-badge 9.0.14 → 9.0.16

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,43 @@
2
2
  "name": "@fluentui/react-badge",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 05 Dec 2022 18:25:37 GMT",
5
+ "date": "Wed, 21 Dec 2022 10:17:16 GMT",
6
+ "tag": "@fluentui/react-badge_v9.0.16",
7
+ "version": "9.0.16",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-badge",
13
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
14
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 20 Dec 2022 14:59:34 GMT",
21
+ "tag": "@fluentui/react-badge_v9.0.15",
22
+ "version": "9.0.15",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-badge",
28
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
29
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-badge",
34
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
35
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Mon, 05 Dec 2022 18:29:39 GMT",
6
42
  "tag": "@fluentui/react-badge_v9.0.14",
7
43
  "version": "9.0.14",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Mon, 05 Dec 2022 18:25:37 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Dec 2022 10:17:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.16)
8
+
9
+ Wed, 21 Dec 2022 10:17:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.15..@fluentui/react-badge_v9.0.16)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
15
+
16
+ ## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.15)
17
+
18
+ Tue, 20 Dec 2022 14:59:34 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.14..@fluentui/react-badge_v9.0.15)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
24
+ - Bump @fluentui/react-utilities to v9.3.0 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
25
+
7
26
  ## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.14)
8
27
 
9
- Mon, 05 Dec 2022 18:25:37 GMT
28
+ Mon, 05 Dec 2022 18:29:39 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.13..@fluentui/react-badge_v9.0.14)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-badge",
3
- "version": "9.0.14",
3
+ "version": "9.0.16",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,8 +33,8 @@
33
33
  "dependencies": {
34
34
  "@fluentui/react-icons": "^2.0.175",
35
35
  "@griffel/react": "^1.4.2",
36
- "@fluentui/react-theme": "^9.1.3",
37
- "@fluentui/react-utilities": "^9.2.2",
36
+ "@fluentui/react-theme": "^9.1.5",
37
+ "@fluentui/react-utilities": "^9.3.0",
38
38
  "tslib": "^2.1.0"
39
39
  },
40
40
  "peerDependencies": {