Skip to content

Commit 8d1991c

Browse files
committed
v0.7.1
1 parent 252c171 commit 8d1991c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

examples/editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocknote/example-editor",
33
"private": true,
4-
"version": "0.7.1-alpha.0",
4+
"version": "0.7.1",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@blocknote/core": "^0.7.1-alpha.0",
13-
"@blocknote/react": "^0.7.1-alpha.0",
13+
"@blocknote/react": "^0.7.1",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": false,
44
"useWorkspaces": true,
5-
"version": "0.7.1-alpha.0"
5+
"version": "0.7.1"
66
}

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://github.com/TypeCellOS/BlockNote",
44
"private": false,
55
"license": "MPL-2.0",
6-
"version": "0.7.1-alpha.0",
6+
"version": "0.7.1",
77
"files": [
88
"dist",
99
"types",

packages/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blocknote-website",
33
"private": true,
4-
"version": "0.7.1-alpha.0",
4+
"version": "0.7.1",
55
"description": "Website for BlockNote",
66
"main": "index.js",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "MPL-2.0",
1414
"dependencies": {
15-
"@blocknote/react": "^0.7.1-alpha.0",
15+
"@blocknote/react": "^0.7.1",
1616
"veaury": "^2.3.12",
1717
"vue-github-button": "^3.1.0",
1818
"y-partykit": "^0.0.0-4d484bc",

0 commit comments

Comments
 (0)