Skip to content

Commit 03dbb8a

Browse files
v6.9.5
1 parent 229203b commit 03dbb8a

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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.9.4",
3+
"version": "6.9.5",
44
"private": true,
55
"scripts": {
66
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
@@ -15,7 +15,7 @@
1515
"notion-types": "^6.9.4",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.9.4",
18+
"react-notion-x": "^6.9.5",
1919
"react-scripts": "5.0.0",
2020
"typescript": "^4.6.3"
2121
},

examples/full/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-full",
3-
"version": "6.9.4",
3+
"version": "6.9.5",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -18,14 +18,14 @@
1818
"katex": "^0.15.3",
1919
"lqip-modern": "^1.2.0",
2020
"next": "^12.1.0",
21-
"notion-client": "^6.9.4",
22-
"notion-compat": "^6.9.4",
21+
"notion-client": "^6.9.5",
22+
"notion-compat": "^6.9.5",
2323
"notion-utils": "^6.9.4",
2424
"p-map": "^5.3.0",
2525
"p-memoize": "^6.0.1",
2626
"react": "^17.0.2",
2727
"react-dom": "^17.0.2",
28-
"react-notion-x": "^6.9.4",
28+
"react-notion-x": "^6.9.5",
2929
"react-static-tweets": "^0.7.1",
3030
"static-tweets": "^0.7.1"
3131
},

examples/minimal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-minimal",
3-
"version": "6.9.4",
3+
"version": "6.9.5",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"next": "^12.1.0",
14-
"notion-client": "^6.9.4",
14+
"notion-client": "^6.9.5",
1515
"notion-utils": "^6.9.4",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.9.4"
18+
"react-notion-x": "^6.9.5"
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.9.4",
2+
"version": "6.9.5",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/notion-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-client",
3-
"version": "6.9.4",
3+
"version": "6.9.5",
44
"type": "module",
55
"description": "Robust TypeScript client for the unofficial Notion API.",
66
"repository": "NotionX/react-notion-x",

packages/notion-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-compat",
3-
"version": "6.9.4",
3+
"version": "6.9.5",
44
"type": "module",
55
"description": "Compatibility layer between the official Notion API and unofficial private API.",
66
"repository": "NotionX/react-notion-x",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@notionhq/client": "^1.0.4",
31-
"notion-client": "^6.9.4"
31+
"notion-client": "^6.9.5"
3232
},
3333
"peerDependencies": {
3434
"@notionhq/client": "^1.0.4"

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.9.4",
3+
"version": "6.9.5",
44
"type": "module",
55
"description": "Fast and accurate React renderer for Notion.",
66
"repository": "NotionX/react-notion-x",

0 commit comments

Comments
 (0)