Skip to content

Commit

Permalink
chore: release v1.10.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LwveMike committed Jan 22, 2024
1 parent 09196ca commit 6b8fedd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noction/vue-draggable-grid-monorepo",
"version": "1.10.0-beta.3",
"version": "1.10.0-beta.4",
"scripts": {
"lint": "pnpm -P -r \"/^lint:.*/\"",
"lint:es": "pnpm -P -r lint:es",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "1.10.0-beta.3",
"version": "1.10.0-beta.4",
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build && vue-tsc --declaration --emitDeclarationOnly",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-draggable-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noction/vue-draggable-grid",
"version": "1.10.0-beta.3",
"version": "1.10.0-beta.4",
"type": "module",
"description": "Vue3 grid layout with resize, drag and responsive",
"homepage": "https://noction.github.io/vue-draggable-grid/",
Expand Down

0 comments on commit 6b8fedd

Please sign in to comment.