@fluentui-copilot/react-morse-code 0.0.0-nightly-20250519-0406-13f5b573.1 → 0.0.0-nightly-20250520-0405-81002404.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": "Mon, 19 May 2025 04:14:06 GMT",
6
- "tag": "@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250519-0406-13f5b573.1",
7
- "version": "0.0.0-nightly-20250519-0406-13f5b573.1",
5
+ "date": "Tue, 20 May 2025 04:12:39 GMT",
6
+ "tag": "@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250520-0405-81002404.1",
7
+ "version": "0.0.0-nightly-20250520-0405-81002404.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
@@ -16,6 +16,35 @@
16
16
  ]
17
17
  }
18
18
  },
19
+ {
20
+ "date": "Mon, 19 May 2025 18:04:28 GMT",
21
+ "tag": "@fluentui-copilot/react-morse-code_v0.0.7",
22
+ "version": "0.0.7",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "seanmonahan@microsoft.com",
27
+ "package": "@fluentui-copilot/react-morse-code",
28
+ "commit": "fbac9207adceef0452cb82deb5086ea80bee0d1b",
29
+ "comment": "feat: pass props through to underlying DOM elements"
30
+ },
31
+ {
32
+ "author": "seanmonahan@microsoft.com",
33
+ "package": "@fluentui-copilot/react-morse-code",
34
+ "commit": "330a550d94b417426f04be631de75174655daa7a",
35
+ "comment": "fix: remove Webkit-specific code path"
36
+ }
37
+ ],
38
+ "none": [
39
+ {
40
+ "author": "hochelmartin@gmail.com",
41
+ "package": "@fluentui-copilot/react-morse-code",
42
+ "commit": "442954951d0eca92de20ecb0ff0fa9492431b62d",
43
+ "comment": "fix: exclude story files from production build"
44
+ }
45
+ ]
46
+ }
47
+ },
19
48
  {
20
49
  "date": "Sat, 03 May 2025 01:27:44 GMT",
21
50
  "tag": "@fluentui-copilot/react-morse-code_v0.0.6",
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui-copilot/react-morse-code
2
2
 
3
- This log was last generated on Mon, 19 May 2025 04:14:06 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 May 2025 04:12:39 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20250519-0406-13f5b573.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250519-0406-13f5b573.1)
7
+ ## [0.0.0-nightly-20250520-0405-81002404.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250520-0405-81002404.1)
8
8
 
9
- Mon, 19 May 2025 04:14:06 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.6..@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250519-0406-13f5b573.1)
9
+ Tue, 20 May 2025 04:12:39 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.7..@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250520-0405-81002404.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.7](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.7)
17
+
18
+ Mon, 19 May 2025 18:04:28 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-morse-code_v0.0.6..@fluentui-copilot/react-morse-code_v0.0.7)
20
+
21
+ ### Patches
22
+
23
+ - feat: pass props through to underlying DOM elements ([PR #2991](https://github.com/microsoft/fluentai/pull/2991) by seanmonahan@microsoft.com)
24
+ - fix: remove Webkit-specific code path ([PR #2993](https://github.com/microsoft/fluentai/pull/2993) by seanmonahan@microsoft.com)
25
+
16
26
  ## [0.0.6](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.6)
17
27
 
18
28
  Sat, 03 May 2025 01:27:44 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-20250519-0406-13f5b573.1",
3
+ "version": "0.0.0-nightly-20250520-0405-81002404.1",
4
4
  "description": "A Fluent AI package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,7 +13,7 @@
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-20250519-0406-13f5b573.1",
16
+ "@fluentui-copilot/morse-code": "^0.0.0-nightly-20250520-0405-81002404.1",
17
17
  "@swc/helpers": "^0.5.1"
18
18
  },
19
19
  "peerDependencies": {