@fluentui-copilot/react-morse-code 0.0.3 → 0.0.5

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
@@ -1,6 +1,29 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-morse-code",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 30 Apr 2025 01:46:03 GMT",
6
+ "tag": "@fluentui-copilot/react-morse-code_v0.0.5",
7
+ "version": "0.0.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "owcampbe@microsoft.com",
12
+ "package": "@fluentui-copilot/react-morse-code",
13
+ "commit": "5a9efb11481fbe2c9bd25c8825ec4a9b991050ab",
14
+ "comment": "chore: Bump @fluentui/react-components to 9.58.3."
15
+ }
16
+ ],
17
+ "none": [
18
+ {
19
+ "author": "tristan.watanabe@gmail.com",
20
+ "package": "@fluentui-copilot/react-morse-code",
21
+ "commit": "1391e0a7243d050db30fcc27547fd3e91df0162c",
22
+ "comment": "chore: update tsconfig to remove allowSyntheticDefaultImports to enforce named imports."
23
+ }
24
+ ]
25
+ }
26
+ },
4
27
  {
5
28
  "date": "Mon, 24 Mar 2025 16:18:34 GMT",
6
29
  "tag": "@fluentui-copilot/react-morse-code_v0.0.1",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # Change Log - @fluentui-copilot/react-morse-code
2
2
 
3
- This log was last generated on Mon, 24 Mar 2025 16:18:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Apr 2025 01:46:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.0.5](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.5)
8
+
9
+ Wed, 30 Apr 2025 01:46:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.1..@fluentui-copilot/react-morse-code_v0.0.5)
11
+
12
+ ### Patches
13
+
14
+ - chore: Bump @fluentui/react-components to 9.58.3. ([PR #2963](https://github.com/microsoft/fluentai/pull/2963) by owcampbe@microsoft.com)
15
+
7
16
  ## [0.0.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.1)
8
17
 
9
18
  Mon, 24 Mar 2025 16:18:34 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-morse-code",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
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.1",
16
- "@fluentui-copilot/morse-code": "^0.0.3",
16
+ "@fluentui-copilot/morse-code": "^0.0.5",
17
17
  "@swc/helpers": "^0.5.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "@fluentui/react-components": ">=9.55.1 <10.0.0",
21
- "@fluentui/react-jsx-runtime": ">=9.0.45 <10.0.0",
20
+ "@fluentui/react-components": ">=9.58.3 <10.0.0",
21
+ "@fluentui/react-jsx-runtime": ">=9.0.50 <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",