Skip to content

Commit 621e966

Browse files
v6.15.5
1 parent 8b226c5 commit 621e966

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

examples/full/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-full",
3-
"version": "6.15.4",
3+
"version": "6.15.5",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -18,8 +18,8 @@
1818
"got": "^12.0.2",
1919
"lqip-modern": "^1.2.0",
2020
"next": "^12.1.0",
21-
"notion-client": "^6.15.4",
22-
"notion-compat": "^6.15.4",
21+
"notion-client": "^6.15.5",
22+
"notion-compat": "^6.15.5",
2323
"notion-utils": "^6.15.4",
2424
"p-map": "^5.3.0",
2525
"p-memoize": "^6.0.1",

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.15.4",
3+
"version": "6.15.5",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"next": "^12.1.0",
14-
"notion-client": "^6.15.4",
14+
"notion-client": "^6.15.5",
1515
"notion-utils": "^6.15.4",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.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.15.4",
2+
"version": "6.15.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.15.4",
3+
"version": "6.15.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.15.4",
3+
"version": "6.15.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.15.4"
31+
"notion-client": "^6.15.5"
3232
},
3333
"peerDependencies": {
3434
"@notionhq/client": "^1.0.4"

0 commit comments

Comments
 (0)