diff --git a/docs/package.json b/docs/package.json index e09aedb..dce30b6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@reactjs-tiptap-editor/docs", "type": "module", - "version": "0.1.11", + "version": "0.1.12", "private": true, "scripts": { "dev": "vitepress dev", diff --git a/package-lock.json b/package-lock.json index 2b322c7..77f7aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vite-react-init", - "version": "0.1.11", + "version": "0.1.12", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7ed7c0a..ec9f89a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reactjs-tiptap-editor", "type": "module", - "version": "0.1.11", + "version": "0.1.12", "main": "./lib/index.cjs", "module": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/playground/package.json b/playground/package.json index e02f013..66b5bf5 100644 --- a/playground/package.json +++ b/playground/package.json @@ -2,7 +2,7 @@ "name": "playground", "private": true, "type": "module", - "version": "0.1.11", + "version": "0.1.12", "scripts": { "dev": "vite", "build": "tsc && vite build",