@getspot/spot-widget 3.1.4 → 3.2.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 +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [3.2.1](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget@3.2.0...@getspot/spot-widget@3.2.1) (2025-11-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **ci:** reinstall dependencies after git reset to restore workspace links ([b2cf73a](https://gitlab.com/getspot/spot-widget/commit/b2cf73a45b042ebc7a167b874a3d1c15feee5b7b))
|
|
7
|
+
* **ci:** run dependent package releases sequentially to avoid git sync issues ([a353573](https://gitlab.com/getspot/spot-widget/commit/a353573f363740f146fb67c61424fbe8c74fdbd1))
|
|
8
|
+
|
|
9
|
+
# [3.2.0](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget@3.1.4...@getspot/spot-widget@3.2.0) (2025-11-19)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **ci:** simplify dependent release sync ([8e85ef3](https://gitlab.com/getspot/spot-widget/commit/8e85ef3523ffa824d19eb9a50770db9d8ef86fab))
|
|
15
|
+
* **ci:** use git reset for dependent package sync ([4ae461f](https://gitlab.com/getspot/spot-widget/commit/4ae461f56ade042d7df3e98ef2b39dd50648eaf9))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **vue,vue2:** add descriptions to trigger semantic-release ([8e66e24](https://gitlab.com/getspot/spot-widget/commit/8e66e246f4327488981b391cf725e85c40c47920))
|
|
21
|
+
|
|
1
22
|
## [3.1.4](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget@3.1.3...@getspot/spot-widget@3.1.4) (2025-11-19)
|
|
2
23
|
|
|
3
24
|
|