File tree 7 files changed +21
-21
lines changed
7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocknote/example-editor" ,
3
3
"private" : true ,
4
- "version" : " 0.9.1 " ,
4
+ "version" : " 0.9.0 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " tsc && vite build" ,
8
8
"preview" : " vite preview" ,
9
9
"lint" : " eslint src --max-warnings 0"
10
10
},
11
11
"dependencies" : {
12
- "@blocknote/core" : " ^0.9.1 " ,
13
- "@blocknote/react" : " ^0.9.1 " ,
12
+ "@blocknote/core" : " ^0.9.0 " ,
13
+ "@blocknote/react" : " ^0.9.0 " ,
14
14
"react" : " ^18.2.0" ,
15
15
"react-dom" : " ^18.2.0"
16
16
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocknote/example-vanilla" ,
3
3
"private" : true ,
4
- "version" : " 0.9.1 " ,
4
+ "version" : " 0.9.0 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " tsc && vite build" ,
8
8
"preview" : " vite preview" ,
9
9
"lint" : " eslint src --max-warnings 0"
10
10
},
11
11
"dependencies" : {
12
- "@blocknote/core" : " ^0.9.1 "
12
+ "@blocknote/core" : " ^0.9.0 "
13
13
},
14
14
"devDependencies" : {
15
15
"eslint" : " ^8.10.0" ,
Original file line number Diff line number Diff line change 2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"useNx" : false ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 0.9.1 "
5
+ "version" : " 0.9.0 "
6
6
}
Original file line number Diff line number Diff line change 3
3
"homepage" : " https://github.com/TypeCellOS/BlockNote" ,
4
4
"private" : false ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.9.1 " ,
6
+ "version" : " 0.9.0 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
Original file line number Diff line number Diff line change 3
3
"homepage" : " https://github.com/TypeCellOS/BlockNote" ,
4
4
"private" : false ,
5
5
"license" : " MPL-2.0" ,
6
- "version" : " 0.9.1 " ,
6
+ "version" : " 0.9.0 " ,
7
7
"files" : [
8
8
" dist" ,
9
9
" types" ,
47
47
"lint" : " eslint src --max-warnings 0"
48
48
},
49
49
"dependencies" : {
50
- "@blocknote/core" : " ^0.9.1 " ,
50
+ "@blocknote/core" : " ^0.9.0 " ,
51
51
"@emotion/react" : " ^11.10.5" ,
52
52
"@mantine/core" : " ^5.6.1" ,
53
53
"@mantine/hooks" : " ^5.6.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " blocknote-website" ,
3
3
"private" : true ,
4
- "version" : " 0.9.1 " ,
4
+ "version" : " 0.9.0 " ,
5
5
"description" : " Website for BlockNote" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
12
12
"author" : " " ,
13
13
"license" : " MPL-2.0" ,
14
14
"dependencies" : {
15
- "@blocknote/react" : " ^0.9.1 " ,
15
+ "@blocknote/react" : " ^0.9.0 " ,
16
16
"@vercel/og" : " ^0.5.6" ,
17
17
"veaury" : " ^2.3.12" ,
18
18
"vue-github-button" : " ^3.1.0" ,
You can’t perform that action at this time.
0 commit comments