@stack-spot/ai-chat-widget 3.2.1-beta.5 → 3.3.1-beta.5

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.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.3.1-beta.5](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-beta@v3.3.0-beta.5...ai-chat-widget-beta@v3.3.1-beta.5) (2025-11-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * test ([#403](https://github.com/stack-spot/portal-ai-chat-widget/issues/403)) ([4fff970](https://github.com/stack-spot/portal-ai-chat-widget/commit/4fff970b1e0ebbe31f7469f3415b34564e6dbe5b))
9
+
10
+ ## [3.3.0-beta.5](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-beta@v3.2.1-beta.5...ai-chat-widget-beta@v3.3.0-beta.5) (2025-11-17)
11
+
12
+
13
+ ### Features
14
+
15
+ * add feature of select llm in chat ([#391](https://github.com/stack-spot/portal-ai-chat-widget/issues/391)) ([7075f0e](https://github.com/stack-spot/portal-ai-chat-widget/commit/7075f0eb65ca860d5e9daba3e66d828a1d510a4b))
16
+ * add pm agent resources ([#387](https://github.com/stack-spot/portal-ai-chat-widget/issues/387)) ([f64ff2e](https://github.com/stack-spot/portal-ai-chat-widget/commit/f64ff2eb1e3d03277cd6884755880cb505a4c84e))
17
+ * test ([ead55dc](https://github.com/stack-spot/portal-ai-chat-widget/commit/ead55dc67bc242d5c5165bc11e27e6775a6737c2))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * force deploy ([6f9b8b0](https://github.com/stack-spot/portal-ai-chat-widget/commit/6f9b8b0712c61120c9b780468f58c313bca824d4))
23
+ * remove export ([bacc093](https://github.com/stack-spot/portal-ai-chat-widget/commit/bacc093c3b3ac279e67f10a33da79c601dbcdb29))
24
+ * test workflow ([30365d6](https://github.com/stack-spot/portal-ai-chat-widget/commit/30365d61bd7bda9e67064f588b43467d685e40eb))
25
+ * type pm agent resources and change send message ([c51b78a](https://github.com/stack-spot/portal-ai-chat-widget/commit/c51b78a8833515e23455c090be57bc1033bc4295))
26
+ * update CHANGELOG.md ([#389](https://github.com/stack-spot/portal-ai-chat-widget/issues/389)) ([450a9b4](https://github.com/stack-spot/portal-ai-chat-widget/commit/450a9b43c1eeda265e617c26dceeeda8c11d1eea))
27
+
28
+ ## [3.3.0-beta.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-beta@v3.2.1-beta.1...ai-chat-widget-beta@v3.3.0-beta.1) (2025-11-14)
29
+
30
+
31
+ ### Features
32
+
33
+ * test ([ead55dc](https://github.com/stack-spot/portal-ai-chat-widget/commit/ead55dc67bc242d5c5165bc11e27e6775a6737c2))
34
+
3
35
  ## [2.4.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v2.4.0...ai-chat-widget@v2.4.1) (2025-11-12)
4
36
 
5
37
 
@@ -808,4 +840,3 @@
808
840
 
809
841
  * copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
810
842
  * copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
811
-
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "3.2.1-beta.5",
4
- "date": "Fri Nov 14 2025 21:30:04 GMT+0000 (Coordinated Universal Time)",
3
+ "version": "3.3.1-beta.5",
4
+ "date": "Mon Nov 17 2025 13:16:42 GMT+0000 (Coordinated Universal Time)",
5
5
  "dependencies": [
6
6
  {
7
7
  "name": "@stack-spot/app-metadata",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "3.2.1-beta.5",
3
+ "version": "3.3.1-beta.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stack-spot/ai-chat-widget",
3
- "version": "3.2.1-beta.5",
4
- "date": "Fri Nov 14 2025 21:30:04 GMT+0000 (Coordinated Universal Time)",
3
+ "version": "3.3.1-beta.5",
4
+ "date": "Mon Nov 17 2025 13:16:42 GMT+0000 (Coordinated Universal Time)",
5
5
  "dependencies": [
6
6
  {
7
7
  "name": "@stack-spot/app-metadata",