@getspot/spot-widget-vue2 3.0.4 → 3.0.6

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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## @getspot/spot-widget-vue2 [3.0.6](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@3.0.5...@getspot/spot-widget-vue2@3.0.6) (2025-11-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **core:** Use latest @getspot/spot-widget version on each package.json ([cad8ee6](https://gitlab.com/getspot/spot-widget/commit/cad8ee6c122953edbb6fb4e471d2727926144efd))
7
+
8
+ ## @getspot/spot-widget-vue2 [3.0.5](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@3.0.4...@getspot/spot-widget-vue2@3.0.5) (2025-10-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * use range dependencies for wrappers ([5267a1c](https://gitlab.com/getspot/spot-widget/commit/5267a1cc8c27d2619e4840e10b6f120542301e0f))
14
+ * wrapper packages commit msg length was too long ([540a022](https://gitlab.com/getspot/spot-widget/commit/540a022873a4330686bb255ea08ddd194a8513c4))
15
+
1
16
  ## @getspot/spot-widget-vue2 [3.0.4](https://gitlab.com/getspot/spot-widget/compare/@getspot/spot-widget-vue2@3.0.3...@getspot/spot-widget-vue2@3.0.4) (2025-10-29)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getspot/spot-widget-vue2",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -22,7 +22,7 @@
22
22
  "prepublishOnly": "npm run build"
23
23
  },
24
24
  "dependencies": {
25
- "@getspot/spot-widget": "3.0.4"
25
+ "@getspot/spot-widget": "3.0.5"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "vue": "^2.6.0"