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

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": "Tue, 11 Jul 2023 18:44:12 GMT",
5
+ "date": "Thu, 13 Jul 2023 21:25:42 GMT",
6
+ "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
7
+ "version": "9.0.0-alpha.11",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-jsx-runtime",
13
+ "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
14
+ "comment": "chore: update devDependencies to use * for inner workspace dependencies"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 11 Jul 2023 18:46:36 GMT",
6
21
  "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
7
22
  "version": "9.0.0-alpha.11",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @fluentui/react-jsx-runtime
2
2
 
3
- This log was last generated on Tue, 11 Jul 2023 18:44:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Jul 2023 18:46:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.0-alpha.11)
8
8
 
9
- Tue, 11 Jul 2023 18:44:12 GMT
9
+ Tue, 11 Jul 2023 18:46:36 GMT
10
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
11
 
12
12
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-jsx-runtime",
3
- "version": "9.0.0-alpha.11",
3
+ "version": "9.0.0-alpha.12",
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",
28
+ "@fluentui/react-conformance-griffel": "*",
29
29
  "@fluentui/scripts-api-extractor": "*",
30
30
  "@fluentui/scripts-tasks": "*"
31
31
  },