@getspot/spot-widget-vue 4.0.2 → 4.0.4
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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.0.4](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@4.0.3...@getspot/spot-widget-vue@4.0.4) (2026-02-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **core:** spread batchData to forward all fields including metadata ([a26f69e](https://gitlab.com/getspot/spot-widget/commit/a26f69eb145829bb6b3ae2f32a698adfa57dab0d))
|
|
7
|
+
|
|
8
|
+
## [4.0.3](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@4.0.2...@getspot/spot-widget-vue@4.0.3) (2026-01-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* ability to add border color to spot component and logo ([2be9401](https://gitlab.com/getspot/spot-widget/commit/2be9401b60518b75dc89a1bbb4ece6d5fad0c902))
|
|
14
|
+
|
|
1
15
|
## [4.0.2](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@4.0.1...@getspot/spot-widget-vue@4.0.2) (2026-01-21)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget-vue",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "Vue 3 wrapper for Spot Widget",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"CHANGELOG.md"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@getspot/spot-widget": "^4.0.
|
|
17
|
+
"@getspot/spot-widget": "^4.0.4"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"vue": "^3.0.0"
|