Skip to content

Commit

Permalink
v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
n6g7 committed Sep 16, 2020
1 parent 011d40f commit e4f7bd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.0.14"
"version": "0.0.15"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@notion-cms/client",
"version": "0.0.14",
"version": "0.0.15",
"description": "Notion.so CMS client",
"author": "Nathan Gaberel <nathan@gnab.fr>",
"homepage": "",
Expand All @@ -18,7 +18,7 @@
"test": "tsc"
},
"dependencies": {
"@notion-cms/types": "^0.0.14",
"@notion-cms/types": "^0.0.15",
"debug": "^4.1.1",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.15"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@notion-cms/react",
"version": "0.0.14",
"version": "0.0.15",
"description": "React components to render Notion.so blocks.",
"author": "Nathan Gaberel <nathan@gnab.fr>",
"homepage": "",
Expand All @@ -18,7 +18,7 @@
"test": "tsc"
},
"dependencies": {
"@notion-cms/types": "^0.0.14",
"@notion-cms/types": "^0.0.15",
"debug": "^4.1.1",
"react": "^16.13.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@notion-cms/types",
"version": "0.0.14",
"version": "0.0.15",
"description": "Notion.so CMS typescript types",
"author": "Nathan Gaberel <nathan@gnab.fr>",
"homepage": "",
Expand Down

0 comments on commit e4f7bd2

Please sign in to comment.