@getspot/spot-widget-vue2 4.1.1 → 4.3.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.
- package/CHANGELOG.md +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [4.3.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@4.2.0...@getspot/spot-widget-vue2@4.3.0) (2026-06-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **core:** publish 13 currencies for Competition Corner [ST-5242] ([c700cc6](https://gitlab.com/getspot/spot-widget/commit/c700cc6557c66a4b9d24e799fdbe3b9f24f342eb))
|
|
7
|
+
|
|
8
|
+
# [4.2.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@4.1.1...@getspot/spot-widget-vue2@4.2.0) (2026-05-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **core:** allow user to select state in widget and make selection available ([d5758ba](https://gitlab.com/getspot/spot-widget/commit/d5758baa147cb31e018e15ef1280a7599c3b515b))
|
|
14
|
+
|
|
1
15
|
## [4.1.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@4.1.0...@getspot/spot-widget-vue2@4.1.1) (2026-03-06)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget-vue2",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.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.
|
|
17
|
+
"@getspot/spot-widget": "^4.3.0"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"vue": "^2.6.0"
|