Skip to content

Commit 0aab4dc

Browse files
v6.12.8
1 parent 4db0f8d commit 0aab4dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.12.7",
3+
"version": "6.12.8",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"lqip-modern": "^1.2.0",
2020
"next": "^12.1.0",
2121
"notion-client": "^6.12.6",
22-
"notion-compat": "^6.12.6",
22+
"notion-compat": "^6.12.8",
2323
"notion-utils": "^6.12.6",
2424
"p-map": "^5.3.0",
2525
"p-memoize": "^6.0.1",

lerna.json

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

packages/notion-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-compat",
3-
"version": "6.12.6",
3+
"version": "6.12.8",
44
"type": "module",
55
"description": "Compatibility layer between the official Notion API and unofficial private API.",
66
"repository": "NotionX/react-notion-x",

0 commit comments

Comments
 (0)