gatsby-matrix-theme 53.26.5 → 53.26.7
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 +17 -0
- package/package.json +2 -2
- package/storybook/public/{251.74ee9d89.iframe.bundle.js → 251.b46ecee9.iframe.bundle.js} +4 -4
- package/storybook/public/{251.74ee9d89.iframe.bundle.js.map → 251.b46ecee9.iframe.bundle.js.map} +1 -1
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/project.json +1 -1
- /package/storybook/public/{251.74ee9d89.iframe.bundle.js.LICENSE.txt → 251.b46ecee9.iframe.bundle.js.LICENSE.txt} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [53.26.7](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.26.6...v53.26.7) (2026-07-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Config
|
|
5
|
+
|
|
6
|
+
* switch to matrix data ([52ac416](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/52ac4164e03498ee29104046bb2b28db88a7bcc4))
|
|
7
|
+
* switch to odia data ([f07f812](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/f07f8128f6109a179a54c080b8f7456d3a7b0117))
|
|
8
|
+
* update theme to enable faq translations in shortcode ([ad44aa7](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/ad44aa7d1497c643bc4e435720ae27be3e68a2b3))
|
|
9
|
+
|
|
10
|
+
## [53.26.6](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.26.5...v53.26.6) (2026-07-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Config
|
|
14
|
+
|
|
15
|
+
* update gatsby theme version ([37d0d11](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/37d0d11cf185c1afb3a4b7a182211446b02cb6b6))
|
|
16
|
+
* update gatsby theme version ([24dcef6](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/24dcef64c7170ea1822cc95f5c6c83e4bb761fb2))
|
|
17
|
+
|
|
1
18
|
## [53.26.5](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.26.4...v53.26.5) (2026-07-15)
|
|
2
19
|
|
|
3
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "53.26.
|
|
3
|
+
"version": "53.26.7",
|
|
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.
|
|
29
|
+
"gatsby-core-theme": "44.35.1",
|
|
30
30
|
"gatsby-plugin-sharp": "^5.11.0",
|
|
31
31
|
"gatsby-plugin-sitemap": "^6.13.1",
|
|
32
32
|
"gatsby-transformer-sharp": "^5.11.0",
|