Skip to content

Commit

Permalink
v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Oct 30, 2024
1 parent 937ada8 commit c66118d
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 51 deletions.
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.18.0",
"version": "0.18.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@blocknote/ariakit": "^0.18.0",
"@blocknote/ariakit": "^0.18.1",
"@blocknote/core": "^0.18.0",
"@blocknote/mantine": "^0.18.0",
"@blocknote/react": "^0.18.0",
"@blocknote/shadcn": "^0.18.0",
"@blocknote/mantine": "^0.18.1",
"@blocknote/react": "^0.18.1",
"@blocknote/shadcn": "^0.18.1",
"@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.0"
"version": "0.18.1"
}
50 changes: 25 additions & 25 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 @@ -6,7 +6,7 @@
"*.css"
],
"license": "MPL-2.0",
"version": "0.18.0",
"version": "0.18.1",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@ariakit/react": "^0.4.3",
"@blocknote/core": "^0.18.0",
"@blocknote/react": "^0.18.0"
"@blocknote/react": "^0.18.1"
},
"devDependencies": {
"@types/react": "^18.0.25",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.18.1",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@blocknote/core": "^0.18.0",
"@blocknote/react": "^0.18.0",
"@blocknote/react": "^0.18.1",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@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 @@ -6,7 +6,7 @@
"*.css"
],
"license": "MPL-2.0",
"version": "0.18.0",
"version": "0.18.1",
"files": [
"dist",
"types",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.18.1",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@blocknote/core": "^0.18.0",
"@blocknote/react": "^0.18.0",
"@blocknote/react": "^0.18.1",
"@tiptap/core": "^2.7.1",
"@tiptap/pm": "^2.7.1",
"jsdom": "^21.1.0",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.18.1",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@blocknote/core": "^0.18.0",
"@blocknote/react": "^0.18.0",
"@blocknote/react": "^0.18.1",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
Expand Down
12 changes: 6 additions & 6 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.18.0",
"version": "0.18.1",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
Expand All @@ -12,12 +12,12 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.609.0",
"@aws-sdk/s3-request-presigner": "^3.609.0",
"@blocknote/ariakit": "^0.18.0",
"@blocknote/ariakit": "^0.18.1",
"@blocknote/core": "^0.18.0",
"@blocknote/mantine": "^0.18.0",
"@blocknote/react": "^0.18.0",
"@blocknote/server-util": "^0.18.0",
"@blocknote/shadcn": "^0.18.0",
"@blocknote/mantine": "^0.18.1",
"@blocknote/react": "^0.18.1",
"@blocknote/server-util": "^0.18.1",
"@blocknote/shadcn": "^0.18.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@liveblocks/client": "^1.10.0",
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.18.0",
"version": "0.18.1",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
Expand All @@ -17,11 +17,11 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@blocknote/ariakit": "^0.18.0",
"@blocknote/ariakit": "^0.18.1",
"@blocknote/core": "^0.18.0",
"@blocknote/mantine": "^0.18.0",
"@blocknote/react": "^0.18.0",
"@blocknote/shadcn": "^0.18.0",
"@blocknote/mantine": "^0.18.1",
"@blocknote/react": "^0.18.1",
"@blocknote/shadcn": "^0.18.1",
"@playwright/experimental-ct-react": "^1.42.1",
"@playwright/test": "^1.42.1",
"eslint": "^8.10.0",
Expand Down

0 comments on commit c66118d

Please sign in to comment.