Skip to content

Commit 6c5523d

Browse files
committed
chore: bump version
1 parent 6f5f5c8 commit 6c5523d

File tree

3 files changed

+1
-1270
lines changed

3 files changed

+1
-1270
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@2.25.0/schema.json",
33
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
44
"fixed": [],
55
"updateInternalDependencies": "patch",

packages/vue-flow/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path ../../.gitignore .",
3131
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
3232
"prepublishOnly": "shx cp ../../README.md .",
33-
"release": "pnpm np",
3433
"postpublish": "shx rm README.md && git commit -a -m \"chore: bump version\"",
3534
"test": "exit 0"
3635
},
@@ -48,7 +47,6 @@
4847
"@types/d3": "^7.4.0",
4948
"@vitejs/plugin-vue": "^2.3.4",
5049
"autoprefixer": "^10.4.8",
51-
"np": "^7.6.2",
5250
"postcss": "^8.4.16",
5351
"postcss-cli": "^9.1.0",
5452
"postcss-nested": "^5.0.6",

0 commit comments

Comments
 (0)