gatsby-matrix-theme 53.13.0 → 53.13.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,22 @@
1
+ ## [53.13.2](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.13.1...v53.13.2) (2026-04-03)
2
+
3
+
4
+ ### Config
5
+
6
+ * update core theme ([a54b9e1](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/a54b9e1453ce36ff4cf6a15dd92dbb8ec12c51dd))
7
+ * update gatsby theme version ([4fce504](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/4fce504de245594bbd6709049249020fcd53e5b6))
8
+
9
+ ## [53.13.1](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.13.0...v53.13.1) (2026-04-01)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * fix the deploy ([d9ee923](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/d9ee9236a0a19ba21187b903618b904b4e6c7861))
15
+ * improve the ci/cd ([7e8251d](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/7e8251d0c227582b4f003aeb62e6eca84900b1f3))
16
+ * update theme ([9397cbe](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/9397cbee95cbd5aa022c9a018282ddf2d63bafea))
17
+ * update theme ([0ea0890](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/0ea08908c2337e668cade830ce1d720f20cbb6fe))
18
+ * use old package ([3d1f5cf](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/3d1f5cfd3ae6e3fb520655b9c8a8c6807188cab5))
19
+
1
20
  # [53.13.0](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.12.8...v53.13.0) (2026-03-26)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "53.13.0",
3
+ "version": "53.13.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": "^5.11.0",
28
- "gatsby-core-theme": "^44.19.0",
28
+ "gatsby-core-theme": "^44.20.0",
29
29
  "gatsby-plugin-sharp": "^5.11.0",
30
30
  "gatsby-plugin-sitemap": "^6.13.1",
31
31
  "gatsby-transformer-sharp": "^5.11.0",