gatsby-matrix-theme 53.0.3 → 53.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [53.0.4](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.0.3...v53.0.4) (2025-03-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix author box issue ([5880bc6](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/5880bc6063136ccb9436ad284d8f8bdcaceaa8c9))
7
+
1
8
  ## [53.0.3](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.0.2...v53.0.3) (2025-03-14)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "53.0.3",
3
+ "version": "53.0.4",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -165,7 +165,7 @@ const Main = ({
165
165
  <SearchPage page={page} serverData={serverData} allMarkets={pageContext.allMarkets} />
166
166
  </Suspense>
167
167
  )}
168
- {showAuthorBox || forceAuthorBox && (
168
+ {(showAuthorBox || forceAuthorBox) && (
169
169
  <Suspense fallback={<></>}>
170
170
  <AuthorBox
171
171
  author={page.author}
@@ -1 +1 @@
1
- {"generatedAt":1741958574180,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"Gatsby","packageName":"gatsby","version":"5.13.6"},"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.19"},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/addon-actions":{"version":"6.5.16"},"@storybook/builder-webpack5":{"version":"6.5.16"},"@storybook/manager-webpack5":{"version":"6.5.16"},"@storybook/react":{"version":"6.5.16"}},"framework":{"name":"react"},"addons":{"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-essentials":{"version":"6.5.16"}}}
1
+ {"generatedAt":1742209124401,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"Gatsby","packageName":"gatsby","version":"5.13.6"},"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.19"},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/addon-actions":{"version":"6.5.16"},"@storybook/builder-webpack5":{"version":"6.5.16"},"@storybook/manager-webpack5":{"version":"6.5.16"},"@storybook/react":{"version":"6.5.16"}},"framework":{"name":"react"},"addons":{"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-essentials":{"version":"6.5.16"}}}