gatsby-core-theme 22.0.3 → 22.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 +11 -0
- package/package.json +1 -1
- package/src/helpers/processor/index.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [22.0.4](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v22.0.3...v22.0.4) (2023-05-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* rage seo ([d0ada4c](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d0ada4c34ffde6d3367646d408de047d9214467a))
|
|
7
|
+
* rage-seo error ([c35ccb7](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c35ccb788af9e4b5ce37853a094319fac9ff150a))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
* Merge branch 'rage-seo-fix' into 'master' ([086c818](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/086c8184cc4b012222c9cb427e3aec1914cfef20))
|
|
11
|
+
|
|
1
12
|
## [22.0.3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v22.0.2...v22.0.3) (2023-05-16)
|
|
2
13
|
|
|
3
14
|
|
package/package.json
CHANGED
|
@@ -313,6 +313,7 @@ export default {
|
|
|
313
313
|
|
|
314
314
|
// add responsible gaming to pages
|
|
315
315
|
const gamingIds =
|
|
316
|
+
data.relations.dms_affiliate_settings.markets_data &&
|
|
316
317
|
data.relations.dms_affiliate_settings.markets_data[market] &&
|
|
317
318
|
data.relations.dms_affiliate_settings.markets_data[market].responsible_gaming_ids
|
|
318
319
|
? data.relations.dms_affiliate_settings.markets_data[market].responsible_gaming_ids
|