@fluentui-copilot/react-editor-input 0.0.1 → 0.1.0
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 +16 -1
- package/CHANGELOG.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui-copilot/react-editor-input",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu,
|
|
5
|
+
"date": "Thu, 20 Jun 2024 23:05:26 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-editor-input_v0.1.0",
|
|
7
|
+
"version": "0.1.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-editor-input",
|
|
13
|
+
"commit": "b8a46e43b66fa17ed3cbb98a57171f9805ca5801",
|
|
14
|
+
"comment": "fix: failing e2e tests after playwright/test dependency update to v1.44.0."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 13 Jun 2024 21:00:45 GMT",
|
|
6
21
|
"tag": "@fluentui-copilot/react-editor-input_v0.0.1",
|
|
7
22
|
"version": "0.0.1",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-editor-input
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 13 Jun 2024 21:00:
|
|
3
|
+
This log was last generated on Thu, 13 Jun 2024 21:00:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## [0.0.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-editor-input_v0.0.1)
|
|
8
8
|
|
|
9
|
-
Thu, 13 Jun 2024 21:00:
|
|
9
|
+
Thu, 13 Jun 2024 21:00:45 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-editor-input",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "a base rich editor input.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/chat-input-plugins": "^0.0
|
|
16
|
-
"@fluentui-copilot/react-chat-input-plugins": "^0.0
|
|
15
|
+
"@fluentui-copilot/chat-input-plugins": "^0.1.0",
|
|
16
|
+
"@fluentui-copilot/react-chat-input-plugins": "^0.1.0",
|
|
17
17
|
"@fluentui-copilot/react-text-editor": "^0.1.6",
|
|
18
18
|
"@swc/helpers": "^0.5.1"
|
|
19
19
|
},
|