Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Apr 10, 2023
1 parent 87af833 commit 5e493b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/simple-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -23,7 +23,7 @@
"@tiptap/starter-kit": "^2.0.2",
"solid-headless": "^0.13.1",
"solid-js": "^1.7.3",
"solid-tiptap": "0.5.1",
"solid-tiptap": "0.6.0",
"tailwindcss": "^3.3.1"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.5.1"
"version": "0.6.0"
}
2 changes: 1 addition & 1 deletion packages/solid-tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.1",
"version": "0.6.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down

0 comments on commit 5e493b3

Please sign in to comment.