@fluentui-copilot/react-send-button 0.0.4 → 0.1.0

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
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui-copilot/react-send-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 03 May 2025 01:25:54 GMT",
5
+ "date": "Mon, 19 May 2025 18:04:28 GMT",
6
+ "tag": "@fluentui-copilot/react-send-button_v0.0.4",
7
+ "version": "0.0.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "hochelmartin@gmail.com",
12
+ "package": "@fluentui-copilot/react-send-button",
13
+ "commit": "442954951d0eca92de20ecb0ff0fa9492431b62d",
14
+ "comment": "fix: exclude story files from production build"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 03 May 2025 01:27:45 GMT",
6
21
  "tag": "@fluentui-copilot/react-send-button_v0.0.4",
7
22
  "version": "0.0.4",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log - @fluentui-copilot/react-send-button
2
2
 
3
- This log was last generated on Sat, 03 May 2025 01:25:54 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 03 May 2025 01:27:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
7
  ## [0.0.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.0.4)
8
8
 
9
- Sat, 03 May 2025 01:25:54 GMT
9
+ Sat, 03 May 2025 01:27:45 GMT
10
10
  [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-send-button_v0.0.3..@fluentui-copilot/react-send-button_v0.0.4)
11
11
 
12
12
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-send-button",
3
- "version": "0.0.4",
3
+ "version": "0.1.0",
4
4
  "description": "Fluent AI control for the send button used in ChatInput and PromptInput.",
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.11.3",
15
+ "@fluentui-copilot/react-provider": "^0.12.0",
16
16
  "@fluentui-copilot/react-utilities": "^0.0.8",
17
17
  "@fluentui-copilot/tokens": "^0.3.11",
18
18
  "@swc/helpers": "^0.5.1"