gatsby-core-theme 44.6.2 → 44.6.3

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,11 @@
1
+ ## [44.6.3](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v44.6.2...v44.6.3) (2025-11-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * rewert back matrix theme ([1198a00](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/1198a002cf6a71972e6d4bb51e800fffdafba3ad))
7
+ * update clonePageForCards function to add a checker for page relation ([fd3a9d4](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/fd3a9d4896caccf0f38ed99b3e2e8f746a39e2c6))
8
+
1
9
  ## [44.6.2](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v44.6.1...v44.6.2) (2025-11-06)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "44.6.2",
3
+ "version": "44.6.3",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -30,7 +30,9 @@ export function clonePageForCards(item, style, content, extraFields = true) {
30
30
  const siteName = process.env.GATSBY_SITE_NAME;
31
31
  if (item.relation_type === 'operator') {
32
32
  if (settings.delete_operator_software[siteName]) {
33
- delete item.relation.software;
33
+ if (item.relation) {
34
+ delete item.relation.software;
35
+ }
34
36
  }
35
37
  }
36
38
  // remove unwanted sections