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

v0.8.2 #266

Merged
merged 5 commits into from
Jul 10, 2023
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
Merge branch 'main' into new-releases
# Conflicts:
#	examples/editor/package.json
#	examples/vanilla/package.json
#	lerna.json
#	package-lock.json
#	packages/core/package.json
#	packages/react/package.json
#	packages/website/package.json
  • Loading branch information
matthewlipski committed Jun 15, 2023
commit 59bfb117416b641a3ab18b2b8905f4e1831353a2
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.6.2",
"version": "0.8.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --max-warnings 0"
},
"dependencies": {
"@blocknote/core": "^0.6.2",
"@blocknote/react": "^0.6.2",
"@blocknote/core": "^0.8.0",
"@blocknote/react": "^0.8.0",
"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.6.2",
"version": "0.8.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --max-warnings 0"
},
"dependencies": {
"@blocknote/core": "^0.6.2"
"@blocknote/core": "^0.8.0"
},
"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.6.2"
"version": "0.8.0"
}
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.