@fluentui/react-badge 0.0.0-nightly-20220525-0423.1 → 0.0.0-nightly-20220531-0421.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,9 +2,30 @@
2
2
  "name": "@fluentui/react-badge",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 25 May 2022 04:35:47 GMT",
6
- "tag": "@fluentui/react-badge_v0.0.0-nightly-20220525-0423.1",
7
- "version": "0.0.0-nightly-20220525-0423.1",
5
+ "date": "Tue, 31 May 2022 04:31:12 GMT",
6
+ "tag": "@fluentui/react-badge_v0.0.0-nightly-20220531-0421.1",
7
+ "version": "0.0.0-nightly-20220531-0421.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-badge",
13
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-badge",
19
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220531-0421.1",
20
+ "commit": "387c27574bf67b9a6eabd24706d59253c3f66487"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 26 May 2022 21:01:22 GMT",
27
+ "tag": "@fluentui/react-badge_v9.0.0-rc.11",
28
+ "version": "9.0.0-rc.11",
8
29
  "comments": {
9
30
  "prerelease": [
10
31
  {
package/CHANGELOG.md CHANGED
@@ -1,13 +1,23 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Wed, 25 May 2022 04:35:47 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 31 May 2022 04:31:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220525-0423.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v0.0.0-nightly-20220525-0423.1)
7
+ ## [0.0.0-nightly-20220531-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v0.0.0-nightly-20220531-0421.1)
8
8
 
9
- Wed, 25 May 2022 04:35:47 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.10..@fluentui/react-badge_v0.0.0-nightly-20220525-0423.1)
9
+ Tue, 31 May 2022 04:31:12 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.11..@fluentui/react-badge_v0.0.0-nightly-20220531-0421.1)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220531-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/387c27574bf67b9a6eabd24706d59253c3f66487) by beachball)
16
+
17
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.11)
18
+
19
+ Thu, 26 May 2022 21:01:22 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.10..@fluentui/react-badge_v9.0.0-rc.11)
11
21
 
12
22
  ### Changes
13
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-badge",
3
- "version": "0.0.0-nightly-20220525-0423.1",
3
+ "version": "0.0.0-nightly-20220531-0421.1",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,14 +28,14 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220525-0423.0",
31
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220531-0421.1",
32
32
  "@fluentui/scripts": "^1.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/react-icons": "^2.0.166-rc.3",
36
- "@griffel/react": "1.0.5",
37
- "@fluentui/react-theme": "0.0.0-nightly-20220525-0423.0",
38
- "@fluentui/react-utilities": "0.0.0-nightly-20220525-0423.0",
36
+ "@griffel/react": "1.1.0",
37
+ "@fluentui/react-theme": "0.0.0-nightly-20220531-0421.0",
38
+ "@fluentui/react-utilities": "0.0.0-nightly-20220531-0421.0",
39
39
  "tslib": "^2.1.0"
40
40
  },
41
41
  "peerDependencies": {