Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski authored Mar 5, 2024
1 parent 4a19773 commit c1747a2
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 34 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.0",
"version": "0.12.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@blocknote/core": "*",
"@blocknote/react": "*",
"@blocknote/core": "^0.12.0",
"@blocknote/react": "^0.12.0",
"@headlessui/react": "^1.7.18",
"@mantine/core": "^7.5.0",
"@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.11.2"
"version": "0.12.0"
}
26 changes: 13 additions & 13 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/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.11.2",
"version": "0.12.0",
"files": [
"dist",
"types",
Expand Down
14 changes: 6 additions & 8 deletions 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.10.0",
"version": "0.12.0",
"description": "",
"type": "module",
"scripts": {
Expand All @@ -13,20 +13,18 @@
"build": "tsc",
"lint": "eslint examples --max-warnings 0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"eslint": "^8.10.0",
"prettier": "^2.7.1",
"typescript": "^5.3.3",
"tsx": "^4.6.2",
"glob": "^10.3.10",
"fast-glob": "^3.3.2",
"glob": "^10.3.10",
"prettier": "^2.7.1",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
},
"peerDependencies": {},
"eslintConfig": {
"extends": [
"../../.eslintrc.js"
Expand Down
4 changes: 2 additions & 2 deletions 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.11.2",
"version": "0.12.0",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -50,7 +50,7 @@
"clean": "rimraf dist && rimraf types"
},
"dependencies": {
"@blocknote/core": "^0.11.2",
"@blocknote/core": "^0.12.0",
"@floating-ui/react": "^0.26.4",
"@mantine/core": "^7.5.0",
"@mantine/hooks": "^7.5.0",
Expand Down
6 changes: 3 additions & 3 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.11.2",
"version": "0.12.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -10,8 +10,8 @@
"clean": "rimraf dist"
},
"dependencies": {
"@blocknote/core": "^0.11.2",
"@blocknote/react": "^0.11.2",
"@blocknote/core": "^0.12.0",
"@blocknote/react": "^0.12.0",
"@liveblocks/client": "^1.10.0",
"@liveblocks/yjs": "^1.10.0",
"@mantine/core": "^7.5.0",
Expand Down
6 changes: 3 additions & 3 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.11.2",
"version": "0.12.0",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
Expand All @@ -16,8 +16,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@blocknote/core": "^0.11.2",
"@blocknote/react": "^0.11.2",
"@blocknote/core": "^0.12.0",
"@blocknote/react": "^0.12.0",
"@playwright/experimental-ct-react": "^1.38.1",
"@playwright/test": "^1.38.1",
"eslint": "^8.10.0",
Expand Down

0 comments on commit c1747a2

Please sign in to comment.