diff --git a/docs/package.json b/docs/package.json index 4ae4337..60f13c3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@reactjs-tiptap-editor/docs", "type": "module", - "version": "0.0.47", + "version": "0.0.48", "private": true, "scripts": { "dev": "vitepress dev", diff --git a/package-lock.json b/package-lock.json index 090977b..5a69add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-react-init", - "version": "0.0.47", + "version": "0.0.48", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-react-init", - "version":"0.0.47"", + "version":"0.0.48"", "hasInstallScript": true, "dependencies": { "react": "^18.2.0", diff --git a/package.json b/package.json index db4a0a7..fe5b214 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reactjs-tiptap-editor", "type": "module", - "version": "0.0.47", + "version": "0.0.48", "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 a33efe5..5afc4b0 100644 --- a/playground/package.json +++ b/playground/package.json @@ -2,7 +2,7 @@ "name": "playground", "private": true, "type": "module", - "version": "0.0.47", + "version": "0.0.48", "scripts": { "dev": "vite", "build": "tsc && vite build",