@getspot/spot-widget-react 3.3.0 → 3.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.3.2](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-react@3.3.1...@getspot/spot-widget-react@3.3.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.3.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-react@3.3.0...@getspot/spot-widget-react@3.3.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.3.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-react@3.2.3...@getspot/spot-widget-react@3.3.0) (2025-12-22)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-react",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "React 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.0"
17
+ "@getspot/spot-widget": "^3.3.2"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@types/react": ">=18.0.0",