@fluentui-copilot/react-send-button 0.0.3-hotfix.1 → 0.0.4-hotfix.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 CHANGED
@@ -2,16 +2,46 @@
2
2
  "name": "@fluentui-copilot/react-send-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Aug 2025 16:01:29 GMT",
6
- "tag": "@fluentui-copilot/react-send-button_v0.0.3-hotfix.1",
7
- "version": "0.0.3-hotfix.1",
5
+ "date": "Tue, 12 Aug 2025 16:09:22 GMT",
6
+ "tag": "@fluentui-copilot/react-send-button_v0.0.4-hotfix.1",
7
+ "version": "0.0.4-hotfix.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "hochelmartin@gmail.com",
12
12
  "package": "@fluentui-copilot/react-send-button",
13
- "commit": "cb43a5bd5258c678c965fddff7e7d5a95f9d0396",
14
- "comment": "release: prepare hotfix 0.25.3-hotfix.1"
13
+ "commit": "3e4ebe676646c4c4346dbbab83511f963ffefd85",
14
+ "comment": "release: prepare hotfix 0.26.2-hotfix.1"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 19 May 2025 18:04:28 GMT",
21
+ "tag": "@fluentui-copilot/react-send-button_v0.0.4",
22
+ "version": "0.0.4",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "hochelmartin@gmail.com",
27
+ "package": "@fluentui-copilot/react-send-button",
28
+ "commit": "442954951d0eca92de20ecb0ff0fa9492431b62d",
29
+ "comment": "fix: exclude story files from production build"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Sat, 03 May 2025 01:27:45 GMT",
36
+ "tag": "@fluentui-copilot/react-send-button_v0.0.4",
37
+ "version": "0.0.4",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "estebanmu@microsoft.com",
42
+ "package": "@fluentui-copilot/react-send-button",
43
+ "commit": "3dc05bb66ec473691f198f65b5124cc24390f47c",
44
+ "comment": "chore: Bump @fluentui/react-components to 9.63.0."
15
45
  }
16
46
  ]
17
47
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @fluentui-copilot/react-send-button
2
2
 
3
- This log was last generated on Wed, 06 Aug 2025 16:01:29 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Aug 2025 16:09:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.3-hotfix.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.0.3-hotfix.1)
7
+ ## [0.0.4-hotfix.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.0.4-hotfix.1)
8
8
 
9
- Wed, 06 Aug 2025 16:01:29 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-send-button_v0.0.3..@fluentui-copilot/react-send-button_v0.0.3-hotfix.1)
9
+ Tue, 12 Aug 2025 16:09:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-send-button_v0.0.4..@fluentui-copilot/react-send-button_v0.0.4-hotfix.1)
11
11
 
12
12
  ### Changes
13
13
 
14
- - release: prepare hotfix 0.25.3-hotfix.1 ([PR #3280](https://github.com/microsoft/fluentai/pull/3280) by hochelmartin@gmail.com)
14
+ - release: prepare hotfix 0.26.2-hotfix.1 ([PR #3284](https://github.com/microsoft/fluentai/pull/3284) by hochelmartin@gmail.com)
15
+
16
+ ## [0.0.4](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.0.4)
17
+
18
+ Sat, 03 May 2025 01:27:45 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/react-send-button_v0.0.3..@fluentui-copilot/react-send-button_v0.0.4)
20
+
21
+ ### Patches
22
+
23
+ - chore: Bump @fluentui/react-components to 9.63.0. ([PR #2917](https://github.com/microsoft/fluentai/pull/2917) by estebanmu@microsoft.com)
15
24
 
16
25
  ## [0.0.3](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/react-send-button_v0.0.3)
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/react-send-button",
3
- "version": "0.0.3-hotfix.1",
3
+ "version": "0.0.4-hotfix.1",
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,16 +12,16 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui-copilot/react-provider": "0.11.2-hotfix.1",
16
- "@fluentui-copilot/react-utilities": "0.0.7-hotfix.1",
17
- "@fluentui-copilot/tokens": "0.3.10-hotfix.1",
15
+ "@fluentui-copilot/react-provider": "0.11.3-hotfix.1",
16
+ "@fluentui-copilot/react-utilities": "0.0.8-hotfix.1",
17
+ "@fluentui-copilot/tokens": "0.3.11-hotfix.1",
18
18
  "@swc/helpers": "^0.5.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "@fluentui/react-components": ">=9.58.3 <10.0.0",
21
+ "@fluentui/react-components": ">=9.63.0 <10.0.0",
22
22
  "@fluentui/react-icons": ">=2.0.260 <3.0.0",
23
- "@fluentui/react-jsx-runtime": ">=9.0.50 <10.0.0",
24
- "@fluentui/react-motion": ">=9.6.7 <10.0.0",
23
+ "@fluentui/react-jsx-runtime": ">=9.0.54 <10.0.0",
24
+ "@fluentui/react-motion": ">=9.7.2 <10.0.0",
25
25
  "@fluentui/react-shared-contexts": ">=9.23.1 <10.0.0",
26
26
  "@types/react": ">=16.14.0 <19.0.0",
27
27
  "@types/react-dom": ">=16.9.8 <19.0.0",