gatsby-matrix-theme 52.0.17 → 52.0.18

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,10 @@
1
+ ## [52.0.18](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v52.0.17...v52.0.18) (2024-10-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update theme + faq build issue ([04a47d0](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/04a47d00a42ed460554948ac28ab5a421f40015e))
7
+
1
8
  ## [52.0.17](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v52.0.16...v52.0.17) (2024-10-10)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "52.0.17",
3
+ "version": "52.0.18",
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": "40.0.1",
28
+ "gatsby-core-theme": "40.0.2",
29
29
  "gatsby-plugin-sharp": "^5.11.0",
30
30
  "gatsby-transformer-sharp": "^5.11.0",
31
31
  "prop-types": "15.7.2",
@@ -60,7 +60,7 @@ const Faq = ({ module, closeAll = false, openItem, closeOthers = false, icon = '
60
60
  return (
61
61
  <>
62
62
  <div className={styles?.faqContainer || ''}>
63
- {items.map((item, index) => (
63
+ {items && items.map((item, index) => (
64
64
  <div key={keygen()} className={styles?.faqItem || ''}>
65
65
  <div
66
66
  onClick={() => toggle(index)}