@fluentui-copilot/react-morse-code 0.0.0-nightly-20250325-0405-50346c4b.1 → 0.0.2
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 +0 -15
- package/CHANGELOG.md +1 -10
- package/package.json +8 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-morse-code",
|
|
3
3
|
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Tue, 25 Mar 2025 04:14:44 GMT",
|
|
6
|
-
"tag": "@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250325-0405-50346c4b.1",
|
|
7
|
-
"version": "0.0.0-nightly-20250325-0405-50346c4b.1",
|
|
8
|
-
"comments": {
|
|
9
|
-
"prerelease": [
|
|
10
|
-
{
|
|
11
|
-
"author": "fluentui-internal@service.microsoft.com",
|
|
12
|
-
"package": "@fluentui-copilot/react-morse-code",
|
|
13
|
-
"commit": "not available",
|
|
14
|
-
"comment": "Release nightly"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
4
|
{
|
|
20
5
|
"date": "Mon, 24 Mar 2025 16:18:34 GMT",
|
|
21
6
|
"tag": "@fluentui-copilot/react-morse-code_v0.0.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-morse-code
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 24 Mar 2025 16:18:34 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [0.0.0-nightly-20250325-0405-50346c4b.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.0-nightly-20250325-0405-50346c4b.1)
|
|
8
|
-
|
|
9
|
-
Tue, 25 Mar 2025 04:14:44 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.0-nightly-20250325-0405-50346c4b.1)
|
|
11
|
-
|
|
12
|
-
### Changes
|
|
13
|
-
|
|
14
|
-
- Release nightly ([commit](https://github.com/microsoft/fluentai/commit/not available) by fluentui-internal@service.microsoft.com)
|
|
15
|
-
|
|
16
7
|
## [0.0.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-morse-code_v0.0.1)
|
|
17
8
|
|
|
18
9
|
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
|
+
"version": "0.0.2",
|
|
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.1",
|
|
16
|
-
"@fluentui-copilot/morse-code": "^0.0.
|
|
16
|
+
"@fluentui-copilot/morse-code": "^0.0.2",
|
|
17
17
|
"@swc/helpers": "^0.5.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
@@ -24,7 +24,12 @@
|
|
|
24
24
|
"react": ">=16.14.0 <19.0.0",
|
|
25
25
|
"react-dom": ">=16.14.0 <19.0.0"
|
|
26
26
|
},
|
|
27
|
-
"beachball": {
|
|
27
|
+
"beachball": {
|
|
28
|
+
"disallowedChangeTypes": [
|
|
29
|
+
"major",
|
|
30
|
+
"minor"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
28
33
|
"exports": {
|
|
29
34
|
".": {
|
|
30
35
|
"types": "./dist/index.d.ts",
|