@fluentui-copilot/react-prompt-listbox 0.3.4 → 0.3.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.json +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.json CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-listbox",
3
3
  "entries": [
4
+ {
5
+ "date": "Tue, 10 Dec 2024 20:20:52 GMT",
6
+ "tag": "@fluentui-copilot/react-prompt-listbox_v0.3.5",
7
+ "version": "0.3.5",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "owcampbe@microsoft.com",
12
+ "package": "@fluentui-copilot/react-prompt-listbox",
13
+ "commit": "c5ad8962a0e32fedd5d915d15107f0e1398b7aae",
14
+ "comment": "chore: Applying package updates."
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Thu, 31 Oct 2024 17:41:07 GMT",
6
21
  "tag": "@fluentui-copilot/react-prompt-listbox_v0.3.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-listbox",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "PromptListbox for input components using EditorInput.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,13 +12,13 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/chat-input-plugins": "^0.3.2",
16
- "@fluentui-copilot/react-chat-input-plugins": "^0.3.2",
17
- "@fluentui-copilot/react-editor-input": "^0.3.2",
18
- "@fluentui-copilot/react-prompt-input": "^0.4.3",
19
- "@fluentui-copilot/react-provider": "^0.9.2",
20
- "@fluentui-copilot/react-text-editor": "^0.3.1",
21
- "@fluentui-copilot/text-editor": "^0.2.0",
15
+ "@fluentui-copilot/chat-input-plugins": "^0.3.3",
16
+ "@fluentui-copilot/react-chat-input-plugins": "^0.3.3",
17
+ "@fluentui-copilot/react-editor-input": "^0.3.3",
18
+ "@fluentui-copilot/react-prompt-input": "^0.4.4",
19
+ "@fluentui-copilot/react-provider": "^0.9.3",
20
+ "@fluentui-copilot/react-text-editor": "^0.3.2",
21
+ "@fluentui-copilot/text-editor": "^0.2.1",
22
22
  "@swc/helpers": "^0.5.1"
23
23
  },
24
24
  "peerDependencies": {