Skip to content

Commit

Permalink
v6.17.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onnimonni committed Oct 31, 2024
1 parent 5e109fb commit d2a5099
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.17.0-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.17.0-alpha.0",
"type": "module",
"description": "Robust TypeScript client for the unofficial Notion API.",
"repository": "NotionX/react-notion-x",
Expand All @@ -23,9 +23,9 @@
"test": "ava"
},
"dependencies": {
"@onnimonni/notion-types": "^6.17.0-alpha.0",
"@onnimonni/notion-utils": "^6.17.0-alpha.0",
"ky": "^1.0.0",
"@onnimonni/notion-types": "^6.16.1",
"@onnimonni/notion-utils": "^6.16.1",
"p-map": "^5.3.0"
},
"ava": {
Expand Down
6 changes: 3 additions & 3 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.17.0-alpha.0",
"type": "module",
"description": "Compatibility layer between the official Notion API and unofficial private API.",
"repository": "NotionX/react-notion-x",
Expand All @@ -22,8 +22,8 @@
"test": "ava"
},
"dependencies": {
"@onnimonni/notion-types": "^6.16.1",
"@onnimonni/notion-utils": "^6.16.1",
"@onnimonni/notion-types": "^6.17.0-alpha.0",
"@onnimonni/notion-utils": "^6.17.0-alpha.0",
"p-queue": "^7.2.0"
},
"devDependencies": {
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.17.0-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.17.0-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.17.0-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.17.0-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.17.0-alpha.0",
"@onnimonni/notion-utils": "^6.17.0-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 d2a5099

Please sign in to comment.