Skip to content

Commit

Permalink
v6.16.3-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onnimonni committed Oct 30, 2024
1 parent 87617d9 commit 56ecac4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
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.2",
"version": "6.16.3-alpha.0",
"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": "@onnimonni/notion-client",
"version": "6.16.1",
"version": "6.16.3-alpha.0",
"type": "module",
"description": "Robust TypeScript client for the unofficial Notion API.",
"repository": "NotionX/react-notion-x",
Expand All @@ -22,9 +22,9 @@
"test": "ava"
},
"dependencies": {
"@onnimonni/notion-types": "^6.16.3-alpha.0",
"@onnimonni/notion-utils": "^6.16.3-alpha.0",
"got": "^11.8.1",
"@onnimonni/notion-types": "^6.16.1",
"@onnimonni/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": "@onnimonni/notion-compat",
"version": "6.16.1",
"version": "6.16.3-alpha.0",
"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": {
"@onnimonni/notion-types": "^6.16.1",
"@onnimonni/notion-utils": "^6.16.1",
"@onnimonni/notion-types": "^6.16.3-alpha.0",
"@onnimonni/notion-utils": "^6.16.3-alpha.0",
"p-queue": "^7.2.0"
},
"devDependencies": {
"@notionhq/client": "^1.0.4",
"@onnimonni/notion-client": "^6.16.1"
"@onnimonni/notion-client": "^6.16.3-alpha.0"
},
"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": "@onnimonni/notion-types",
"version": "6.16.1",
"version": "6.16.3-alpha.0",
"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": "@onnimonni/notion-utils",
"version": "6.16.1",
"version": "6.16.3-alpha.0",
"type": "module",
"description": "Useful utilities for working with Notion data. Isomorphic.",
"repository": "NotionX/react-notion-x",
Expand Down Expand Up @@ -28,10 +28,10 @@
"test": "ava"
},
"dependencies": {
"@onnimonni/notion-types": "^6.16.3-alpha.0",
"is-url-superb": "^6.1.0",
"mem": "^9.0.2",
"normalize-url": "^7.0.3",
"@onnimonni/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": "@onnimonni/react-notion-x",
"version": "6.16.1",
"version": "6.16.3-alpha.0",
"type": "module",
"description": "Fast and accurate React renderer for Notion.",
"repository": "NotionX/react-notion-x",
Expand All @@ -24,9 +24,9 @@
"dependencies": {
"@fisch0920/medium-zoom": "^1.0.7",
"@matejmazur/react-katex": "^3.1.3",
"@onnimonni/notion-types": "^6.16.3-alpha.0",
"@onnimonni/notion-utils": "^6.16.3-alpha.0",
"katex": "^0.15.3",
"@onnimonni/notion-types": "^6.16.1",
"@onnimonni/notion-utils": "^6.16.1",
"prismjs": "^1.27.0",
"react-fast-compare": "^3.2.0",
"react-hotkeys-hook": "^3.0.3",
Expand Down

0 comments on commit 56ecac4

Please sign in to comment.