@stack-spot/ai-chat-widget 3.2.1-beta.4 → 3.3.0-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 +25 -1
- package/dist/app-metadata.json +2 -2
- package/package.json +1 -1
- package/src/app-metadata.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* 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))
|
|
9
|
+
* 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))
|
|
10
|
+
* test ([ead55dc](https://github.com/stack-spot/portal-ai-chat-widget/commit/ead55dc67bc242d5c5165bc11e27e6775a6737c2))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* force deploy ([6f9b8b0](https://github.com/stack-spot/portal-ai-chat-widget/commit/6f9b8b0712c61120c9b780468f58c313bca824d4))
|
|
16
|
+
* remove export ([bacc093](https://github.com/stack-spot/portal-ai-chat-widget/commit/bacc093c3b3ac279e67f10a33da79c601dbcdb29))
|
|
17
|
+
* test workflow ([30365d6](https://github.com/stack-spot/portal-ai-chat-widget/commit/30365d61bd7bda9e67064f588b43467d685e40eb))
|
|
18
|
+
* type pm agent resources and change send message ([c51b78a](https://github.com/stack-spot/portal-ai-chat-widget/commit/c51b78a8833515e23455c090be57bc1033bc4295))
|
|
19
|
+
* 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))
|
|
20
|
+
|
|
21
|
+
## [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)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* test ([ead55dc](https://github.com/stack-spot/portal-ai-chat-widget/commit/ead55dc67bc242d5c5165bc11e27e6775a6737c2))
|
|
27
|
+
|
|
3
28
|
## [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
29
|
|
|
5
30
|
|
|
@@ -808,4 +833,3 @@
|
|
|
808
833
|
|
|
809
834
|
* copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
|
|
810
835
|
* copy all event ([8e756e8](https://github.com/stack-spot/portal-ai-chat-widget/commit/8e756e84437c65d7f3ab43387de918bcdcc4a922))
|
|
811
|
-
|
package/dist/app-metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-spot/ai-chat-widget",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"date": "
|
|
3
|
+
"version": "3.3.0-beta.5",
|
|
4
|
+
"date": "Mon Nov 17 2025 13:04:01 GMT+0000 (Coordinated Universal Time)",
|
|
5
5
|
"dependencies": [
|
|
6
6
|
{
|
|
7
7
|
"name": "@stack-spot/app-metadata",
|
package/package.json
CHANGED
package/src/app-metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-spot/ai-chat-widget",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"date": "
|
|
3
|
+
"version": "3.3.0-beta.5",
|
|
4
|
+
"date": "Mon Nov 17 2025 13:04:01 GMT+0000 (Coordinated Universal Time)",
|
|
5
5
|
"dependencies": [
|
|
6
6
|
{
|
|
7
7
|
"name": "@stack-spot/app-metadata",
|