gatsby-matrix-theme 13.0.0 → 13.0.2

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
+ ## [13.0.2](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v13.0.1...v13.0.2) (2023-02-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * updated to latest core version and fix anchor offset ([fd06bbb](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/fd06bbbbb7cef688bb9e90623aea3f6e86742741))
7
+
8
+ ## [13.0.1](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v13.0.0...v13.0.1) (2023-02-06)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * added new prop in oeprator header ([9467bc9](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/9467bc94f2e86806ce0e5c211f0e36124c9d7289))
14
+
15
+
16
+ * Merge branch 'master' of git.ilcd.rocks:team-floyd/themes/matrix-theme ([829fe1c](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/829fe1c87e05f0e570a928971ba4bca08166218a))
17
+
1
18
  # [13.0.0](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v12.0.2...v13.0.0) (2023-02-03)
2
19
 
3
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "13.0.0",
3
+ "version": "13.0.2",
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": "^4.20.0",
28
- "gatsby-core-theme": "18.0.6",
28
+ "gatsby-core-theme": "18.0.9",
29
29
  "gatsby-plugin-sharp": "^4.10.2",
30
30
  "gatsby-plugin-sitemap": "^3.3.0",
31
31
  "gatsby-transformer-sharp": "^4.10.0",
@@ -31,6 +31,7 @@ export const relationContent = (section) => {
31
31
  }
32
32
  case 'operator': {
33
33
  const data = {
34
+ author: section?.page.author,
34
35
  type: section?.page?.type,
35
36
  template: section?.page?.page_styles?.short_name,
36
37
  pageTemplate: section?.page?.template,