Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Oct 20, 2021
1 parent 2b9e1ac commit a232c7d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [3.0.0](https://github.com/nartc/notion-stuff/compare/2.4.0...3.0.0) (2021-10-20)


### ⚠ BREAKING CHANGES

* **scully:** - `NotionPluginOptions` -> `NotionDomPluginOptions`

### Features

* **html:** expose MarkdownParser ([600ed9c](https://github.com/nartc/notion-stuff/commit/600ed9cf97e3b0cb8133f9dbe273ab9162797925))
* **markdown:** support Divider now ([37116e7](https://github.com/nartc/notion-stuff/commit/37116e74cb9b23c881403d746b90788e8363aefd))
* **scully:** support icon, cover, and more customization for Page Properties ([2b9e1ac](https://github.com/nartc/notion-stuff/commit/2b9e1ac27c0e3eb7d6da60ddaca372e9b18358a7))


### Bug Fixes

* **v4-types:** widen file type for cover ([26868bc](https://github.com/nartc/notion-stuff/commit/26868bc2fd408b4815643283942ee592dc575008))


### Documentations

* **scully:** add info about database column naming conversion/convention ([#1](https://github.com/nartc/notion-stuff/issues/1)) ([c52b178](https://github.com/nartc/notion-stuff/commit/c52b178f07275f89b6eb8e08406d20e8de2184fa))

## [2.4.0](https://github.com/nartc/notion-stuff/compare/2.3.2...2.4.0) (2021-10-18)


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": "2.4.0",
"version": "3.0.0",
"dependencies": {
"@notionhq/client": "~0.4.0"
},
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": "2.4.0",
"version": "3.0.0",
"dependencies": {
"@notionhq/client": "~0.4.0"
},
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": "2.4.0",
"version": "3.0.0",
"dependencies": {
"@notionhq/client": "~0.4.0"
},
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": "2.4.0",
"version": "3.0.0",
"dependencies": {
"@notionhq/client": "~0.4.0"
},
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": "2.4.0",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
Expand Down

0 comments on commit a232c7d

Please sign in to comment.