Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #67

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Next #67

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release v1.10.1
  • Loading branch information
Cristian Gratii committed Mar 12, 2024
commit 26f59f952ed69227fb03a03aeac7f38fd00527cb
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",
"version": "1.10.1",
"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",
"version": "1.10.1",
"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",
"version": "1.10.1",
"type": "module",
"description": "Vue3 grid layout with resize, drag and responsive",
"homepage": "https://noction.github.io/vue-draggable-grid/",
Expand Down
Loading