diff --git a/docs/package.json b/docs/package.json index f028776..1cb71d2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@reactjs-tiptap-editor/docs", "type": "module", - "version": "0.0.53", + "version": "0.0.54", "private": true, "scripts": { "dev": "vitepress dev", diff --git a/package-lock.json b/package-lock.json index 7796e12..3b84989 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-react-init", - "version": "0.0.53", + "version": "0.0.54", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-react-init", - "version":"0.0.53"", + "version":"0.0.54"", "hasInstallScript": true, "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index a88c812..82fbe34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reactjs-tiptap-editor", "type": "module", - "version": "0.0.53", + "version": "0.0.54", "main": "./lib/reactjs-tiptap-editor.cjs", "module": "./lib/reactjs-tiptap-editor.js", "types": "./lib/index.d.ts", diff --git a/playground/package.json b/playground/package.json index 944a509..a402b0f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -2,7 +2,7 @@ "name": "playground", "private": true, "type": "module", - "version": "0.0.53", + "version": "0.0.54", "scripts": { "dev": "vite", "build": "tsc && vite build",