Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n6g7 committed Dec 1, 2021
1 parent 8858873 commit 7b0e85e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.1.0-alpha.3"
"version": "0.1.0"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-cms/client",
"version": "0.1.0-alpha.2",
"version": "0.1.0",
"description": "Notion.so CMS client",
"author": "Nathan Gaberel <[email protected]>",
"homepage": "",
Expand All @@ -18,7 +18,7 @@
"test": "jest"
},
"dependencies": {
"@notion-cms/types": "^0.1.0-alpha.2",
"@notion-cms/types": "^0.1.0",
"@notionhq/client": "^0.4.8",
"debug": "^4.1.1",
"isomorphic-unfetch": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-cms/react",
"version": "0.1.0-alpha.3",
"version": "0.1.0",
"description": "React components to render Notion.so blocks.",
"author": "Nathan Gaberel <[email protected]>",
"homepage": "",
Expand All @@ -18,7 +18,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@notion-cms/types": "^0.1.0-alpha.2",
"@notion-cms/types": "^0.1.0",
"debug": "^4.1.1",
"highlight.js": "^11.3.1",
"styled-components": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-cms/types",
"version": "0.1.0-alpha.2",
"version": "0.1.0",
"description": "Notion.so CMS typescript types",
"author": "Nathan Gaberel <[email protected]>",
"homepage": "",
Expand Down

0 comments on commit 7b0e85e

Please sign in to comment.