@getspot/spot-widget-vue 4.0.4 → 4.1.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.
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
+ ## [4.1.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@4.1.0...@getspot/spot-widget-vue@4.1.1) (2026-03-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **core:** prevent payment terms from displaying if they are empty in api response ([918df9d](https://gitlab.com/getspot/spot-widget/commit/918df9d6685a6c83ac16e17bf9b063b817b1f128))
7
+
8
+ # [4.1.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@4.0.4...@getspot/spot-widget-vue@4.1.0) (2026-03-04)
9
+
10
+
11
+ ### Features
12
+
13
+ * **core:** add support for AED, GBP, MAD, and SAR currencies ([00203e3](https://gitlab.com/getspot/spot-widget/commit/00203e3c492b472a311161b58d02d2af56543dac))
14
+
1
15
  ## [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
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-vue",
3
- "version": "4.0.4",
3
+ "version": "4.1.1",
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.4"
17
+ "@getspot/spot-widget": "^4.1.1"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "vue": "^3.0.0"