Skip to content

Commit 7293758

Browse files
v4.2.17
1 parent 1af6653 commit 7293758

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-x-example",
3-
"version": "4.2.16",
3+
"version": "4.2.17",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -13,11 +13,11 @@
1313
},
1414
"dependencies": {
1515
"next": "^10.0.5",
16-
"notion-client": "^4.2.11",
17-
"notion-utils": "^4.2.11",
16+
"notion-client": "^4.2.17",
17+
"notion-utils": "^4.2.17",
1818
"react": "^17.0.1",
1919
"react-dom": "^17.0.1",
20-
"react-notion-x": "^4.2.16"
20+
"react-notion-x": "^4.2.17"
2121
},
2222
"devDependencies": {
2323
"@next/bundle-analyzer": "^9.5.3",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.2.16",
2+
"version": "4.2.17",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/notion-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-client",
3-
"version": "4.2.11",
3+
"version": "4.2.17",
44
"description": "Robust TypeScript client for the unofficial Notion API.",
55
"repository": "NotionX/react-notion-x",
66
"author": "Saasify <[email protected]>",
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"got": "^11.8.1",
19-
"notion-types": "^4.0.0",
20-
"notion-utils": "^4.2.11",
19+
"notion-types": "^4.2.17",
20+
"notion-utils": "^4.2.17",
2121
"p-map": "^4.0.0"
2222
},
2323
"devDependencies": {

packages/notion-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-types",
3-
"version": "4.0.0",
3+
"version": "4.2.17",
44
"description": "TypeScript types for core Notion data structures.",
55
"repository": "NotionX/react-notion-x",
66
"author": "Saasify <[email protected]>",

packages/notion-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-utils",
3-
"version": "4.2.11",
3+
"version": "4.2.17",
44
"description": "Useful utilities for working with Notion data. Isomorphic.",
55
"repository": "NotionX/react-notion-x",
66
"author": "Saasify <[email protected]>",
@@ -15,7 +15,7 @@
1515
"test": "ava -v 'build/cjs/**/*.test.js'"
1616
},
1717
"dependencies": {
18-
"notion-types": "^4.0.0",
18+
"notion-types": "^4.2.17",
1919
"p-queue": "^6.6.1"
2020
},
2121
"devDependencies": {

packages/react-notion-x/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notion-x",
3-
"version": "4.2.16",
3+
"version": "4.2.17",
44
"description": "Fast and accurate React renderer for Notion.",
55
"repository": "NotionX/react-notion-x",
66
"author": "Saasify <[email protected]>",
@@ -24,8 +24,8 @@
2424
"katex": "^0.12.0",
2525
"lodash.throttle": "^4.1.1",
2626
"medium-zoom": "^1.0.6",
27-
"notion-types": "^4.0.0",
28-
"notion-utils": "^4.2.11",
27+
"notion-types": "^4.2.17",
28+
"notion-utils": "^4.2.17",
2929
"prismjs": "^1.20.0",
3030
"rc-dropdown": "^3.1.2",
3131
"rc-menu": "^8.5.2",

0 commit comments

Comments
 (0)