@fluentui-copilot/react-reference 0.9.0 → 0.9.1
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 +1 -1
- package/CHANGELOG.md +2 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Change Log - @fluentui-copilot/react-reference
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed, 13 Mar 2024 18:
|
|
3
|
+
This log was last generated on Wed, 13 Mar 2024 18:01:50 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## [0.9.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-reference_v0.9.0)
|
|
8
8
|
|
|
9
|
-
Wed, 13 Mar 2024 18:
|
|
9
|
+
Wed, 13 Mar 2024 18:01:50 GMT
|
|
10
10
|
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentai/reference_v0.8.2..@fluentui-copilot/react-reference_v0.9.0)
|
|
11
11
|
|
|
12
12
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-reference",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Fluent AI controls for citations and references",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@fluentui-copilot/react-preview": "^0.3.0",
|
|
16
16
|
"@fluentui-copilot/react-provider": "^0.8.0",
|
|
17
|
-
"@fluentui-copilot/react-sensitivity-label": "^0.3.
|
|
17
|
+
"@fluentui-copilot/react-sensitivity-label": "^0.3.1",
|
|
18
18
|
"@swc/helpers": "^0.5.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|