Skip to content

Commit 9e1e7cb

Browse files
committed
v6.16.1
1 parent 3aba73c commit 9e1e7cb

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

examples/cra/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-cra",
3-
"version": "6.16.0",
3+
"version": "6.16.1",
44
"private": true,
55
"scripts": {
66
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
@@ -12,10 +12,10 @@
1212
"@types/node": "^16.11.26",
1313
"@types/react": "^17.0.43",
1414
"@types/react-dom": "^17.0.14",
15-
"notion-types": "^6.15.6",
15+
"notion-types": "^6.16.1",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.16.0",
18+
"react-notion-x": "^6.16.1",
1919
"react-scripts": "5.0.0",
2020
"typescript": "^4.6.3"
2121
},

examples/full/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example-full",
3-
"version": "6.16.0",
3+
"version": "6.16.1",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -18,14 +18,14 @@
1818
"got": "^12.0.2",
1919
"lqip-modern": "^1.2.0",
2020
"next": "^12.1.0",
21-
"notion-client": "^6.16.0",
22-
"notion-compat": "^6.16.0",
23-
"notion-utils": "^6.16.0",
21+
"notion-client": "^6.16.1",
22+
"notion-compat": "^6.16.1",
23+
"notion-utils": "^6.16.1",
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.16.0",
28+
"react-notion-x": "^6.16.1",
2929
"react-tweet-embed": "^2.0.0"
3030
},
3131
"devDependencies": {

examples/minimal/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-minimal",
3-
"version": "6.16.0",
3+
"version": "6.16.1",
44
"private": true,
55
"type": "commonjs",
66
"scripts": {
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"next": "^12.1.0",
14-
"notion-client": "^6.16.0",
15-
"notion-utils": "^6.16.0",
14+
"notion-client": "^6.16.1",
15+
"notion-utils": "^6.16.1",
1616
"react": "^17.0.2",
1717
"react-dom": "^17.0.2",
18-
"react-notion-x": "^6.16.0"
18+
"react-notion-x": "^6.16.1"
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.16.0",
2+
"version": "6.16.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/notion-client/package.json

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

packages/notion-compat/package.json

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

packages/notion-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-types",
3-
"version": "6.16.0",
3+
"version": "6.16.1",
44
"type": "module",
55
"description": "TypeScript types for core Notion data structures.",
66
"repository": "NotionX/react-notion-x",

packages/notion-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-utils",
3-
"version": "6.16.0",
3+
"version": "6.16.1",
44
"type": "module",
55
"description": "Useful utilities for working with Notion data. Isomorphic.",
66
"repository": "NotionX/react-notion-x",
@@ -31,7 +31,7 @@
3131
"is-url-superb": "^6.1.0",
3232
"mem": "^9.0.2",
3333
"normalize-url": "^7.0.3",
34-
"notion-types": "^6.16.0",
34+
"notion-types": "^6.16.1",
3535
"p-queue": "^7.2.0"
3636
},
3737
"ava": {

packages/react-notion-x/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notion-x",
3-
"version": "6.16.0",
3+
"version": "6.16.1",
44
"type": "module",
55
"description": "Fast and accurate React renderer for Notion.",
66
"repository": "NotionX/react-notion-x",
@@ -25,8 +25,8 @@
2525
"@fisch0920/medium-zoom": "^1.0.7",
2626
"@matejmazur/react-katex": "^3.1.3",
2727
"katex": "^0.15.3",
28-
"notion-types": "^6.16.0",
29-
"notion-utils": "^6.16.0",
28+
"notion-types": "^6.16.1",
29+
"notion-utils": "^6.16.1",
3030
"prismjs": "^1.27.0",
3131
"react-fast-compare": "^3.2.0",
3232
"react-hotkeys-hook": "^3.0.3",

0 commit comments

Comments
 (0)