-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
Changesets: Version Packages #1010
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ cara deploy preview ready
|
✅ jodie deploy preview ready
|
✅ status-dashboard deploy preview ready
|
✅ emilia deploy preview ready
|
✅ emma deploy preview ready
|
✅ minimal-blog deploy preview ready
|
✅ www deploy preview ready
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@lekoarts/rehype-meta-as-attributes@1.0.0
Major Changes
ee969f3
Thanks @LekoArts! - Moving this utility from v0.x version range to proper semver range. No changes between 0.0.1 and 1.0.0 were made.@lekoarts/themes-utils@1.0.0
Major Changes
ee969f3
Thanks @LekoArts! - Moving this utility from v0.x version range to proper semver range. No changes between 0.0.1 and 1.0.0 were made.@lekoarts/gatsby-theme-cara@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
gatsby-plugin-theme-ui/components
anymore but defined in a<MDXProvider>
insrc/components/layout
useColorSchemeMediaQuery
in Theme UI config is set tosystem
Migration:
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.<Svg>
component is expecting aicons.svg
file inside thestatic
folder. The current starter already has this included (you can copy it from there).@lekoarts/gatsby-theme-emilia@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
gatsby-plugin-theme-ui/components
anymore but defined in a<MDXProvider>
insrc/components/layout
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from theProject
type. The fieldcontentFilePath
was added.Migration:
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.assets
folder (bg-pattern
,left-arrow
, andlocation
) were removed and a new<Svg>
component was added. The<Svg>
component is expecting aicons.svg
file inside thestatic
folder. The current starter already has this included (you can copy it from there).Patch Changes
ee969f3
]:@lekoarts/gatsby-theme-emilia-core@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
gatsby-plugin-theme-ui/components
anymore but defined in a<MDXProvider>
insrc/components/layout
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from theProject
type. The fieldcontentFilePath
was added.Migration:
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.assets
folder (bg-pattern
,left-arrow
, andlocation
) were removed and a new<Svg>
component was added. The<Svg>
component is expecting aicons.svg
file inside thestatic
folder. The current starter already has this included (you can copy it from there).Patch Changes
ee969f3
]:@lekoarts/gatsby-theme-emma@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from theProject
andPage
type. The fieldcontentFilePath
was added.Migration:
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.Patch Changes
ee969f3
]:@lekoarts/gatsby-theme-emma-core@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from theProject
andPage
type. The fieldcontentFilePath
was added.Migration:
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.Patch Changes
ee969f3
]:@lekoarts/gatsby-theme-graphql-playground@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
gatsby-plugin-theme-ui/components
anymore but defined in a<MDXProvider>
insrc/components/layout
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from thePlayground
type. The fieldcontentFilePath
was added.@theme-ui/prism
to@mapbox/rehype-prism
Migration:
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.Patch Changes
ee969f3
]:@lekoarts/gatsby-theme-jodie@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from theProject
andPage
type. The fieldcontentFilePath
was added.gatsby-omni-font-loader
gatsby-plugin-theme-ui/components
and@theme-ui/prism
. If you want to have<code>
styles, re-add them to your project again (e.g. by using@theme-ui/prism
or@mapbox/rehype-prism
withgatsby-plugin-mdx
)Non-Breaking Changes:
[AUTO, WEBP, AVIF]
(previously it was[AUTO, WEBP]
)Migration:
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.gatsby-omni-font-loader
in the example you'll now need to self-host your fonts. The current starter already has this included (you can copy it from there).Patch Changes
ee969f3
]:@lekoarts/gatsby-theme-jodie-core@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from theProject
andPage
type. The fieldcontentFilePath
was added.gatsby-omni-font-loader
gatsby-plugin-theme-ui/components
and@theme-ui/prism
. If you want to have<code>
styles, re-add them to your project again (e.g. by using@theme-ui/prism
or@mapbox/rehype-prism
withgatsby-plugin-mdx
)Non-Breaking Changes:
[AUTO, WEBP, AVIF]
(previously it was[AUTO, WEBP]
)Migration:
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.gatsby-omni-font-loader
in the example you'll now need to self-host your fonts. The current starter already has this included (you can copy it from there).Patch Changes
ee969f3
]:@lekoarts/gatsby-theme-minimal-blog@5.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
gatsby-plugin-theme-ui/components
anymore but defined in a<MDXProvider>
insrc/components/layout
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from thePost
andPage
type. The fieldcontentFilePath
was added.gatsby-omni-font-loader
body
font style is changed from"IBM Plex Sans"
to a system font stackreact-live
showLineNumbers
option isfalse
by default nowMigration:
Internally the necessary changes of the gatsby-plugin-mdx migration guide were made, but if you set the
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.MDX 2 is more strict about the allowed syntax, so you'll need to update your MDX content to be compliant.
See Theme UI's migration guide
If you shadowed a file or used
react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.With the removal of
gatsby-omni-font-loader
in the example you'll now need to self-host your fonts and change the Theme UI config. The theme switched to a system font stack in its Theme UI config and the example doesn't provide any custom font anymore.If you want to continue using
react-live
, you have to add the dependency and shadow the<Code>
component.The syntax for adding code titles changed.
Before:
After:
The syntax for adding line highlighting changed.
Before:
After:
The syntax for adding line numbers changed. You no longer negate line numbers (previously
noLineNumbers
) but opt-in.Before:
After:
All syntax changes together.
Before:
After:
Patch Changes
ee969f3
,ee969f3
]:@lekoarts/gatsby-theme-minimal-blog-core@5.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
gatsby-plugin-mdx
4 (Breaking Change)react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
siteLanguage
fromsiteMetadata
gatsby-plugin-theme-ui/components
anymore but defined in a<MDXProvider>
insrc/components/layout
useColorSchemeMediaQuery
in Theme UI config is set tosystem
body
from thePost
andPage
type. The fieldcontentFilePath
was added.gatsby-omni-font-loader
body
font style is changed from"IBM Plex Sans"
to a system font stackreact-live
showLineNumbers
option isfalse
by default nowMigration:
Internally the necessary changes of the gatsby-plugin-mdx migration guide were made, but if you set the
mdx
option tofalse
and/or shadowed the theme in any way, you'll need to read the migration guide to e.g. change yourgatsby-config
. You'll also need to add anyremarkPlugins
orrehypePlugins
that the theme is adding by default.MDX 2 is more strict about the allowed syntax, so you'll need to update your MDX content to be compliant.
See Theme UI's migration guide
If you shadowed a file or used
react-helmet
in any form in your site, you'll either need to migrate to the Gatsby Head API or re-install the necessary dependencies. By default, the theme no longer ships withreact-helmet
as internally everything was migrated to Gatsby Head API. To have thelang
tag work correctly on the<html>
element you'll need to set it by using thesetHtmlAttributes
API. The current starter already has this included (you can copy it from there). Thus the<Seo>
component should only be used together with Gatsby Head API.With the removal of
gatsby-omni-font-loader
in the example you'll now need to self-host your fonts and change the Theme UI config. The theme switched to a system font stack in its Theme UI config and the example doesn't provide any custom font anymore.If you want to continue using
react-live
, you have to add the dependency and shadow the<Code>
component.The syntax for adding code titles changed.
Before:
After:
The syntax for adding line highlighting changed.
Before:
After:
The syntax for adding line numbers changed. You no longer negate line numbers (previously
noLineNumbers
) but opt-in.Before:
After:
All syntax changes together.
Before:
After:
Patch Changes
ee969f3
,ee969f3
]:@lekoarts/gatsby-theme-specimens@5.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
Breaking Changes:
react
&react-dom
peerDependency to>=18.0.0
theme-ui
peerDependency to>=0.15.0
Migration:
@lekoarts/gatsby-theme-status-dashboard@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
Migration:
@lekoarts/gatsby-theme-styleguide@4.0.0
Major Changes
#967
ee969f3
Thanks @LekoArts! - In preparation for the upcoming Gatsby 5 release this release will focus on some breaking changes unrelated to thegatsby
core package. Another new major version will follow once Gatsby 5 is out so that you can upgrade in steps.Features:
react-helmet
with Gatsby Head API (Breaking Change)Breaking Changes:
theme-ui
between v0.11 and v0.15react
&react-dom
peerDependency to>=18.0.0
theme-ui
peerDependency to>=0.15.0
@emotion/react
as peerDependencyMigration:
Patch Changes
ee969f3
]:cara@0.2.12
Patch Changes
ee969f3
]:emilia@0.3.12
Patch Changes
ee969f3
]:emma@0.3.12
Patch Changes
ee969f3
]:graphql-playground@0.2.12
Patch Changes
ee969f3
]:jodie@0.1.6
Patch Changes
ee969f3
]:minimal-blog@1.3.13
Patch Changes
ee969f3
]:specimens@0.3.13
Patch Changes
ee969f3
,ee969f3
,ee969f3
]:status-dashboard@0.2.11
Patch Changes
ee969f3
]:styleguide@0.2.12
Patch Changes
ee969f3
]: