We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer I want to use the latest version of tinacms and next-seo when using the @pcode-at/tinacms-seo package.
Acceptance criteria:
Additional:
getNextSeoProps
The text was updated successfully, but these errors were encountered:
chore: update dependencies
4f0ed3a
update next-seo, tinacms to the latest version BREAKING CHANGE: #47
feat: getNextSeoProps helper
366a31d
helper to avoid a mismatch due to the required facebook app id field #47
fix: handle null or undefined case
07ce0f9
#47
ci: update package json version number
49c47c7
automate package json version number for a new release automatically #47
Merge pull request #48 from pcode-at/chore/#47-upgrade-tinacms-next-s…
1901d79
…eo-packages chore/#47-upgrade-tinacms-next-seo-packages
chore(release): 2.0.0 [skip ci]
36d1d15
# [2.0.0](v1.4.4...v2.0.0) (2023-04-12) ### Bug Fixes * handle null or undefined case ([07ce0f9](07ce0f9)), closes [#47](#47) ### chore * update dependencies ([4f0ed3a](4f0ed3a)) ### Features * getNextSeoProps helper ([366a31d](366a31d)), closes [#47](#47) ### BREAKING CHANGES * #47
No branches or pull requests
As a developer I want to use the latest version of tinacms and next-seo when using the @pcode-at/tinacms-seo package.
Acceptance criteria:
Additional:
getNextSeoProps
helper and expose it for consuming projectsThe text was updated successfully, but these errors were encountered: