Skip to content

Commit d531d12

Browse files
committed
v6.15.8
1 parent c8b4422 commit d531d12

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
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.15.7",
3+
"version": "6.15.8",
44
"private": true,
55
"scripts": {
66
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
@@ -15,7 +15,7 @@
1515
"notion-types": "^6.15.6",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.15.6",
18+
"react-notion-x": "^6.15.8",
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.15.7",
3+
"version": "6.15.8",
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.15.6",
28+
"react-notion-x": "^6.15.8",
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.15.7",
3+
"version": "6.15.8",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"notion-utils": "^6.15.6",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.15.6"
18+
"react-notion-x": "^6.15.8"
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.15.7",
2+
"version": "6.15.8",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/notion-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-client",
3-
"version": "6.15.5",
3+
"version": "6.15.8",
44
"type": "module",
55
"description": "Robust TypeScript client for the unofficial Notion API.",
66
"repository": "NotionX/react-notion-x",
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"got": "^11.8.1",
2626
"notion-types": "^6.15.4",
27-
"notion-utils": "^6.15.4",
27+
"notion-utils": "^6.15.8",
2828
"p-map": "^5.3.0"
2929
},
3030
"ava": {

packages/notion-compat/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-compat",
3-
"version": "6.15.5",
3+
"version": "6.15.8",
44
"type": "module",
55
"description": "Compatibility layer between the official Notion API and unofficial private API.",
66
"repository": "NotionX/react-notion-x",
@@ -23,12 +23,12 @@
2323
},
2424
"dependencies": {
2525
"notion-types": "^6.15.4",
26-
"notion-utils": "^6.15.4",
26+
"notion-utils": "^6.15.8",
2727
"p-queue": "^7.2.0"
2828
},
2929
"devDependencies": {
3030
"@notionhq/client": "^1.0.4",
31-
"notion-client": "^6.15.5"
31+
"notion-client": "^6.15.8"
3232
},
3333
"peerDependencies": {
3434
"@notionhq/client": "^1.0.4"

packages/notion-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-utils",
3-
"version": "6.15.4",
3+
"version": "6.15.8",
44
"type": "module",
55
"description": "Useful utilities for working with Notion data. Isomorphic.",
66
"repository": "NotionX/react-notion-x",

packages/react-notion-x/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notion-x",
3-
"version": "6.15.7",
3+
"version": "6.15.8",
44
"type": "module",
55
"description": "Fast and accurate React renderer for Notion.",
66
"repository": "NotionX/react-notion-x",
@@ -26,7 +26,7 @@
2626
"@matejmazur/react-katex": "^3.1.3",
2727
"katex": "^0.15.3",
2828
"notion-types": "^6.15.4",
29-
"notion-utils": "^6.15.4",
29+
"notion-utils": "^6.15.8",
3030
"prismjs": "^1.27.0",
3131
"react-fast-compare": "^3.2.0",
3232
"react-hotkeys-hook": "^3.0.3",

0 commit comments

Comments
 (0)