gatsby-matrix-theme 53.2.27 → 53.2.29
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,20 @@
|
|
|
1
|
+
## [53.2.29](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.2.28...v53.2.29) (2025-08-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add new site to use review credits ([03c506d](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/03c506df3ce214aa04b04bf908eb29de89ba3358))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* Merge branch 'tm-5693-author-bylines' into 'master' ([860fe48](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/860fe486049de171915217e8ab8e845f1150624d))
|
|
10
|
+
|
|
11
|
+
## [53.2.28](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.2.27...v53.2.28) (2025-08-14)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* add type as props ([9ce3775](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/9ce3775e9e11c096998bb72bd05f3e9b2ce6a6c2))
|
|
17
|
+
|
|
1
18
|
## [53.2.27](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.2.26...v53.2.27) (2025-08-13)
|
|
2
19
|
|
|
3
20
|
|
package/package.json
CHANGED
|
@@ -58,6 +58,7 @@ const Main = ({
|
|
|
58
58
|
process.env.GATSBY_SITE_NAME === 'irishluck.ie' ||
|
|
59
59
|
process.env.GATSBY_SITE_NAME === 'demosite' ||
|
|
60
60
|
process.env.GATSBY_SITE_NAME === 'playcasino.co.za' ||
|
|
61
|
+
process.env.GATSBY_SITE_NAME === 'superbonusschweiz.com' ||
|
|
61
62
|
process.env.GATSBY_SITE_NAME === 'casinon.com';
|
|
62
63
|
|
|
63
64
|
const showAuthorBox = page.author && page.author_id && !isContactUsPage && !page?.allAuthors;
|
|
@@ -185,6 +186,7 @@ const Main = ({
|
|
|
185
186
|
pageId={page?.id}
|
|
186
187
|
casinoTitle={page?.relation ? page?.relation.name : page?.title}
|
|
187
188
|
operatorImg={page?.relation?.logo}
|
|
189
|
+
type={page?.type}
|
|
188
190
|
/>
|
|
189
191
|
</Suspense>
|
|
190
192
|
)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1755241704665,"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"}}}
|