Skip to content

Commit 6b8fedd

Browse files
committed
chore: release v1.10.0-beta.4
1 parent 09196ca commit 6b8fedd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noction/vue-draggable-grid-monorepo",
3-
"version": "1.10.0-beta.3",
3+
"version": "1.10.0-beta.4",
44
"scripts": {
55
"lint": "pnpm -P -r \"/^lint:.*/\"",
66
"lint:es": "pnpm -P -r lint:es",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "1.10.0-beta.3",
3+
"version": "1.10.0-beta.4",
44
"scripts": {
55
"dev": "vite",
66
"build": "cross-env NODE_ENV=production vite build && vue-tsc --declaration --emitDeclarationOnly",

packages/vue-draggable-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noction/vue-draggable-grid",
3-
"version": "1.10.0-beta.3",
3+
"version": "1.10.0-beta.4",
44
"type": "module",
55
"description": "Vue3 grid layout with resize, drag and responsive",
66
"homepage": "https://noction.github.io/vue-draggable-grid/",

0 commit comments

Comments
 (0)