From 59bfd0ad28f7e29c8ea6272ebf5649ec1c0f2a1f Mon Sep 17 00:00:00 2001 From: Johannes Eschricht Date: Mon, 22 Jul 2024 23:00:35 +0200 Subject: [PATCH] chore: release v0.3.4 --- packages/artivue/package.json | 2 +- packages/nuxt/package.json | 18 +++++++++--------- packages/unocss/package.json | 9 ++++++--- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/packages/artivue/package.json b/packages/artivue/package.json index f62aead..e09e9d5 100644 --- a/packages/artivue/package.json +++ b/packages/artivue/package.json @@ -1,7 +1,7 @@ { "name": "artivue", "type": "module", - "version": "0.3.3", + "version": "0.3.4", "private": false, "description": "A Vue plugin to create layered theming and styling", "author": "Eschricht ", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index dc95608..6cf697f 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "@artivue/nuxt", "type": "module", - "version": "0.3.3", + "version": "0.3.4", "private": false, "author": "Eschricht ", "license": "MIT", @@ -39,23 +39,23 @@ "scripts": { "prepack": "nuxt-module-build build", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare", + "dev": "nuxi dev playground", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch" }, "dependencies": { - "@nuxt/kit": "^3.10.3", + "@nuxt/kit": "^3.12.4", "artivue": "workspace:*" }, "devDependencies": { "@nuxt/devtools": "latest", "@nuxt/module-builder": "^0.5.5", - "@nuxt/schema": "^3.10.3", - "@nuxt/test-utils": "^3.11.0", - "@types/node": "^20.11.27", - "eslint": "^8.57.0", - "nuxt": "^3.10.3", - "vitest": "^1.3.1", - "vue": "^3.4.21" + "@nuxt/schema": "^3.12.4", + "@nuxt/test-utils": "^3.13.1", + "@types/node": "^20.14.11", + "eslint": "^9.7.0", + "nuxt": "^3.12.4", + "vitest": "^1.3.1" } } diff --git a/packages/unocss/package.json b/packages/unocss/package.json index 7f71561..29094c7 100644 --- a/packages/unocss/package.json +++ b/packages/unocss/package.json @@ -1,7 +1,7 @@ { "name": "@artivue/unocss", "type": "module", - "version": "0.3.3", + "version": "0.3.4", "private": false, "author": "Eschricht ", "license": "MIT", @@ -38,8 +38,11 @@ "build": "unbuild", "preview": "vite preview" }, + "peerDependencies": { + "unocss": ">= 0.31.13 < 1" + }, "devDependencies": { - "@unocss/core": "^0.58.6", - "@unocss/preset-mini": "^0.58.6" + "@unocss/core": "^0.61.5", + "@unocss/preset-mini": "^0.61.5" } }