@stack-spot/ai-chat-widget 3.3.1-beta.5 → 3.3.2-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 +7 -0
- 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,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.3.2-beta.5](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-beta@v3.3.1-beta.5...ai-chat-widget-beta@v3.3.2-beta.5) (2025-11-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* test ([#406](https://github.com/stack-spot/portal-ai-chat-widget/issues/406)) ([3c06655](https://github.com/stack-spot/portal-ai-chat-widget/commit/3c06655f859924f5b98cf88ce09c439444cb1140))
|
|
9
|
+
|
|
3
10
|
## [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
11
|
|
|
5
12
|
|
package/dist/app-metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-spot/ai-chat-widget",
|
|
3
|
-
"version": "3.3.
|
|
4
|
-
"date": "Mon Nov 17 2025
|
|
3
|
+
"version": "3.3.2-beta.5",
|
|
4
|
+
"date": "Mon Nov 17 2025 14:41:07 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.3.
|
|
4
|
-
"date": "Mon Nov 17 2025
|
|
3
|
+
"version": "3.3.2-beta.5",
|
|
4
|
+
"date": "Mon Nov 17 2025 14:41:07 GMT+0000 (Coordinated Universal Time)",
|
|
5
5
|
"dependencies": [
|
|
6
6
|
{
|
|
7
7
|
"name": "@stack-spot/app-metadata",
|