Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Nov 6, 2024
1 parent 2b5287b commit c48248e
Show file tree
Hide file tree
Showing 16 changed files with 109 additions and 109 deletions.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.18.1",
"version": "0.19.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,12 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@blocknote/ariakit": "^0.18.1",
"@blocknote/core": "^0.18.0",
"@blocknote/mantine": "^0.18.1",
"@blocknote/react": "^0.18.1",
"@blocknote/shadcn": "^0.18.1",
"@blocknote/xl-multi-column": "^0.18.1",
"@blocknote/ariakit": "^0.19.0",
"@blocknote/core": "^0.19.0",
"@blocknote/mantine": "^0.19.0",
"@blocknote/react": "^0.19.0",
"@blocknote/shadcn": "^0.19.0",
"@blocknote/xl-multi-column": "^0.19.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.4",
"@mantine/core": "^7.10.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"useWorkspaces": true,
"version": "0.18.1"
"version": "0.19.0"
}
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/ariakit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"*.css"
],
"license": "MPL-2.0",
"version": "0.18.1",
"version": "0.19.0",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"dependencies": {
"@ariakit/react": "^0.4.3",
"@blocknote/core": "^0.18.0",
"@blocknote/react": "^0.18.1"
"@blocknote/core": "^0.19.0",
"@blocknote/react": "^0.19.0"
},
"devDependencies": {
"@types/react": "^18.0.25",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"*.css"
],
"license": "MPL-2.0",
"version": "0.18.1",
"version": "0.19.0",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -79,13 +79,13 @@
"@tiptap/pm": "^2.7.1",
"emoji-mart": "^5.6.0",
"hast-util-from-dom": "^4.2.0",
"prosemirror-model": "^1.23.0",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-highlight": "^0.9.0",
"prosemirror-model": "^1.23.0",
"prosemirror-state": "^1.4.3",
"prosemirror-tables": "^1.6.1",
"prosemirror-transform": "^1.9.0",
"prosemirror-view": "^1.33.7",
"prosemirror-dropcursor": "^1.8.1",
"rehype-format": "^5.0.0",
"rehype-parse": "^8.0.4",
"rehype-remark": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": true,
"license": "MPL-2.0",
"version": "0.18.0",
"version": "0.19.0",
"description": "",
"type": "module",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"*.css"
],
"license": "MPL-2.0",
"version": "0.18.1",
"version": "0.19.0",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -50,8 +50,8 @@
"clean": "rimraf dist && rimraf types"
},
"dependencies": {
"@blocknote/core": "^0.18.0",
"@blocknote/react": "^0.18.1",
"@blocknote/core": "^0.19.0",
"@blocknote/react": "^0.19.0",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/utils": "^6.0.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"*.css"
],
"license": "MPL-2.0",
"version": "0.18.1",
"version": "0.19.0",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -52,7 +52,7 @@
"clean": "rimraf dist && rimraf types"
},
"dependencies": {
"@blocknote/core": "^0.18.0",
"@blocknote/core": "^0.19.0",
"@floating-ui/react": "^0.26.4",
"@tiptap/core": "^2.7.1",
"@tiptap/react": "^2.7.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/server-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"*.css"
],
"license": "MPL-2.0",
"version": "0.18.1",
"version": "0.19.0",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -50,8 +50,8 @@
"test-watch": "vitest watch"
},
"dependencies": {
"@blocknote/core": "^0.18.0",
"@blocknote/react": "^0.18.1",
"@blocknote/core": "^0.19.0",
"@blocknote/react": "^0.19.0",
"@tiptap/core": "^2.7.1",
"@tiptap/pm": "^2.7.1",
"jsdom": "^25.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/shadcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"*.css"
],
"license": "MPL-2.0",
"version": "0.18.1",
"version": "0.19.0",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -50,8 +50,8 @@
"clean": "rimraf dist && rimraf types"
},
"dependencies": {
"@blocknote/core": "^0.18.0",
"@blocknote/react": "^0.18.1",
"@blocknote/core": "^0.19.0",
"@blocknote/react": "^0.19.0",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
Expand Down
Loading

0 comments on commit c48248e

Please sign in to comment.