@getspot/spot-widget-vue2 3.2.2 → 3.2.3
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/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [3.2.3](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@3.2.2...@getspot/spot-widget-vue2@3.2.3) (2026-01-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **core:** render payment terms if optInSelected = true on initialization ([f9c9298](https://gitlab.com/getspot/spot-widget/commit/f9c92984e205f779f57a72872431ce49af8425c7))
|
|
7
|
+
|
|
1
8
|
## [3.2.2](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@3.2.1...@getspot/spot-widget-vue2@3.2.2) (2026-01-09)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget-vue2",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "Vue 2 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": "^3.3.
|
|
17
|
+
"@getspot/spot-widget": "^3.3.3"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"vue": "^2.6.0"
|