gatsby-matrix-theme 53.17.3 → 53.17.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/.ci.yml CHANGED
@@ -44,6 +44,8 @@ Theme Publish:
44
44
  - yarn
45
45
  - cd matrix-theme/
46
46
  - yarn
47
+ - rm -rf /root/.npmrc /root/.npm
48
+ - npm cache clean --force
47
49
  - npx semantic-release@22.0.0 -b $CI_COMMIT_REF_NAME
48
50
  when: manual
49
51
  only:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [53.17.4](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.17.3...v53.17.4) (2026-05-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * remove cashe on ci ([7306c15](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/7306c15f0cc708e03a1f7ab64608c2975a936166))
7
+ * update core theme version ([c63dead](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/c63dead4177bce839546b91feb24e756ceb806af))
8
+
1
9
  ## [53.17.3](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.17.2...v53.17.3) (2026-05-18)
2
10
 
3
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "53.17.3",
3
+ "version": "53.17.4",
4
4
  "main": "index.js",
5
5
  "description": "Matrix Theme NPM Package",
6
6
  "author": "",
@@ -26,7 +26,7 @@
26
26
  "@react-icons/all-files": "^4.1.0",
27
27
  "@gigmedia/enigma-utils": "^1.20.0",
28
28
  "gatsby": "^5.11.0",
29
- "gatsby-core-theme": "^44.24.2",
29
+ "gatsby-core-theme": "^44.25.0",
30
30
  "gatsby-plugin-sharp": "^5.11.0",
31
31
  "gatsby-plugin-sitemap": "^6.13.1",
32
32
  "gatsby-transformer-sharp": "^5.11.0",