@getspot/spot-widget-vue 3.1.0 → 3.1.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 +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [3.1.2](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.1.1...@getspot/spot-widget-vue@3.1.2) (2025-12-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **core:** update terms and conditions replacement regex ([d806a6d](https://gitlab.com/getspot/spot-widget/commit/d806a6da58ceda91fd981990cd2a4e84b81cc4b2))
|
|
7
|
+
|
|
8
|
+
## [3.1.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.1.0...@getspot/spot-widget-vue@3.1.1) (2025-11-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **ci:** build core package before dependent releases to ensure types are available ([8ce1d02](https://gitlab.com/getspot/spot-widget/commit/8ce1d02e91883852f1136cf4f39a187b30ed485e))
|
|
14
|
+
* **ci:** reinstall dependencies after git reset to restore workspace links ([b2cf73a](https://gitlab.com/getspot/spot-widget/commit/b2cf73a45b042ebc7a167b874a3d1c15feee5b7b))
|
|
15
|
+
* **ci:** run dependent package releases sequentially to avoid git sync issues ([a353573](https://gitlab.com/getspot/spot-widget/commit/a353573f363740f146fb67c61424fbe8c74fdbd1))
|
|
16
|
+
|
|
1
17
|
# [3.1.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.0.8...@getspot/spot-widget-vue@3.1.0) (2025-11-19)
|
|
2
18
|
|
|
3
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget-vue",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.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.2.
|
|
17
|
+
"@getspot/spot-widget": "^3.2.3"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"vue": "^3.0.0"
|