@fluentui-copilot/react-prompt-starter 0.7.1 → 0.7.3

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
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-starter",
3
3
  "entries": [
4
+ {
5
+ "date": "Thu, 31 Oct 2024 17:41:07 GMT",
6
+ "tag": "@fluentui-copilot/react-prompt-starter_v0.7.2",
7
+ "version": "0.7.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jiangemma@microsoft.com",
12
+ "package": "@fluentui-copilot/react-prompt-starter",
13
+ "commit": "81a90760f46654eacd8da2d67e867f5415c18db1",
14
+ "comment": "chore: bump @fluentui dependencies to latest 9.55.1."
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "date": "Wed, 21 Aug 2024 00:26:06 GMT",
6
21
  "tag": "@fluentui-copilot/react-prompt-starter_v0.7.0",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # Change Log - @fluentui-copilot/react-prompt-starter
2
2
 
3
- This log was last generated on Wed, 21 Aug 2024 00:26:06 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 31 Oct 2024 17:41:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.7.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.7.2)
8
+
9
+ Thu, 31 Oct 2024 17:41:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-starter_v0.7.0..@fluentui-copilot/react-prompt-starter_v0.7.2)
11
+
12
+ ### Patches
13
+
14
+ - chore: bump @fluentui dependencies to latest 9.55.1. ([PR #2243](https://github.com/microsoft/fluentai/pull/2243) by jiangemma@microsoft.com)
15
+
7
16
  ## [0.7.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.7.0)
8
17
 
9
18
  Wed, 21 Aug 2024 00:26:06 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-starter",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "A Fluent AI package",
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/react-provider": "^0.9.1",
15
+ "@fluentui-copilot/react-provider": "^0.9.3",
16
16
  "@swc/helpers": "^0.5.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "@fluentui/react-components": ">=9.54.10 <10.0.0",
20
- "@fluentui/react-context-selector": ">=9.1.65 <10.0.0",
21
- "@fluentui/react-jsx-runtime": ">=9.0.42 <10.0.0",
22
- "@fluentui/react-shared-contexts": ">=9.20.0 <10.0.0",
23
- "@fluentui/react-utilities": ">=9.18.13 <10.0.0",
19
+ "@fluentui/react-components": ">=9.55.1 <10.0.0",
20
+ "@fluentui/react-context-selector": ">=9.1.68 <10.0.0",
21
+ "@fluentui/react-jsx-runtime": ">=9.0.45 <10.0.0",
22
+ "@fluentui/react-shared-contexts": ">=9.20.2 <10.0.0",
23
+ "@fluentui/react-utilities": ">=9.18.16 <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",