@fluentui/react-jsx-runtime 0.0.0-nightly-20240118-0405.1 → 0.0.0-nightly-20240122-0406.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -7
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,20 +1,29 @@
1
1
  # Change Log - @fluentui/react-jsx-runtime
2
2
 
3
- This log was last generated on Thu, 18 Jan 2024 04:20:49 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 Jan 2024 04:22:14 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240118-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v0.0.0-nightly-20240118-0405.1)
7
+ ## [0.0.0-nightly-20240122-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v0.0.0-nightly-20240122-0406.1)
8
8
 
9
- Thu, 18 Jan 2024 04:20:49 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.26..@fluentui/react-jsx-runtime_v0.0.0-nightly-20240118-0405.1)
9
+ Mon, 22 Jan 2024 04:22:14 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.27..@fluentui/react-jsx-runtime_v0.0.0-nightly-20240122-0406.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
15
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20240118-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/efdb5dc77e137ac60ade2b8829e84525a6696eed) by beachball)
16
- - Bump @fluentui/react-conformance to v0.0.0-nightly-20240118-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/efdb5dc77e137ac60ade2b8829e84525a6696eed) by beachball)
17
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240118-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/efdb5dc77e137ac60ade2b8829e84525a6696eed) by beachball)
15
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20240122-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/41b778490069e13e17b9d07e6615790cf5bc0e12) by beachball)
16
+ - Bump @fluentui/react-conformance to v0.0.0-nightly-20240122-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/41b778490069e13e17b9d07e6615790cf5bc0e12) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240122-0406.1 ([commit](https://github.com/microsoft/fluentui/commit/41b778490069e13e17b9d07e6615790cf5bc0e12) by beachball)
18
+
19
+ ## [9.0.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.27)
20
+
21
+ Thu, 18 Jan 2024 14:25:03 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.26..@fluentui/react-jsx-runtime_v9.0.27)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-utilities to v9.16.1 ([PR #30046](https://github.com/microsoft/fluentui/pull/30046) by beachball)
18
27
 
19
28
  ## [9.0.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.26)
20
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-jsx-runtime",
3
- "version": "0.0.0-nightly-20240118-0405.1",
3
+ "version": "0.0.0-nightly-20240122-0406.1",
4
4
  "description": "Custom JSX runtime for @fluentui/react-components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@fluentui/eslint-plugin": "*",
28
- "@fluentui/react-conformance": "0.0.0-nightly-20240118-0405.1",
29
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20240118-0405.1",
28
+ "@fluentui/react-conformance": "0.0.0-nightly-20240122-0406.1",
29
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20240122-0406.1",
30
30
  "@fluentui/scripts-api-extractor": "*",
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-utilities": "0.0.0-nightly-20240118-0405.1",
34
+ "@fluentui/react-utilities": "0.0.0-nightly-20240122-0406.1",
35
35
  "react-is": "^17.0.2",
36
36
  "@swc/helpers": "^0.5.1"
37
37
  },