@fluentui-copilot/react-prompt-listbox 0.7.2 → 0.8.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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui-copilot/react-prompt-listbox",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 30 Apr 2025 01:46:03 GMT",
5
+ "date": "Sat, 03 May 2025 01:25:53 GMT",
6
+ "tag": "@fluentui-copilot/react-prompt-listbox_v0.8.0",
7
+ "version": "0.8.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "estebanmu@microsoft.com",
12
+ "package": "@fluentui-copilot/react-prompt-listbox",
13
+ "commit": "3dc05bb66ec473691f198f65b5124cc24390f47c",
14
+ "comment": "chore: Bump @fluentui/react-components to 9.63.0."
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 30 Apr 2025 01:47:49 GMT",
6
21
  "tag": "@fluentui-copilot/react-prompt-listbox_v0.7.2",
7
22
  "version": "0.7.2",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui-copilot/react-prompt-listbox
2
2
 
3
- This log was last generated on Wed, 30 Apr 2025 01:46:03 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 03 May 2025 01:25:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.8.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-listbox_v0.8.0)
8
+
9
+ Sat, 03 May 2025 01:25:53 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-listbox_v0.7.2..@fluentui-copilot/react-prompt-listbox_v0.8.0)
11
+
12
+ ### Patches
13
+
14
+ - chore: Bump @fluentui/react-components to 9.63.0. ([PR #2917](https://github.com/microsoft/fluentai/pull/2917) by estebanmu@microsoft.com)
15
+
7
16
  ## [0.7.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-listbox_v0.7.2)
8
17
 
9
- Wed, 30 Apr 2025 01:46:03 GMT
18
+ Wed, 30 Apr 2025 01:47:49 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-listbox_v0.6.0..@fluentui-copilot/react-prompt-listbox_v0.7.2)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-listbox",
3
- "version": "0.7.2",
3
+ "version": "0.8.0",
4
4
  "description": "PromptListbox for input components using EditorInput.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,25 +13,25 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui-copilot/chat-input-plugins": "^0.4.2",
16
- "@fluentui-copilot/react-chat-input-plugins": "^0.4.8",
17
- "@fluentui-copilot/react-editor-input": "^0.4.9",
18
- "@fluentui-copilot/react-input-listbox": "^0.3.2",
19
- "@fluentui-copilot/react-prompt-input": "^0.7.2",
20
- "@fluentui-copilot/react-provider": "^0.11.2",
16
+ "@fluentui-copilot/react-chat-input-plugins": "^0.4.9",
17
+ "@fluentui-copilot/react-editor-input": "^0.4.10",
18
+ "@fluentui-copilot/react-input-listbox": "^0.3.3",
19
+ "@fluentui-copilot/react-prompt-input": "^0.8.0",
20
+ "@fluentui-copilot/react-provider": "^0.11.3",
21
21
  "@fluentui-copilot/react-text-editor": "^0.4.1",
22
22
  "@fluentui-copilot/text-editor": "^0.3.1",
23
- "@fluentui-copilot/tokens": "^0.3.10",
23
+ "@fluentui-copilot/tokens": "^0.3.11",
24
24
  "@swc/helpers": "^0.5.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@fluentui/keyboard-keys": ">=9.0.8 <10.0.0",
28
28
  "@fluentui/react-aria": ">=9.14.6 <10.0.0",
29
- "@fluentui/react-combobox": ">=9.13.18 <10.0.0",
30
- "@fluentui/react-components": ">=9.58.3 <10.0.0",
29
+ "@fluentui/react-combobox": ">=9.14.6 <10.0.0",
30
+ "@fluentui/react-components": ">=9.63.0 <10.0.0",
31
31
  "@fluentui/react-icons": ">=2.0.260 <3.0.0",
32
- "@fluentui/react-jsx-runtime": ">=9.0.50 <10.0.0",
33
- "@fluentui/react-motion": ">=9.6.7 <10.0.0",
34
- "@fluentui/react-positioning": ">=9.16.3 <10.0.0",
32
+ "@fluentui/react-jsx-runtime": ">=9.0.54 <10.0.0",
33
+ "@fluentui/react-motion": ">=9.7.2 <10.0.0",
34
+ "@fluentui/react-positioning": ">=9.16.7 <10.0.0",
35
35
  "@fluentui/react-shared-contexts": ">=9.23.1 <10.0.0",
36
36
  "@fluentui/react-tabster": ">=9.24.6 <10.0.0",
37
37
  "@fluentui/react-utilities": ">=9.19.0 <10.0.0",