Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlipski committed Aug 18, 2023
1 parent 7945895 commit 6e9d61f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions examples/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@blocknote/example-editor",
"private": true,
"version": "0.9.0",
"version": "0.9.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --max-warnings 0"
},
"dependencies": {
"@blocknote/core": "^0.9.0",
"@blocknote/react": "^0.9.0",
"@blocknote/core": "^0.9.1",
"@blocknote/react": "^0.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@blocknote/example-vanilla",
"private": true,
"version": "0.9.0",
"version": "0.9.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --max-warnings 0"
},
"dependencies": {
"@blocknote/core": "^0.9.0"
"@blocknote/core": "^0.9.1"
},
"devDependencies": {
"eslint": "^8.10.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.9.0"
"version": "0.9.1"
}
20 changes: 10 additions & 10 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.9.0",
"version": "0.9.1",
"files": [
"dist",
"types",
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.9.0",
"version": "0.9.1",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -47,7 +47,7 @@
"lint": "eslint src --max-warnings 0"
},
"dependencies": {
"@blocknote/core": "^0.9.0",
"@blocknote/core": "^0.9.1",
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.6.1",
"@mantine/hooks": "^5.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocknote-website",
"private": true,
"version": "0.9.0",
"version": "0.9.1",
"description": "Website for BlockNote",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "MPL-2.0",
"dependencies": {
"@blocknote/react": "^0.9.0",
"@blocknote/react": "^0.9.1",
"@vercel/og": "^0.5.6",
"veaury": "^2.3.12",
"vue-github-button": "^3.1.0",
Expand Down

0 comments on commit 6e9d61f

Please sign in to comment.