@fluentui-copilot/react-morse-code 0.0.0-nightly-20250924-0412-4aabd2f4.1 → 0.0.0-nightly-20250930-0404-ced6fa3a.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,9 @@
2
2
  "name": "@fluentui-copilot/react-morse-code",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 24 Sep 2025 04:19:16 GMT",
6
- "tag": "@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250924-0412-4aabd2f4.1",
7
- "version": "0.0.0-nightly-20250924-0412-4aabd2f4.1",
5
+ "date": "Tue, 30 Sep 2025 04:11:59 GMT",
6
+ "tag": "@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250930-0404-ced6fa3a.1",
7
+ "version": "0.0.0-nightly-20250930-0404-ced6fa3a.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,6 +16,21 @@
16
16
  ]
17
17
  }
18
18
  },
19
+ {
20
+ "date": "Mon, 29 Sep 2025 20:26:50 GMT",
21
+ "tag": "@fluentui-copilot/react-morse-code_v0.0.13",
22
+ "version": "0.0.13",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "tristan.watanabe@gmail.com",
27
+ "package": "@fluentui-copilot/react-morse-code",
28
+ "commit": "eb866bbd84d778637cb17f869920ae47a3eeec50",
29
+ "comment": "fix: type issues after React 18 upgrade."
30
+ }
31
+ ]
32
+ }
33
+ },
19
34
  {
20
35
  "date": "Thu, 17 Jul 2025 17:49:25 GMT",
21
36
  "tag": "@fluentui-copilot/react-morse-code_v0.0.11",
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Change Log - @fluentui-copilot/react-morse-code
2
2
 
3
- This log was last generated on Wed, 24 Sep 2025 04:19:16 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 30 Sep 2025 04:11:59 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20250924-0412-4aabd2f4.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250924-0412-4aabd2f4.1)
7
+ ## [0.0.0-nightly-20250930-0404-ced6fa3a.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250930-0404-ced6fa3a.1)
8
8
 
9
- Wed, 24 Sep 2025 04:19:16 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.11..@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250924-0412-4aabd2f4.1)
9
+ Tue, 30 Sep 2025 04:11:59 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.13..@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250930-0404-ced6fa3a.1)
11
11
 
12
12
  ### Changes
13
13
 
14
14
  - Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
15
15
 
16
+ ## [0.0.13](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.13)
17
+
18
+ Mon, 29 Sep 2025 20:26:50 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.11..@fluentui-copilot/react-morse-code_v0.0.13)
20
+
21
+ ### Patches
22
+
23
+ - fix: type issues after React 18 upgrade. ([PR #3341](https://github.com/microsoft/fluentai/pull/3341) by tristan.watanabe@gmail.com)
24
+
16
25
  ## [0.0.11](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.11)
17
26
 
18
27
  Thu, 17 Jul 2025 17:49:25 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-morse-code",
3
- "version": "0.0.0-nightly-20250924-0412-4aabd2f4.1",
3
+ "version": "0.0.0-nightly-20250930-0404-ced6fa3a.1",
4
4
  "description": "A Fluent AI package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,12 +13,12 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui-contrib/houdini-utils": "0.3.5",
16
- "@fluentui-copilot/morse-code": "0.0.0-nightly-20250924-0412-4aabd2f4.1",
16
+ "@fluentui-copilot/morse-code": "0.0.0-nightly-20250930-0404-ced6fa3a.1",
17
17
  "@swc/helpers": "^0.5.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "@fluentui/react-components": ">=9.66.0 <10.0.0",
21
- "@fluentui/react-jsx-runtime": ">=9.1.1 <10.0.0",
20
+ "@fluentui/react-components": ">=9.70.0 <10.0.0",
21
+ "@fluentui/react-jsx-runtime": ">=9.2.0 <10.0.0",
22
22
  "@types/react": ">=16.14.0 <19.0.0",
23
23
  "@types/react-dom": ">=16.9.8 <19.0.0",
24
24
  "react": ">=16.14.0 <19.0.0",