diff --git a/docs/package.json b/docs/package.json index 50613cf..e09aedb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@reactjs-tiptap-editor/docs", "type": "module", - "version": "0.1.10", + "version": "0.1.11", "private": true, "scripts": { "dev": "vitepress dev", diff --git a/package-lock.json b/package-lock.json index 0a979dc..2b322c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vite-react-init", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8a8c792..28e2852 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reactjs-tiptap-editor", "type": "module", - "version": "0.1.10", + "version": "0.1.11", "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 0a30bc0..e02f013 100644 --- a/playground/package.json +++ b/playground/package.json @@ -2,7 +2,7 @@ "name": "playground", "private": true, "type": "module", - "version": "0.1.10", + "version": "0.1.11", "scripts": { "dev": "vite", "build": "tsc && vite build",