@fluentui-copilot/react-prompt-starter 0.9.1 → 0.9.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 +23 -0
- package/CHANGELOG.md +10 -1
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-prompt-starter",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Wed, 30 Apr 2025 01:46:03 GMT",
|
|
6
|
+
"tag": "@fluentui-copilot/react-prompt-starter_v0.9.2",
|
|
7
|
+
"version": "0.9.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
|
12
|
+
"package": "@fluentui-copilot/react-prompt-starter",
|
|
13
|
+
"commit": "1391e0a7243d050db30fcc27547fd3e91df0162c",
|
|
14
|
+
"comment": "chore: update tsconfig to remove allowSyntheticDefaultImports to enforce named imports."
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"patch": [
|
|
18
|
+
{
|
|
19
|
+
"author": "owcampbe@microsoft.com",
|
|
20
|
+
"package": "@fluentui-copilot/react-prompt-starter",
|
|
21
|
+
"commit": "5a9efb11481fbe2c9bd25c8825ec4a9b991050ab",
|
|
22
|
+
"comment": "chore: Bump @fluentui/react-components to 9.58.3."
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
4
27
|
{
|
|
5
28
|
"date": "Thu, 20 Mar 2025 17:00:43 GMT",
|
|
6
29
|
"tag": "@fluentui-copilot/react-prompt-starter_v0.8.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
|
|
3
|
+
This log was last generated on Wed, 30 Apr 2025 01:46:03 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.9.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.9.2)
|
|
8
|
+
|
|
9
|
+
Wed, 30 Apr 2025 01:46:03 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-prompt-starter_v0.8.0..@fluentui-copilot/react-prompt-starter_v0.9.2)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: Bump @fluentui/react-components to 9.58.3. ([PR #2963](https://github.com/microsoft/fluentai/pull/2963) by owcampbe@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [0.8.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-prompt-starter_v0.8.0)
|
|
8
17
|
|
|
9
18
|
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.
|
|
3
|
+
"version": "0.9.2",
|
|
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.
|
|
16
|
-
"@fluentui-copilot/tokens": "^0.3.
|
|
15
|
+
"@fluentui-copilot/react-provider": "^0.11.2",
|
|
16
|
+
"@fluentui-copilot/tokens": "^0.3.10",
|
|
17
17
|
"@swc/helpers": "^0.5.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@fluentui/react-components": ">=9.
|
|
21
|
-
"@fluentui/react-context-selector": ">=9.1.
|
|
22
|
-
"@fluentui/react-jsx-runtime": ">=9.0.
|
|
23
|
-
"@fluentui/react-shared-contexts": ">=9.
|
|
24
|
-
"@fluentui/react-utilities": ">=9.
|
|
20
|
+
"@fluentui/react-components": ">=9.58.3 <10.0.0",
|
|
21
|
+
"@fluentui/react-context-selector": ">=9.1.76 <10.0.0",
|
|
22
|
+
"@fluentui/react-jsx-runtime": ">=9.0.50 <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",
|