@getspot/spot-widget-vue2 4.3.1 → 4.4.0

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [4.4.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@4.3.1...@getspot/spot-widget-vue2@4.4.0) (2026-07-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * **core:** explain lack of coverage when non-US resident is selected [ST-5295] ([333435d](https://gitlab.com/getspot/spot-widget/commit/333435d9b760d70351551f559068b7643cbbbbce))
7
+
1
8
  ## [4.3.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@4.3.0...@getspot/spot-widget-vue2@4.3.1) (2026-06-29)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-vue2",
3
- "version": "4.3.1",
3
+ "version": "4.4.0",
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": "^4.3.1"
17
+ "@getspot/spot-widget": "^4.4.0"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "vue": "^2.6.0"