From 6e22fbffafb528e41cc31258c34b5234048ebb25 Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Wed, 20 Oct 2021 20:52:44 -0500 Subject: [PATCH] chore: release 3.1.2 --- CHANGELOG.md | 7 +++++++ libs/blocks-html-parser/package.json | 2 +- libs/blocks-markdown-parser/package.json | 2 +- libs/scully-plugin-notion/package.json | 2 +- libs/v4-types/package.json | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87593e..6538c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [3.1.2](https://github.com/nartc/notion-stuff/compare/3.1.1...3.1.2) (2021-10-21) + + +### Bug Fixes + +* **scully:** null check cover and icon before processing ([c034ef6](https://github.com/nartc/notion-stuff/commit/c034ef686992f5152d352a4e734d828a4ddba1ff)) + ### [3.1.1](https://github.com/nartc/notion-stuff/compare/3.1.0...3.1.1) (2021-10-21) diff --git a/libs/blocks-html-parser/package.json b/libs/blocks-html-parser/package.json index 00d6579..b269348 100644 --- a/libs/blocks-html-parser/package.json +++ b/libs/blocks-html-parser/package.json @@ -1,6 +1,6 @@ { "name": "@notion-stuff/blocks-html-parser", - "version": "3.1.1", + "version": "3.1.2", "dependencies": { "@notionhq/client": "~0.4.4" }, diff --git a/libs/blocks-markdown-parser/package.json b/libs/blocks-markdown-parser/package.json index 97632c5..6081044 100644 --- a/libs/blocks-markdown-parser/package.json +++ b/libs/blocks-markdown-parser/package.json @@ -1,6 +1,6 @@ { "name": "@notion-stuff/blocks-markdown-parser", - "version": "3.1.1", + "version": "3.1.2", "dependencies": { "@notionhq/client": "~0.4.4" }, diff --git a/libs/scully-plugin-notion/package.json b/libs/scully-plugin-notion/package.json index e84916d..750d204 100644 --- a/libs/scully-plugin-notion/package.json +++ b/libs/scully-plugin-notion/package.json @@ -1,6 +1,6 @@ { "name": "@notion-stuff/scully-plugin-notion", - "version": "3.1.1", + "version": "3.1.2", "dependencies": { "@notionhq/client": "~0.4.4" }, diff --git a/libs/v4-types/package.json b/libs/v4-types/package.json index eb5af87..145898c 100644 --- a/libs/v4-types/package.json +++ b/libs/v4-types/package.json @@ -1,6 +1,6 @@ { "name": "@notion-stuff/v4-types", - "version": "3.1.1", + "version": "3.1.2", "dependencies": { "@notionhq/client": "~0.4.4" }, diff --git a/package.json b/package.json index 6cb0f37..885f282 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-stuff", - "version": "3.1.1", + "version": "3.1.2", "license": "MIT", "scripts": { "start": "nx serve",