Skip to content

Commit 85814be

Browse files
committed
chore: release v1.0.0
1 parent c67ed24 commit 85814be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reactjs-tiptap-editor/docs",
33
"type": "module",
4-
"version": "0.4.2",
4+
"version": "1.0.0",
55
"private": true,
66
"scripts": {
77
"dev": "vitepress dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactjs-tiptap-editor",
33
"type": "module",
4-
"version": "0.4.2",
4+
"version": "1.0.0",
55
"packageManager": "[email protected]",
66
"description": "A modern WYSIWYG rich text editor based on tiptap and shadcn ui for React",
77
"license": "MIT",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "playground",
33
"private": true,
44
"type": "module",
5-
"version": "0.4.2",
5+
"version": "1.0.0",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",

0 commit comments

Comments
 (0)