@fluentui-copilot/react-attachments 0.13.0 → 0.13.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-attachments
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu, 12 Jun 2025 17:
|
|
3
|
+
This log was last generated on Thu, 12 Jun 2025 17:50:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
7
|
## [0.13.0](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-attachments_v0.13.0)
|
|
8
8
|
|
|
9
|
-
Thu, 12 Jun 2025 17:
|
|
9
|
+
Thu, 12 Jun 2025 17:50:57 GMT
|
|
10
10
|
[Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-attachments_v0.12.5..@fluentui-copilot/react-attachments_v0.13.0)
|
|
11
11
|
|
|
12
12
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-copilot/react-attachments",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.1",
|
|
4
4
|
"description": "A set of components related to attaching files in Copilot experiences.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui-copilot/react-provider": "^0.12.
|
|
15
|
+
"@fluentui-copilot/react-provider": "^0.12.1",
|
|
16
16
|
"@fluentui-copilot/react-utilities": "^0.0.8",
|
|
17
17
|
"@fluentui-copilot/tokens": "^0.3.11",
|
|
18
18
|
"@swc/helpers": "^0.5.1"
|