From 7b0e85e79670a00f8f0f25ee293fce6bd339490c Mon Sep 17 00:00:00 2001 From: Nathan Gaberel Date: Wed, 1 Dec 2021 00:26:51 +0000 Subject: [PATCH] v0.1.0 --- lerna.json | 2 +- packages/client/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/types/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 99b06d8..c63e35d 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.1.0-alpha.3" + "version": "0.1.0" } diff --git a/packages/client/package.json b/packages/client/package.json index d965e79..e527ecd 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -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 ", "homepage": "", @@ -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", diff --git a/packages/react/package.json b/packages/react/package.json index 7d07ad3..6d873a0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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 ", "homepage": "", @@ -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" diff --git a/packages/types/package.json b/packages/types/package.json index 60c06a3..288587f 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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 ", "homepage": "",