Skip to content

Commit

Permalink
v6.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
normdoow committed Oct 3, 2023
1 parent 3aba73c commit 9e1e7cb
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 26 deletions.
6 changes: 3 additions & 3 deletions examples/cra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-cra",
"version": "6.16.0",
"version": "6.16.1",
"private": true,
"scripts": {
"dev": "GENERATE_SOURCEMAP=false react-scripts start",
Expand All @@ -12,10 +12,10 @@
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"notion-types": "^6.15.6",
"notion-types": "^6.16.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notion-x": "^6.16.0",
"react-notion-x": "^6.16.1",
"react-scripts": "5.0.0",
"typescript": "^4.6.3"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-full",
"version": "6.16.0",
"version": "6.16.1",
"private": true,
"type": "commonjs",
"scripts": {
Expand All @@ -18,14 +18,14 @@
"got": "^12.0.2",
"lqip-modern": "^1.2.0",
"next": "^12.1.0",
"notion-client": "^6.16.0",
"notion-compat": "^6.16.0",
"notion-utils": "^6.16.0",
"notion-client": "^6.16.1",
"notion-compat": "^6.16.1",
"notion-utils": "^6.16.1",
"p-map": "^5.3.0",
"p-memoize": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notion-x": "^6.16.0",
"react-notion-x": "^6.16.1",
"react-tweet-embed": "^2.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-x-example-minimal",
"version": "6.16.0",
"version": "6.16.1",
"private": true,
"type": "commonjs",
"scripts": {
Expand All @@ -11,11 +11,11 @@
},
"dependencies": {
"next": "^12.1.0",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"notion-client": "^6.16.1",
"notion-utils": "^6.16.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notion-x": "^6.16.0"
"react-notion-x": "^6.16.1"
},
"devDependencies": {
"@types/node": "^16.11.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.16.0",
"version": "6.16.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions packages/notion-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-client",
"version": "6.16.0",
"version": "6.16.1",
"type": "module",
"description": "Robust TypeScript client for the unofficial Notion API.",
"repository": "NotionX/react-notion-x",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"got": "^11.8.1",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"notion-types": "^6.16.1",
"notion-utils": "^6.16.1",
"p-map": "^5.3.0"
},
"ava": {
Expand Down
8 changes: 4 additions & 4 deletions packages/notion-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-compat",
"version": "6.16.0",
"version": "6.16.1",
"type": "module",
"description": "Compatibility layer between the official Notion API and unofficial private API.",
"repository": "NotionX/react-notion-x",
Expand All @@ -22,13 +22,13 @@
"test": "ava"
},
"dependencies": {
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"notion-types": "^6.16.1",
"notion-utils": "^6.16.1",
"p-queue": "^7.2.0"
},
"devDependencies": {
"@notionhq/client": "^1.0.4",
"notion-client": "^6.16.0"
"notion-client": "^6.16.1"
},
"peerDependencies": {
"@notionhq/client": "^1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/notion-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-types",
"version": "6.16.0",
"version": "6.16.1",
"type": "module",
"description": "TypeScript types for core Notion data structures.",
"repository": "NotionX/react-notion-x",
Expand Down
4 changes: 2 additions & 2 deletions packages/notion-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-utils",
"version": "6.16.0",
"version": "6.16.1",
"type": "module",
"description": "Useful utilities for working with Notion data. Isomorphic.",
"repository": "NotionX/react-notion-x",
Expand Down Expand Up @@ -31,7 +31,7 @@
"is-url-superb": "^6.1.0",
"mem": "^9.0.2",
"normalize-url": "^7.0.3",
"notion-types": "^6.16.0",
"notion-types": "^6.16.1",
"p-queue": "^7.2.0"
},
"ava": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-notion-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-notion-x",
"version": "6.16.0",
"version": "6.16.1",
"type": "module",
"description": "Fast and accurate React renderer for Notion.",
"repository": "NotionX/react-notion-x",
Expand All @@ -25,8 +25,8 @@
"@fisch0920/medium-zoom": "^1.0.7",
"@matejmazur/react-katex": "^3.1.3",
"katex": "^0.15.3",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"notion-types": "^6.16.1",
"notion-utils": "^6.16.1",
"prismjs": "^1.27.0",
"react-fast-compare": "^3.2.0",
"react-hotkeys-hook": "^3.0.3",
Expand Down

2 comments on commit 9e1e7cb

@vercel
Copy link

@vercel vercel bot commented on 9e1e7cb Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9e1e7cb Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.