@fluentui-copilot/react-chat-input-plugins 0.1.0 → 0.1.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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui-copilot/react-chat-input-plugins",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Jun 2024 23:05:26 GMT",
5
+ "date": "Tue, 23 Jul 2024 00:56:26 GMT",
6
+ "tag": "@fluentui-copilot/react-chat-input-plugins_v0.1.1",
7
+ "version": "0.1.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jiangemma@microsoft.com",
12
+ "package": "@fluentui-copilot/react-chat-input-plugins",
13
+ "commit": "2ab6acda372c69b7fdc733d7f402c64a66f98a1a",
14
+ "comment": "Bump Fluent UI version to latest"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 20 Jun 2024 23:05:53 GMT",
6
21
  "tag": "@fluentui-copilot/react-chat-input-plugins_v0.1.0",
7
22
  "version": "0.1.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-copilot/react-chat-input-plugins
2
2
 
3
- This log was last generated on Thu, 20 Jun 2024 23:05:26 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Jul 2024 00:56:26 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.1.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-chat-input-plugins_v0.1.1)
8
+
9
+ Tue, 23 Jul 2024 00:56:26 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-chat-input-plugins_v0.1.0..@fluentui-copilot/react-chat-input-plugins_v0.1.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump Fluent UI version to latest ([PR #1805](https://github.com/microsoft/fluentai/pull/1805) by jiangemma@microsoft.com)
15
+
7
16
  ## [0.1.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-chat-input-plugins_v0.1.0)
8
17
 
9
- Thu, 20 Jun 2024 23:05:26 GMT
18
+ Thu, 20 Jun 2024 23:05:53 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-chat-input-plugins_v0.0.9..@fluentui-copilot/react-chat-input-plugins_v0.1.0)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-chat-input-plugins",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A Fluent AI package for React-based ChatInput plugins.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,15 +12,15 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/chat-input-plugins": "^0.1.0",
16
- "@fluentui-copilot/react-text-editor": "^0.1.6",
17
- "@fluentui-copilot/text-editor": "^0.0.4",
15
+ "@fluentui-copilot/chat-input-plugins": "^0.1.2",
16
+ "@fluentui-copilot/react-text-editor": "^0.1.7",
17
+ "@fluentui-copilot/text-editor": "^0.0.5",
18
18
  "@swc/helpers": "^0.5.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "@fluentui/react-components": ">=9.52.0 <10.0.0",
22
- "@fluentui/react-jsx-runtime": ">=9.0.38 <10.0.0",
23
- "@fluentui/react-utilities": ">=9.18.9 <10.0.0",
21
+ "@fluentui/react-components": ">=9.54.4 <10.0.0",
22
+ "@fluentui/react-jsx-runtime": ">=9.0.40 <10.0.0",
23
+ "@fluentui/react-utilities": ">=9.18.11 <10.0.0",
24
24
  "@types/react": ">=16.14.0 <19.0.0",
25
25
  "@types/react-dom": ">=16.9.8 <19.0.0",
26
26
  "react": ">=16.14.0 <19.0.0",