alvis / gatsby-source-notion

A Gatsby source plugin for content management with Notion using the official API.
MIT License
56 stars 6 forks source link

Gatsby 4.0.0 support #3

Closed tansongchen closed 2 years ago

tansongchen commented 3 years ago

Thank you so much for making this plugin! I noticed that recently Gatsby released version 4.0.0 (https://github.com/gatsbyjs/gatsby/releases/tag/gatsby%404.0.0), could you please check if this plugin works with 4.0.0 and bump the version? I would be happy to contribute if you found any gaps.

alvis commented 3 years ago

Absolutely. As far as I am aware, there is breaking change on Gatsby V4 that would affect gatsby-source-notion. I'd test on my side and update peerDependencies to support it.

tansongchen commented 3 years ago

Hi Alvis, that's great! Feel free to let me know if you need testing and/or developing on my side.

alvis commented 2 years ago

@tansongchen I have released 1.0.5 for Gatsby 4 support. Check it out! :)

tansongchen commented 2 years ago

Great, will try