gatsby-core-theme 20.0.15 → 21.0.1

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
+ ## [21.0.1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v21.0.0...v21.0.1) (2023-04-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added comment ([6f2ec70](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6f2ec70b525f244f0db45fc1cda9b178c34766ac))
7
+
8
+ # [21.0.0](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v20.0.15...v21.0.0) (2023-04-24)
9
+
10
+
11
+ ### Breaking
12
+
13
+ * fixes ([de789fa](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/de789fab8cfd2ca363ed3adf542e30a1a59ed2bc))
14
+
15
+
16
+ * Merge branch 'master' of git.ilcd.rocks:team-floyd/themes/gatsby-themes ([cf87266](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/cf872667c855877ae937f33829ed00c54697f737))
17
+
1
18
  ## [20.0.15](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v20.0.14...v20.0.15) (2023-04-24)
2
19
 
3
20
 
@@ -323,6 +323,7 @@ exports.createPages = async ({ actions: { createPage } }, themeOptions) => {
323
323
  });
324
324
  }
325
325
 
326
+ // Creating Tracking links
326
327
  if (process.env.GEO_TRACKING) {
327
328
  const operatorsShortName = groupBy(operators, 'short_name');
328
329
  const trackerNames = [];
@@ -336,7 +337,6 @@ exports.createPages = async ({ actions: { createPage } }, themeOptions) => {
336
337
  }
337
338
  });
338
339
  });
339
- console.log('=====');
340
340
 
341
341
  const operatorsByMarket = groupBy(operatorsAllMarket, 'market');
342
342
 
@@ -349,7 +349,6 @@ exports.createPages = async ({ actions: { createPage } }, themeOptions) => {
349
349
  )
350
350
  .toLowerCase()
351
351
  .replace(' ', '_');
352
- console.log(trackerLinkPath);
353
352
 
354
353
  const trackerPageObject = {
355
354
  meta_title: 'Tracker',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "20.0.15",
3
+ "version": "21.0.1",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "main": "index.js",
6
6
  "GATSBY_RECAPTCHA_SITEKEY": "6LfoyvMUAAAAAO4nl_MQnqHb4XdHxEiu5cXgIqeB",