gatsby-matrix-theme 53.2.52 → 53.2.53
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 +2 -2
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/storybook/public/project.json +1 -1
package/.ci.yml
CHANGED
|
@@ -25,7 +25,7 @@ Matrix Theme Test:
|
|
|
25
25
|
- if: '$CI_PIPELINE_SOURCE == "push" && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "beta") && $PIPELINE == "automated"'
|
|
26
26
|
|
|
27
27
|
Theme Publish:
|
|
28
|
-
image: node:
|
|
28
|
+
image: node:20.8.1
|
|
29
29
|
stage: publish
|
|
30
30
|
tags:
|
|
31
31
|
- gatsby-runner-dev-docker
|
|
@@ -50,7 +50,7 @@ Theme Publish:
|
|
|
50
50
|
- $PIPELINE != "beta-content"
|
|
51
51
|
|
|
52
52
|
Theme Beta Publish:
|
|
53
|
-
image: node:
|
|
53
|
+
image: node:20.8.1
|
|
54
54
|
stage: publish-beta
|
|
55
55
|
tags:
|
|
56
56
|
- gatsby-runner-dev-docker
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [53.2.53](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.2.52...v53.2.53) (2025-10-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Config
|
|
5
|
+
|
|
6
|
+
* update node version on semantic release ([52c8db2](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/52c8db2ce9e581ab7e36763c4896b1486deda4be))
|
|
7
|
+
|
|
1
8
|
## [53.2.52](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.2.51...v53.2.52) (2025-09-26)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1759320086500,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"Gatsby","packageName":"gatsby","version":"5.13.6"},"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.19"},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/addon-actions":{"version":"6.5.16"},"@storybook/builder-webpack5":{"version":"6.5.16"},"@storybook/manager-webpack5":{"version":"6.5.16"},"@storybook/react":{"version":"6.5.16"}},"framework":{"name":"react"},"addons":{"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-essentials":{"version":"6.5.16"}}}
|