@fluentui/react-jsx-runtime 9.0.0-alpha.10 → 9.0.0-alpha.11

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,22 @@
2
2
  "name": "@fluentui/react-jsx-runtime",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 03 Jul 2023 11:54:01 GMT",
5
+ "date": "Tue, 11 Jul 2023 18:44:12 GMT",
6
+ "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
7
+ "version": "9.0.0-alpha.11",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-jsx-runtime",
13
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
14
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 03 Jul 2023 11:57:14 GMT",
6
21
  "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.10",
7
22
  "version": "9.0.0-alpha.10",
8
23
  "comments": {
@@ -11,7 +26,7 @@
11
26
  "author": "beachball",
12
27
  "package": "@fluentui/react-jsx-runtime",
13
28
  "comment": "Bump @fluentui/react-utilities to v9.10.1",
14
- "commit": "e7a838bfd1ce4b077d265295fcbef8dc2177e724"
29
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
15
30
  }
16
31
  ]
17
32
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @fluentui/react-jsx-runtime
2
2
 
3
- This log was last generated on Mon, 03 Jul 2023 11:54:01 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Jul 2023 18:44:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.11)
8
+
9
+ Tue, 11 Jul 2023 18:44:12 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.10..@fluentui/react-jsx-runtime_v9.0.0-alpha.11)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-conformance-griffel to v9.0.0 ([PR #28491](https://github.com/microsoft/fluentui/pull/28491) by beachball)
15
+
7
16
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.10)
8
17
 
9
- Mon, 03 Jul 2023 11:54:01 GMT
18
+ Mon, 03 Jul 2023 11:57:14 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.0-alpha.9..@fluentui/react-jsx-runtime_v9.0.0-alpha.10)
11
20
 
12
21
  ### Changes
13
22
 
14
- - Bump @fluentui/react-utilities to v9.10.1 ([PR #28399](https://github.com/microsoft/fluentui/pull/28399) by beachball)
23
+ - Bump @fluentui/react-utilities to v9.10.1 ([PR #28412](https://github.com/microsoft/fluentui/pull/28412) by beachball)
15
24
 
16
25
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.9)
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-jsx-runtime",
3
- "version": "9.0.0-alpha.10",
3
+ "version": "9.0.0-alpha.11",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,7 +25,7 @@
25
25
  "devDependencies": {
26
26
  "@fluentui/eslint-plugin": "*",
27
27
  "@fluentui/react-conformance": "*",
28
- "@fluentui/react-conformance-griffel": "9.0.0-beta.23",
28
+ "@fluentui/react-conformance-griffel": "9.0.0",
29
29
  "@fluentui/scripts-api-extractor": "*",
30
30
  "@fluentui/scripts-tasks": "*"
31
31
  },