@getspot/spot-widget 3.1.3 → 3.2.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 +20 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # [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)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ci:** simplify dependent release sync ([8e85ef3](https://gitlab.com/getspot/spot-widget/commit/8e85ef3523ffa824d19eb9a50770db9d8ef86fab))
7
+ * **ci:** use git reset for dependent package sync ([4ae461f](https://gitlab.com/getspot/spot-widget/commit/4ae461f56ade042d7df3e98ef2b39dd50648eaf9))
8
+
9
+
10
+ ### Features
11
+
12
+ * **vue,vue2:** add descriptions to trigger semantic-release ([8e66e24](https://gitlab.com/getspot/spot-widget/commit/8e66e246f4327488981b391cf725e85c40c47920))
13
+
14
+ ## [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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * add descriptions to packages and sync git in CI ([b71d037](https://gitlab.com/getspot/spot-widget/commit/b71d0372ae90c00f452fa00d0dd2ee35d075e040))
20
+
1
21
  ## [3.1.3](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget@3.1.2...@getspot/spot-widget@3.1.3) (2025-11-19)
2
22
 
3
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget",
3
- "version": "3.1.3",
3
+ "version": "3.2.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },