gatsby-matrix-theme 53.9.2 → 53.9.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,22 @@
1
+ ## [53.9.4](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.3...v53.9.4) (2025-12-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * test ([9acb4c4](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/9acb4c4e72cde32a90e05cbb431771d1a4dc6778))
7
+
8
+
9
+ ### Config
10
+
11
+ * update core theme version ([e01c9c7](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/e01c9c7a192f15a3308e8c518448d1b1aa6fb638))
12
+
13
+ ## [53.9.3](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.2...v53.9.3) (2025-12-08)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * update core theme ([570457a](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/570457adc1499ca15139cadebe432ab2e7064efb))
19
+
1
20
  ## [53.9.2](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.1...v53.9.2) (2025-12-08)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "53.9.2",
3
+ "version": "53.9.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": "44.10.0",
28
+ "gatsby-core-theme": "44.10.12",
29
29
  "gatsby-plugin-sharp": "^5.11.0",
30
30
  "gatsby-transformer-sharp": "^5.11.0",
31
31
  "gatsby-plugin-sitemap": "^6.13.1",
@@ -12,7 +12,7 @@ const GameIframe = ({ page }) => {
12
12
  const [showIframe, setShowIframe] = useState(false);
13
13
 
14
14
  useEffect(() => {
15
- const playfreeLinks = document.querySelectorAll('button.playfree');
15
+ const playfreeLinks = document.querySelectorAll('button.playfree');
16
16
 
17
17
  const click = () => {
18
18
  if (!showIframe) {