Skip to content

Commit

Permalink
chore: release v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eschricht committed Jul 22, 2024
1 parent 2fd4af1 commit 59bfd0a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/artivue/package.json
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/eschricht>",
Expand Down
18 changes: 9 additions & 9 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@artivue/nuxt",
"type": "module",
"version": "0.3.3",
"version": "0.3.4",
"private": false,
"author": "Eschricht <https://github.com/eschricht>",
"license": "MIT",
Expand Down Expand Up @@ -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"
}
}
9 changes: 6 additions & 3 deletions packages/unocss/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@artivue/unocss",
"type": "module",
"version": "0.3.3",
"version": "0.3.4",
"private": false,
"author": "Eschricht <https://github.com/eschricht>",
"license": "MIT",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 59bfd0a

Please sign in to comment.