@getspot/spot-widget-vue2 3.0.8 → 3.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.
- package/CHANGELOG.md +26 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## [3.1.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@3.1.0...@getspot/spot-widget-vue2@3.1.1) (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.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@3.0.8...@getspot/spot-widget-vue2@3.1.0) (2025-11-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add descriptions to packages and sync git in CI ([b71d037](https://gitlab.com/getspot/spot-widget/commit/b71d0372ae90c00f452fa00d0dd2ee35d075e040))
|
|
14
|
+
* **ci:** build core package before dependent releases to ensure types are available ([8ce1d02](https://gitlab.com/getspot/spot-widget/commit/8ce1d02e91883852f1136cf4f39a187b30ed485e))
|
|
15
|
+
* **ci:** reinstall dependencies after git reset to restore workspace links ([b2cf73a](https://gitlab.com/getspot/spot-widget/commit/b2cf73a45b042ebc7a167b874a3d1c15feee5b7b))
|
|
16
|
+
* **ci:** run dependent package releases sequentially to avoid git sync issues ([a353573](https://gitlab.com/getspot/spot-widget/commit/a353573f363740f146fb67c61424fbe8c74fdbd1))
|
|
17
|
+
* **ci:** simplify dependent release sync ([8e85ef3](https://gitlab.com/getspot/spot-widget/commit/8e85ef3523ffa824d19eb9a50770db9d8ef86fab))
|
|
18
|
+
* **ci:** use git reset for dependent package sync ([4ae461f](https://gitlab.com/getspot/spot-widget/commit/4ae461f56ade042d7df3e98ef2b39dd50648eaf9))
|
|
19
|
+
* **release:** remove multi-semantic-release ([e8dd5bb](https://gitlab.com/getspot/spot-widget/commit/e8dd5bb2def192e6803d5a7ed20655580dc4b4f9))
|
|
20
|
+
* **release:** use npm package to handle updating the package.json version ([31e51f5](https://gitlab.com/getspot/spot-widget/commit/31e51f5b5bd52bf9461555811ae5e1bb762bd688))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **vue,vue2:** add descriptions to trigger semantic-release ([8e66e24](https://gitlab.com/getspot/spot-widget/commit/8e66e246f4327488981b391cf725e85c40c47920))
|
|
26
|
+
|
|
1
27
|
## @getspot/spot-widget-vue2 [3.0.8](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@3.0.7...@getspot/spot-widget-vue2@3.0.8) (2025-11-19)
|
|
2
28
|
|
|
3
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getspot/spot-widget-vue2",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
|
+
"description": "Vue 2 wrapper for Spot Widget",
|
|
4
5
|
"publishConfig": {
|
|
5
6
|
"access": "public"
|
|
6
7
|
},
|
|
@@ -13,7 +14,7 @@
|
|
|
13
14
|
"CHANGELOG.md"
|
|
14
15
|
],
|
|
15
16
|
"dependencies": {
|
|
16
|
-
"@getspot/spot-widget": "3.
|
|
17
|
+
"@getspot/spot-widget": "^3.2.3"
|
|
17
18
|
},
|
|
18
19
|
"peerDependencies": {
|
|
19
20
|
"vue": "^2.6.0"
|