Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Gatsby v3 #106

Closed
t2ca opened this issue Mar 11, 2021 · 9 comments · Fixed by #112
Closed

Support for Gatsby v3 #106

t2ca opened this issue Mar 11, 2021 · 9 comments · Fixed by #112

Comments

@t2ca
Copy link

t2ca commented Mar 11, 2021

I was wondering if there are any plans to update gatsby-theme-blog?

@theowenyoung
Copy link
Contributor

Same here. Waiting.

@LekoArts
Copy link
Contributor

I'm in the process of upgrading everything!
#112

@LekoArts LekoArts mentioned this issue Apr 13, 2021
@LekoArts
Copy link
Contributor

Published canary version to try out:

 - gatsby-theme-blog-core@gatsby-v3
 - gatsby-theme-blog-darkmode@gatsby-v3
 - gatsby-theme-blog@gatsby-v3
 - gatsby-theme-i18n-lingui@gatsby-v3
 - gatsby-theme-i18n-react-i18next@gatsby-v3
 - gatsby-theme-i18n-react-intl@gatsby-v3
 - gatsby-theme-i18n@gatsby-v3
 - gatsby-theme-notes@gatsby-v3
 - gatsby-theme-ui-preset@gatsby-v3

@t2ca
Copy link
Author

t2ca commented Apr 14, 2021

Thanks, it's working fine here.

@odyslam
Copy link

odyslam commented Apr 17, 2021

Hey, I tried installing it but I get No matching version found for gatsby-theme-blog-core@3.0.0.

I used npm install gatsby-theme-blog@gatsby-v3 and npm i gatsby-theme-blog@2.1.1-gatsby-v3.14

@LekoArts
Copy link
Contributor

Yeah, somehow Lerna messed up the versioning of this: https://unpkg.com/browse/gatsby-theme-blog@2.1.1-gatsby-v3.14/package.json

I'll publish all blog/blog-core/notes/theme-ui-preset again

@odyslam
Copy link

odyslam commented Apr 19, 2021

Thanks! As I just started learning Gatsby (and react for that matter), I have set up a skeleton for my website. How the theme will help me? predefined graphql queries and the like?

@LekoArts
Copy link
Contributor

Installing gatsby-theme-blog@gatsby-v3 should work now :)

How the theme will help me? predefined graphql queries and the like?

Themes can be understood as pre-packaged Gatsby sites so they can include gatsby-config.js, gatsby-node.js etc. and in this instance the blog theme has predefined GraphQL queries and styling on top of it. You can read more here: https://www.gatsbyjs.com/docs/themes/

@LekoArts
Copy link
Contributor

Successfully published:
 - gatsby-theme-blog-core@3.0.0
 - gatsby-theme-blog-darkmode@3.0.0
 - gatsby-theme-blog@3.0.0
 - gatsby-theme-i18n-lingui@2.0.0
 - gatsby-theme-i18n-react-i18next@2.0.0
 - gatsby-theme-i18n-react-intl@2.0.0
 - gatsby-theme-i18n@2.0.0
 - gatsby-theme-notes@3.0.0
 - gatsby-theme-ui-preset@2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants