gatsby-matrix-theme 52.0.2 → 52.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,27 @@
1
+ ## [52.0.4](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v52.0.3...v52.0.4) (2024-09-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update theme ([6c79d47](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/6c79d47cdf3198429b0aa7e575288a6b1a9d3701))
7
+
8
+ ## [52.0.3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v52.0.2...v52.0.3) (2024-09-17)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * lotto result fixture ([e4f2032](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/e4f2032b9ff9ec2516ac3eee94743dd49c419eea))
14
+ * new runners ([82332c0](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/82332c08c081aa76ce1b61069d597e38b9365014))
15
+ * new runners ([680d2ef](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/680d2ef78f089ee1954ad1e0155122b90f5d2211))
16
+ * new runners ([04016e4](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/04016e478201cdf602131917b8eb4c429655f2ea))
17
+ * new runners ([668015a](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/668015ac0d9e2b15e85eb3eff88e4f1c9449b851))
18
+ * new runners ([c37a384](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/c37a38443636db6adfc2d74e8d04a81020c9729a))
19
+ * update ([99bd949](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/99bd94924003cdcba8447b5c557b5b319d77566e))
20
+ * update version ([f125c80](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/f125c80eb2a495c957994ef4ae70a16dd286ca3f))
21
+
22
+
23
+ * Merge branch 'tm-4733-loto-result-fixtures' into 'master' ([a4b7d18](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/a4b7d18ac4ba1db2d93b0c79fd1c9ae63e08a2ca))
24
+
1
25
  ## [52.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v52.0.1...v52.0.2) (2024-09-13)
2
26
 
3
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "52.0.2",
3
+ "version": "52.0.4",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@react-icons/all-files": "^4.1.0",
27
27
  "gatsby": "^5.11.0",
28
- "gatsby-core-theme": "39.0.12",
28
+ "gatsby-core-theme": "39.0.17",
29
29
  "gatsby-plugin-sharp": "^5.11.0",
30
30
  "gatsby-transformer-sharp": "^5.11.0",
31
31
  "prop-types": "15.7.2",
@@ -166,7 +166,7 @@ const WageringCalculator = ({
166
166
  <p className={styles.infoText}>{useTranslate('wagecalc_info_text', infoText)}</p>
167
167
  </div>
168
168
  )}
169
- {operators.length > 0 && showRecommendedOperators && (
169
+ {operators && operators.length > 0 && showRecommendedOperators && (
170
170
  <RecomendedOperators
171
171
  title={useTranslate('wagecalc_recommended_casinos', 'Recommeded Casinos for you: ')}
172
172
  operators={operators}
@@ -216,6 +216,7 @@ const Modules = ({ module, pageContext, index, exclOperator, serverData, moduleP
216
216
  logo: module?.value?.logo_url,
217
217
  hasLink: true,
218
218
  prettyLink: prettyTracker(module?.value, 'main', false, page?.template),
219
+ pageTemplate: page?.template,
219
220
  isStickyCta: false,
220
221
  };
221
222
  case 'newsletter':