@stack-spot/ai-chat-widget 1.22.0-beta.8 → 1.23.0
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 +8 -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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.23.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.22.0...ai-chat-widget@v1.23.0) (2025-05-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add new download feature in code snippets ([#151](https://github.com/stack-spot/portal-ai-chat-widget/issues/151)) ([3e2fac8](https://github.com/stack-spot/portal-ai-chat-widget/commit/3e2fac85f7a5d4150cae921eb57abc6b8ac92e5e))
|
|
9
|
+
* upd layout input ([#152](https://github.com/stack-spot/portal-ai-chat-widget/issues/152)) ([c1e9574](https://github.com/stack-spot/portal-ai-chat-widget/commit/c1e95743c6d8f6f2f6b62da09c81de3c71c7ec55))
|
|
10
|
+
|
|
3
11
|
## [1.22.0](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget@v1.21.2...ai-chat-widget@v1.22.0) (2025-05-26)
|
|
4
12
|
|
|
5
13
|
|
package/dist/app-metadata.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-spot/ai-chat-widget",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"date": "Wed May 28 2025
|
|
3
|
+
"version": "1.23.0",
|
|
4
|
+
"date": "Wed May 28 2025 18:57:10 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": "1.
|
|
4
|
-
"date": "Wed May 28 2025
|
|
3
|
+
"version": "1.23.0",
|
|
4
|
+
"date": "Wed May 28 2025 18:57:10 GMT+0000 (Coordinated Universal Time)",
|
|
5
5
|
"dependencies": [
|
|
6
6
|
{
|
|
7
7
|
"name": "@stack-spot/app-metadata",
|