Skip to content

Commit 0109799

Browse files
committed
chore(release): v1.0.1
1 parent 95fa6e6 commit 0109799

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
4+
## v1.0.1
5+
6+
[compare changes](https://github.com/zizigy/vue-dnd-kit/compare/v2.4.4...v1.0.1)
7+

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-dnd-kit/nuxt",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Nuxt module for Vue DnD Kit — auto-imports and SSR support",
55
"author": "ZiZIGY",
66
"license": "MIT",
@@ -32,7 +32,7 @@
3232
"dev": "npm run dev:prepare && nuxt dev playground",
3333
"dev:build": "nuxt build playground",
3434
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
35-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
35+
"release": "npm run prepack && changelogen --release && npm publish && git push --follow-tags",
3636
"lint": "eslint .",
3737
"test": "vitest run",
3838
"test:watch": "vitest watch",

0 commit comments

Comments
 (0)