Skip to content

Commit d1c8e65

Browse files
committed
v6.13.9
1 parent 4923029 commit d1c8e65

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/cra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-cra",
3-
"version": "6.13.5",
3+
"version": "6.13.9",
44
"private": true,
55
"scripts": {
66
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
@@ -15,7 +15,7 @@
1515
"notion-types": "^6.13.4",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.13.5",
18+
"react-notion-x": "^6.13.9",
1919
"react-scripts": "5.0.0",
2020
"typescript": "^4.6.3"
2121
},

examples/full/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-full",
3-
"version": "6.13.8",
3+
"version": "6.13.9",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"p-memoize": "^6.0.1",
2626
"react": "^17.0.2",
2727
"react-dom": "^17.0.2",
28-
"react-notion-x": "^6.13.5",
28+
"react-notion-x": "^6.13.9",
2929
"react-tweet-embed": "^2.0.0"
3030
},
3131
"devDependencies": {

examples/minimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-minimal",
3-
"version": "6.13.8",
3+
"version": "6.13.9",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"notion-utils": "^6.13.4",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.13.5"
18+
"react-notion-x": "^6.13.9"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^16.11.2",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.13.8",
2+
"version": "6.13.9",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/react-notion-x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notion-x",
3-
"version": "6.13.5",
3+
"version": "6.13.9",
44
"type": "module",
55
"description": "Fast and accurate React renderer for Notion.",
66
"repository": "NotionX/react-notion-x",

0 commit comments

Comments
 (0)