Skip to content

Commit

Permalink
v6.0.25-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Mar 30, 2022
1 parent 3c6dc63 commit 84ac05e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.0.24-alpha.0",
"version": "6.0.25-alpha.0",
"private": true,
"type": "commonjs",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"p-memoize": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notion-x": "^6.0.24-alpha.0",
"react-notion-x": "^6.0.25-alpha.0",
"react-static-tweets": "^0.7.1",
"static-tweets": "^0.7.1"
},
Expand Down
4 changes: 2 additions & 2 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.0.24-alpha.0",
"version": "6.0.25-alpha.0",
"private": true,
"type": "commonjs",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"notion-utils": "^6.0.23",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-notion-x": "^6.0.24-alpha.0"
"react-notion-x": "^6.0.25-alpha.0"
},
"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.0.24-alpha.0",
"version": "6.0.25-alpha.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0.24-alpha.0",
"version": "6.0.25-alpha.0",
"type": "module",
"description": "Fast and accurate React renderer for Notion.",
"repository": "NotionX/react-notion-x",
Expand Down

0 comments on commit 84ac05e

Please sign in to comment.