gatsby-matrix-theme 52.0.56 → 52.0.57
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
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [52.0.57](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v52.0.56...v52.0.57) (2025-01-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* lotto ([7718fcb](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/7718fcb9ae0a93cd8516178c137c9206cabd1b3d))
|
|
7
|
+
|
|
1
8
|
## [52.0.56](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v52.0.55...v52.0.56) (2025-01-06)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -261,7 +261,7 @@ export async function getAPIData(page, url, header, preview) {
|
|
|
261
261
|
const prevMonth = (availableDates.length <= 2) ? await getAvailableDrawDays(
|
|
262
262
|
apiBaseNames[0],
|
|
263
263
|
'WEEKEND',
|
|
264
|
-
new Date().getMonth(),
|
|
264
|
+
new Date().getMonth() + 1,
|
|
265
265
|
new Date().getFullYear()
|
|
266
266
|
) : [];
|
|
267
267
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1736251237593,"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"}}}
|