@fluentui/react-jsx-runtime 9.0.0-alpha.6 → 9.0.0-alpha.8

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,7 +2,43 @@
2
2
  "name": "@fluentui/react-jsx-runtime",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 31 May 2023 06:43:06 GMT",
5
+ "date": "Mon, 26 Jun 2023 09:51:06 GMT",
6
+ "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.8",
7
+ "version": "9.0.0-alpha.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-jsx-runtime",
13
+ "comment": "Bump @fluentui/react-utilities to v9.9.4",
14
+ "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 20 Jun 2023 12:39:07 GMT",
21
+ "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.7",
22
+ "version": "9.0.0-alpha.7",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-jsx-runtime",
28
+ "comment": "Bump @fluentui/react-utilities to v9.9.3",
29
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-jsx-runtime",
34
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23",
35
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 31 May 2023 06:46:23 GMT",
6
42
  "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.6",
7
43
  "version": "9.0.0-alpha.6",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-jsx-runtime
2
2
 
3
- This log was last generated on Wed, 31 May 2023 06:43:06 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 26 Jun 2023 09:51:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.8)
8
+
9
+ Mon, 26 Jun 2023 09:51:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.7..@fluentui/react-jsx-runtime_v9.0.0-alpha.8)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-utilities to v9.9.4 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
15
+
16
+ ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.7)
17
+
18
+ Tue, 20 Jun 2023 12:39:07 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.6..@fluentui/react-jsx-runtime_v9.0.0-alpha.7)
20
+
21
+ ### Changes
22
+
23
+ - Bump @fluentui/react-utilities to v9.9.3 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball)
24
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball)
25
+
7
26
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.6)
8
27
 
9
- Wed, 31 May 2023 06:43:06 GMT
28
+ Wed, 31 May 2023 06:46:23 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.5..@fluentui/react-jsx-runtime_v9.0.0-alpha.6)
11
30
 
12
31
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-jsx-runtime",
3
- "version": "9.0.0-alpha.6",
3
+ "version": "9.0.0-alpha.8",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,12 +25,12 @@
25
25
  "devDependencies": {
26
26
  "@fluentui/eslint-plugin": "*",
27
27
  "@fluentui/react-conformance": "*",
28
- "@fluentui/react-conformance-griffel": "9.0.0-beta.22",
28
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.23",
29
29
  "@fluentui/scripts-api-extractor": "*",
30
30
  "@fluentui/scripts-tasks": "*"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/react-utilities": "^9.9.2",
33
+ "@fluentui/react-utilities": "^9.9.4",
34
34
  "@swc/helpers": "^0.4.14"
35
35
  },
36
36
  "peerDependencies": {