@fluentui-copilot/react-prompt-listbox 0.5.1 → 0.5.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,7 @@
2
2
  "name": "@fluentui-copilot/react-prompt-listbox",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 07 Feb 2025 02:01:25 GMT",
5
+ "date": "Fri, 07 Feb 2025 02:02:09 GMT",
6
6
  "tag": "@fluentui-copilot/react-prompt-listbox_v0.5.1",
7
7
  "version": "0.5.1",
8
8
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @fluentui-copilot/react-prompt-listbox
2
2
 
3
- This log was last generated on Fri, 07 Feb 2025 02:01:25 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 07 Feb 2025 02:02:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## [0.5.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-listbox_v0.5.1)
8
8
 
9
- Fri, 07 Feb 2025 02:01:25 GMT
9
+ Fri, 07 Feb 2025 02:02:09 GMT
10
10
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-listbox_v0.5.0..@fluentui-copilot/react-prompt-listbox_v0.5.1)
11
11
 
12
12
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-listbox",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "PromptListbox for input components using EditorInput.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -15,9 +15,9 @@
15
15
  "@fluentui-copilot/chat-input-plugins": "^0.4.2",
16
16
  "@fluentui-copilot/react-chat-input-plugins": "^0.4.2",
17
17
  "@fluentui-copilot/react-editor-input": "^0.4.3",
18
- "@fluentui-copilot/react-input-listbox": "^0.1.2",
19
- "@fluentui-copilot/react-prompt-input": "^0.5.3",
20
- "@fluentui-copilot/react-provider": "^0.9.3",
18
+ "@fluentui-copilot/react-input-listbox": "^0.1.3",
19
+ "@fluentui-copilot/react-prompt-input": "^0.5.4",
20
+ "@fluentui-copilot/react-provider": "^0.9.4",
21
21
  "@fluentui-copilot/react-text-editor": "^0.4.1",
22
22
  "@fluentui-copilot/text-editor": "^0.3.1",
23
23
  "@swc/helpers": "^0.5.1"