@getspot/spot-widget-vue 3.0.5 → 3.0.7

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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## @getspot/spot-widget-vue [3.0.7](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.0.6...@getspot/spot-widget-vue@3.0.7) (2025-11-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** restore workspace deps and simplify release automation ([cd85a3b](https://gitlab.com/getspot/spot-widget/commit/cd85a3b97f026dfa0b93642aa2432a5abdf7fbbf))
7
+
8
+ ## @getspot/spot-widget-vue [3.0.6](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.0.5...@getspot/spot-widget-vue@3.0.6) (2025-11-05)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **core:** Use latest @getspot/spot-widget version on each package.json ([cad8ee6](https://gitlab.com/getspot/spot-widget/commit/cad8ee6c122953edbb6fb4e471d2727926144efd))
14
+
1
15
  ## @getspot/spot-widget-vue [3.0.5](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue@3.0.4...@getspot/spot-widget-vue@3.0.5) (2025-10-30)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-vue",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },