Skip to content

Commit

Permalink
chore: release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Oct 21, 2021
1 parent c034ef6 commit 6e22fbf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion libs/blocks-html-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-stuff/blocks-html-parser",
"version": "3.1.1",
"version": "3.1.2",
"dependencies": {
"@notionhq/client": "~0.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/blocks-markdown-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-stuff/blocks-markdown-parser",
"version": "3.1.1",
"version": "3.1.2",
"dependencies": {
"@notionhq/client": "~0.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/scully-plugin-notion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-stuff/scully-plugin-notion",
"version": "3.1.1",
"version": "3.1.2",
"dependencies": {
"@notionhq/client": "~0.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/v4-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notion-stuff/v4-types",
"version": "3.1.1",
"version": "3.1.2",
"dependencies": {
"@notionhq/client": "~0.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-stuff",
"version": "3.1.1",
"version": "3.1.2",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit 6e22fbf

Please sign in to comment.