@stack-spot/ai-chat-widget 1.31.1-beta.1 → 1.31.2-beta.1
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,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.31.2-beta.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-beta@v1.31.1-beta.1...ai-chat-widget-beta@v1.31.2-beta.1) (2025-07-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* adjusts file size error (beta - release) ([#232](https://github.com/stack-spot/portal-ai-chat-widget/issues/232)) ([0cda5b8](https://github.com/stack-spot/portal-ai-chat-widget/commit/0cda5b8df804eed6a3bb160106953befb9a7d9cd))
|
|
9
|
+
|
|
3
10
|
## [1.31.1-beta.1](https://github.com/stack-spot/portal-ai-chat-widget/compare/ai-chat-widget-beta@v1.31.0-beta.1...ai-chat-widget-beta@v1.31.1-beta.1) (2025-07-14)
|
|
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": "1.31.
|
|
4
|
-
"date": "Mon Jul 14 2025
|
|
3
|
+
"version": "1.31.2-beta.1",
|
|
4
|
+
"date": "Mon Jul 14 2025 23:07:11 GMT+0000 (Coordinated Universal Time)",
|
|
5
5
|
"dependencies": [
|
|
6
6
|
{
|
|
7
7
|
"name": "@stack-spot/app-metadata",
|
|
@@ -20,7 +20,7 @@ const dictionary = {
|
|
|
20
20
|
upload: 'Upload file',
|
|
21
21
|
expand: 'Expand options',
|
|
22
22
|
collapse: 'Collapse options',
|
|
23
|
-
uploadSizeError: 'The following files were not added to the upload list because they\'re larger than $
|
|
23
|
+
uploadSizeError: 'The following files were not added to the upload list because they\'re larger than $0:',
|
|
24
24
|
uploadItemLimitError: 'The following files were not added because no more than $1 items may be uploaded at a time:',
|
|
25
25
|
uploadError: 'An error occurred while uploading the file "$0".',
|
|
26
26
|
uploadDragging: 'Drop the file here to upload',
|
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.31.
|
|
4
|
-
"date": "Mon Jul 14 2025
|
|
3
|
+
"version": "1.31.2-beta.1",
|
|
4
|
+
"date": "Mon Jul 14 2025 23:07:11 GMT+0000 (Coordinated Universal Time)",
|
|
5
5
|
"dependencies": [
|
|
6
6
|
{
|
|
7
7
|
"name": "@stack-spot/app-metadata",
|
|
@@ -21,7 +21,7 @@ const dictionary = {
|
|
|
21
21
|
upload: 'Upload file',
|
|
22
22
|
expand: 'Expand options',
|
|
23
23
|
collapse: 'Collapse options',
|
|
24
|
-
uploadSizeError: 'The following files were not added to the upload list because they\'re larger than $
|
|
24
|
+
uploadSizeError: 'The following files were not added to the upload list because they\'re larger than $0:',
|
|
25
25
|
uploadItemLimitError: 'The following files were not added because no more than $1 items may be uploaded at a time:',
|
|
26
26
|
uploadError: 'An error occurred while uploading the file "$0".',
|
|
27
27
|
uploadDragging: 'Drop the file here to upload',
|