@fluentui-copilot/react-suggestions 0.13.0 → 0.13.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,28 @@
2
2
  "name": "@fluentui-copilot/react-suggestions",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 12 Jun 2025 17:49:29 GMT",
5
+ "date": "Tue, 01 Jul 2025 14:43:48 GMT",
6
+ "tag": "@fluentui-copilot/react-suggestions_v0.13.2",
7
+ "version": "0.13.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jiangemma@microsoft.com",
12
+ "package": "@fluentui-copilot/react-suggestions",
13
+ "commit": "c9607d83ec7c4f592e563a391e0e7fa87af24929",
14
+ "comment": "Bump v9 to ^9.66.0"
15
+ },
16
+ {
17
+ "author": "jiangemma@microsoft.com",
18
+ "package": "@fluentui-copilot/react-suggestions",
19
+ "commit": "93c39ced303a2ffdb20764a1d1a1595a12b4ae27",
20
+ "comment": "chore: Bump v9 to 9.66.0 dependency deduplication followup"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 12 Jun 2025 17:50:58 GMT",
6
27
  "tag": "@fluentui-copilot/react-suggestions_v0.13.0",
7
28
  "version": "0.13.0",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui-copilot/react-suggestions
2
2
 
3
- This log was last generated on Thu, 12 Jun 2025 17:49:29 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Jul 2025 14:43:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.13.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-suggestions_v0.13.2)
8
+
9
+ Tue, 01 Jul 2025 14:43:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-suggestions_v0.13.0..@fluentui-copilot/react-suggestions_v0.13.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump v9 to ^9.66.0 ([PR #3169](https://github.com/microsoft/fluentai/pull/3169) by jiangemma@microsoft.com)
15
+ - chore: Bump v9 to 9.66.0 dependency deduplication followup ([PR #3176](https://github.com/microsoft/fluentai/pull/3176) by jiangemma@microsoft.com)
16
+
7
17
  ## [0.13.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-suggestions_v0.13.0)
8
18
 
9
- Thu, 12 Jun 2025 17:49:29 GMT
19
+ Thu, 12 Jun 2025 17:50:58 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-suggestions_v0.12.3..@fluentui-copilot/react-suggestions_v0.13.0)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-suggestions",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "A Fluent AI package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,17 +12,17 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-provider": "^0.12.0",
15
+ "@fluentui-copilot/react-provider": "^0.12.2",
16
16
  "@fluentui-copilot/tokens": "^0.3.11",
17
17
  "@swc/helpers": "^0.5.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "@fluentui/react-components": ">=9.63.0 <10.0.0",
21
- "@fluentui/react-context-selector": ">=9.1.76 <10.0.0",
22
- "@fluentui/react-icons": ">=2.0.260 <3.0.0",
23
- "@fluentui/react-jsx-runtime": ">=9.0.54 <10.0.0",
24
- "@fluentui/react-shared-contexts": ">=9.23.1 <10.0.0",
25
- "@fluentui/react-utilities": ">=9.19.0 <10.0.0",
20
+ "@fluentui/react-components": ">=9.66.0 <10.0.0",
21
+ "@fluentui/react-context-selector": ">=9.2.1 <10.0.0",
22
+ "@fluentui/react-icons": ">=2.0.303 <3.0.0",
23
+ "@fluentui/react-jsx-runtime": ">=9.1.1 <10.0.0",
24
+ "@fluentui/react-shared-contexts": ">=9.24.0 <10.0.0",
25
+ "@fluentui/react-utilities": ">=9.21.1 <10.0.0",
26
26
  "@types/react": ">=16.14.0 <19.0.0",
27
27
  "@types/react-dom": ">=16.9.8 <19.0.0",
28
28
  "react": ">=16.14.0 <19.0.0",