@fluentui-copilot/chat-input-plugins 0.4.2-hotfix.1 → 0.4.2-hotfix.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 CHANGED
@@ -2,16 +2,31 @@
2
2
  "name": "@fluentui-copilot/chat-input-plugins",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Aug 2025 16:01:28 GMT",
6
- "tag": "@fluentui-copilot/chat-input-plugins_v0.4.2-hotfix.1",
7
- "version": "0.4.2-hotfix.1",
5
+ "date": "Tue, 12 Aug 2025 16:09:21 GMT",
6
+ "tag": "@fluentui-copilot/chat-input-plugins_v0.4.2-hotfix.2",
7
+ "version": "0.4.2-hotfix.2",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "hochelmartin@gmail.com",
12
12
  "package": "@fluentui-copilot/chat-input-plugins",
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:26 GMT",
21
+ "tag": "@fluentui-copilot/chat-input-plugins_v0.4.2",
22
+ "version": "0.4.2",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "hochelmartin@gmail.com",
27
+ "package": "@fluentui-copilot/chat-input-plugins",
28
+ "commit": "442954951d0eca92de20ecb0ff0fa9492431b62d",
29
+ "comment": "fix: exclude story files from production build"
15
30
  }
16
31
  ]
17
32
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # Change Log - @fluentui-copilot/chat-input-plugins
2
2
 
3
- This log was last generated on Wed, 06 Aug 2025 16:01:28 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Aug 2025 16:09:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.4.2-hotfix.1](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.4.2-hotfix.1)
7
+ ## [0.4.2-hotfix.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.4.2-hotfix.2)
8
8
 
9
- Wed, 06 Aug 2025 16:01:28 GMT
10
- [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/chat-input-plugins_v0.4.2..@fluentui-copilot/chat-input-plugins_v0.4.2-hotfix.1)
9
+ Tue, 12 Aug 2025 16:09:21 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentai/compare/@fluentui-copilot/chat-input-plugins_v0.4.2..@fluentui-copilot/chat-input-plugins_v0.4.2-hotfix.2)
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
15
 
16
16
  ## [0.4.2](https://github.com/microsoft/fluentai/tree/@fluentui-copilot/chat-input-plugins_v0.4.2)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-copilot/chat-input-plugins",
3
- "version": "0.4.2-hotfix.1",
3
+ "version": "0.4.2-hotfix.2",
4
4
  "description": "A Fluent AI package for non-react specific chat input plugins.",
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/text-editor": "0.3.1-hotfix.1",
15
+ "@fluentui-copilot/text-editor": "0.3.1-hotfix.2",
16
16
  "@swc/helpers": "^0.5.1"
17
17
  },
18
18
  "beachball": {},