@getspot/spot-widget-vue 3.0.8 → 3.1.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 +16 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # [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
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add descriptions to packages and sync git in CI ([b71d037](https://gitlab.com/getspot/spot-widget/commit/b71d0372ae90c00f452fa00d0dd2ee35d075e040))
7
+ * **ci:** simplify dependent release sync ([8e85ef3](https://gitlab.com/getspot/spot-widget/commit/8e85ef3523ffa824d19eb9a50770db9d8ef86fab))
8
+ * **ci:** use git reset for dependent package sync ([4ae461f](https://gitlab.com/getspot/spot-widget/commit/4ae461f56ade042d7df3e98ef2b39dd50648eaf9))
9
+ * **release:** remove multi-semantic-release ([e8dd5bb](https://gitlab.com/getspot/spot-widget/commit/e8dd5bb2def192e6803d5a7ed20655580dc4b4f9))
10
+ * **release:** use npm package to handle updating the package.json version ([31e51f5](https://gitlab.com/getspot/spot-widget/commit/31e51f5b5bd52bf9461555811ae5e1bb762bd688))
11
+
12
+
13
+ ### Features
14
+
15
+ * **vue,vue2:** add descriptions to trigger semantic-release ([8e66e24](https://gitlab.com/getspot/spot-widget/commit/8e66e246f4327488981b391cf725e85c40c47920))
16
+
1
17
  ## @getspot/spot-widget-vue [3.0.8](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.0.7...@getspot/spot-widget-vue@3.0.8) (2025-11-19)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-vue",
3
- "version": "3.0.8",
3
+ "version": "3.1.0",
4
+ "description": "Vue 3 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.1.1"
17
+ "@getspot/spot-widget": "^3.2.0"
17
18
  },
18
19
  "peerDependencies": {
19
20
  "vue": "^3.0.0"