gatsby-core-theme 44.4.58 → 44.4.59

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.
Files changed (3) hide show
  1. package/.ci.yml +2 -2
  2. package/CHANGELOG.md +7 -0
  3. package/package.json +1 -1
package/.ci.yml CHANGED
@@ -20,7 +20,7 @@ Theme Tests:
20
20
  - if: '$CI_PIPELINE_SOURCE == "push" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "beta") && $PIPELINE == "automated"'
21
21
 
22
22
  Theme Publish:
23
- image: node:18.17.0
23
+ image: node:20.8.1
24
24
  stage: publish
25
25
  tags:
26
26
  - gatsby-runner-dev-docker
@@ -44,7 +44,7 @@ Theme Publish:
44
44
  - $PIPELINE != "content-trigger"
45
45
 
46
46
  Theme Beta Publish:
47
- image: node:18.17.0
47
+ image: node:20.8.1
48
48
  stage: publish-beta
49
49
  tags:
50
50
  - gatsby-runner-dev-docker
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [44.4.59](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v44.4.58...v44.4.59) (2025-10-01)
2
+
3
+
4
+ ### Config
5
+
6
+ * update node version on semantic release ([4803297](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/4803297d6e6e032e732de2c4c7e95c51a3de890e))
7
+
1
8
  ## [44.4.58](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v44.4.57...v44.4.58) (2025-09-26)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "44.4.58",
3
+ "version": "44.4.59",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",