@getspot/spot-widget-vue 3.2.0 → 3.2.2
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
|
+
## [3.2.2](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.2.1...@getspot/spot-widget-vue@3.2.2) (2026-01-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **core:** render payment terms if quote contains paymentTerms ([852af4e](https://gitlab.com/getspot/spot-widget/commit/852af4e7fe9838aac0409e26713614e20d523a9b))
|
|
7
|
+
|
|
8
|
+
## [3.2.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.2.0...@getspot/spot-widget-vue@3.2.1) (2026-01-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **core:** pass along isPartialPayment and roundTo on batch quote request ([50295cb](https://gitlab.com/getspot/spot-widget/commit/50295cbdf7860dd93c261bfb27294f10cd1f045c))
|
|
14
|
+
|
|
1
15
|
# [3.2.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.1.4...@getspot/spot-widget-vue@3.2.0) (2025-12-22)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget-vue",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
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": "^3.3.
|
|
17
|
+
"@getspot/spot-widget": "^3.3.2"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"vue": "^3.0.0"
|