@fluentui-copilot/react-prompt-starter 0.9.1 → 0.9.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,44 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-starter",
3
3
  "entries": [
4
+ {
5
+ "date": "Sat, 03 May 2025 01:25:53 GMT",
6
+ "tag": "@fluentui-copilot/react-prompt-starter_v0.9.3",
7
+ "version": "0.9.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "estebanmu@microsoft.com",
12
+ "package": "@fluentui-copilot/react-prompt-starter",
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",
21
+ "tag": "@fluentui-copilot/react-prompt-starter_v0.9.2",
22
+ "version": "0.9.2",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "tristan.watanabe@gmail.com",
27
+ "package": "@fluentui-copilot/react-prompt-starter",
28
+ "commit": "1391e0a7243d050db30fcc27547fd3e91df0162c",
29
+ "comment": "chore: update tsconfig to remove allowSyntheticDefaultImports to enforce named imports."
30
+ }
31
+ ],
32
+ "patch": [
33
+ {
34
+ "author": "owcampbe@microsoft.com",
35
+ "package": "@fluentui-copilot/react-prompt-starter",
36
+ "commit": "5a9efb11481fbe2c9bd25c8825ec4a9b991050ab",
37
+ "comment": "chore: Bump @fluentui/react-components to 9.58.3."
38
+ }
39
+ ]
40
+ }
41
+ },
4
42
  {
5
43
  "date": "Thu, 20 Mar 2025 17:00:43 GMT",
6
44
  "tag": "@fluentui-copilot/react-prompt-starter_v0.8.0",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,27 @@
1
1
  # Change Log - @fluentui-copilot/react-prompt-starter
2
2
 
3
- This log was last generated on Thu, 20 Mar 2025 17:00:43 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.9.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.9.3)
8
+
9
+ Sat, 03 May 2025 01:25:53 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-starter_v0.9.2..@fluentui-copilot/react-prompt-starter_v0.9.3)
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
+
16
+ ## [0.9.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.9.2)
17
+
18
+ Wed, 30 Apr 2025 01:47:49 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-starter_v0.8.0..@fluentui-copilot/react-prompt-starter_v0.9.2)
20
+
21
+ ### Patches
22
+
23
+ - chore: Bump @fluentui/react-components to 9.58.3. ([PR #2963](https://github.com/microsoft/fluentai/pull/2963) by owcampbe@microsoft.com)
24
+
7
25
  ## [0.8.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.8.0)
8
26
 
9
27
  Thu, 20 Mar 2025 17:00:43 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-prompt-starter",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "A Fluent AI package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,16 +12,16 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-provider": "^0.11.1",
16
- "@fluentui-copilot/tokens": "^0.3.9",
15
+ "@fluentui-copilot/react-provider": "^0.11.3",
16
+ "@fluentui-copilot/tokens": "^0.3.11",
17
17
  "@swc/helpers": "^0.5.1"
18
18
  },
19
19
  "peerDependencies": {
20
- "@fluentui/react-components": ">=9.55.1 <10.0.0",
21
- "@fluentui/react-context-selector": ">=9.1.68 <10.0.0",
22
- "@fluentui/react-jsx-runtime": ">=9.0.45 <10.0.0",
23
- "@fluentui/react-shared-contexts": ">=9.20.2 <10.0.0",
24
- "@fluentui/react-utilities": ">=9.18.16 <10.0.0",
20
+ "@fluentui/react-components": ">=9.63.0 <10.0.0",
21
+ "@fluentui/react-context-selector": ">=9.1.76 <10.0.0",
22
+ "@fluentui/react-jsx-runtime": ">=9.0.54 <10.0.0",
23
+ "@fluentui/react-shared-contexts": ">=9.23.1 <10.0.0",
24
+ "@fluentui/react-utilities": ">=9.19.0 <10.0.0",
25
25
  "@types/react": ">=16.14.0 <19.0.0",
26
26
  "@types/react-dom": ">=16.9.8 <19.0.0",
27
27
  "react": ">=16.14.0 <19.0.0",