Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.14.0 #817

Merged
merged 23 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v0.13.1
  • Loading branch information
YousefED committed May 6, 2024
commit 1d4d4ffa6ee3390510abd51f5366e6f91788f381
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.13.0",
"version": "0.13.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@blocknote/ariakit": "^0.13.0",
"@blocknote/ariakit": "^0.13.1",
"@blocknote/core": "^0.13.0",
"@blocknote/mantine": "^0.13.0",
"@blocknote/react": "^0.13.0",
"@blocknote/shadcn": "^0.13.0",
"@blocknote/mantine": "^0.13.1",
"@blocknote/react": "^0.13.1",
"@blocknote/shadcn": "^0.13.1",
"@headlessui/react": "^1.7.18",
"@mantine/core": "^7.7.1",
"@next/bundle-analyzer": "^14.1.0",
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.13.0"
"version": "0.13.1"
}
46 changes: 23 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/ariakit/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": false,
"license": "MPL-2.0",
"version": "0.13.0",
"version": "0.13.1",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@ariakit/react": "^0.4.3",
"@blocknote/core": "^0.13.0",
"@blocknote/react": "^0.13.0",
"@blocknote/react": "^0.13.1",
"react": "^18",
"react-dom": "^18"
},
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.13.0",
"version": "0.13.1",
"description": "",
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mantine/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": false,
"license": "MPL-2.0",
"version": "0.13.0",
"version": "0.13.1",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@blocknote/core": "^0.13.0",
"@blocknote/react": "^0.13.0",
"@blocknote/react": "^0.13.1",
"@mantine/core": "^7.5.0",
"@mantine/hooks": "^7.5.0",
"@mantine/utils": "^6.0.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/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": false,
"license": "MPL-2.0",
"version": "0.13.0",
"version": "0.13.1",
"files": [
"dist",
"types",
Expand Down
4 changes: 2 additions & 2 deletions packages/shadcn/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": false,
"license": "MPL-2.0",
"version": "0.13.0",
"version": "0.13.1",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@blocknote/core": "^0.13.0",
"@blocknote/react": "^0.13.0",
"@blocknote/react": "^0.13.1",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blocknote/example-editor",
"private": true,
"version": "0.13.0",
"version": "0.13.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -10,11 +10,11 @@
"clean": "rimraf dist"
},
"dependencies": {
"@blocknote/ariakit": "^0.13.0",
"@blocknote/ariakit": "^0.13.1",
"@blocknote/core": "^0.13.0",
"@blocknote/mantine": "^0.13.0",
"@blocknote/react": "^0.13.0",
"@blocknote/shadcn": "^0.13.0",
"@blocknote/mantine": "^0.13.1",
"@blocknote/react": "^0.13.1",
"@blocknote/shadcn": "^0.13.1",
"@liveblocks/client": "^1.10.0",
"@liveblocks/yjs": "^1.10.0",
"@mantine/core": "^7.7.1",
Expand Down
10 changes: 5 additions & 5 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@blocknote/tests",
"private": true,
"version": "0.13.0",
"version": "0.13.1",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
Expand All @@ -16,11 +16,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@blocknote/ariakit": "^0.13.0",
"@blocknote/ariakit": "^0.13.1",
"@blocknote/core": "^0.13.0",
"@blocknote/mantine": "^0.13.0",
"@blocknote/react": "^0.13.0",
"@blocknote/shadcn": "^0.13.0",
"@blocknote/mantine": "^0.13.1",
"@blocknote/react": "^0.13.1",
"@blocknote/shadcn": "^0.13.1",
"@playwright/experimental-ct-react": "^1.42.1",
"@playwright/test": "^1.42.1",
"eslint": "^8.10.0",
Expand Down
Loading