gatsby-matrix-theme 53.3.9 → 53.3.10

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
@@ -11,6 +11,8 @@ Matrix Theme Test:
11
11
  tags:
12
12
  - gatsby-runner-dev-1
13
13
  script:
14
+ - echo "@gigmedia:registry=https://npm.gigmedia.tech/" >> ~/.npmrc
15
+ - echo "//npm.gigmedia.tech/:_authToken=${NPM_PRIVATE_TOKEN}" >> ~/.npmrc
14
16
  - npm config set //registry.npmjs.org/:_authToken $NPM_AUTH_TOKEN
15
17
  - yarn config set cache-folder .yarn
16
18
  - yarn
@@ -33,7 +35,8 @@ Theme Publish:
33
35
  - git config --global http.sslverify false
34
36
  - git config --global user.email "floyd@gig.com"
35
37
  - git config --global user.name "floyd"
36
- - echo "@gigmedia:registry=https://registry.npmjs.org/" >> ~/.npmrc
38
+ - echo "@gigmedia:registry=https://npm.gigmedia.tech/" >> ~/.npmrc
39
+ - echo "//npm.gigmedia.tech/:_authToken=${NPM_PRIVATE_TOKEN}" >> ~/.npmrc
37
40
  - echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" >> ~/.npmrc
38
41
  script:
39
42
  - export HUSKY=0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## [53.3.10](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.3.9...v53.3.10) (2025-10-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix deploy ([b8b25b3](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/b8b25b351a042b646d0b277e3e8d4c0226fbdad5))
7
+ * npm token on cicd ([55c23f4](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/55c23f4cd6d04cc0b2cfcd30980f31dc3d0b49c9))
8
+ * updat ci ([56f212f](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/56f212fc4426260ba612f9b28ee707f8959fb870))
9
+ * update theme ([3072455](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/3072455018f2078de617741b9cfceef13b406b41))
10
+
1
11
  ## [53.3.9](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.3.8...v53.3.9) (2025-10-28)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-matrix-theme",
3
- "version": "53.3.9",
3
+ "version": "53.3.10",
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.5.2",
28
+ "gatsby-core-theme": "44.5.3",
29
29
  "gatsby-plugin-sharp": "^5.11.0",
30
30
  "gatsby-transformer-sharp": "^5.11.0",
31
31
  "gatsby-plugin-sitemap": "^6.13.1",