@skdx/vue-blocks 0.37.0 → 0.38.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skdx/vue-blocks",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "description": "Vue blocks for the SkandaDX design system — page-level compositions of @skdx/vue styled by @skdx/skins",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -254,7 +254,7 @@
254
254
  "sideEffects": false,
255
255
  "peerDependencies": {
256
256
  "vue": "^3.5.0",
257
- "@skdx/vue": "^0.37.0"
257
+ "@skdx/vue": "^0.38.0"
258
258
  },
259
259
  "devDependencies": {
260
260
  "@vitejs/plugin-vue": "^5.0.0",
@@ -266,7 +266,7 @@
266
266
  "vitest": "^4.1.10",
267
267
  "vue": "^3.5.39",
268
268
  "vue-tsc": "^2.0.0",
269
- "@skdx/vue": "0.37.0"
269
+ "@skdx/vue": "0.38.0"
270
270
  },
271
271
  "scripts": {
272
272
  "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",