gatsby-core-theme 40.0.23 → 40.0.24
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 +7 -0
- package/package.json +1 -1
- package/src/constants/pick-keys.mjs +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [40.0.24](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v40.0.23...v40.0.24) (2024-10-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* added id to cards ([c0c760f](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/c0c760f4b24cc20a98b781d3d33872a40abcb20c))
|
|
7
|
+
|
|
1
8
|
## [40.0.23](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v40.0.22...v40.0.23) (2024-10-30)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -126,6 +126,7 @@ export const pickRelationKeys = {
|
|
|
126
126
|
"games_count",
|
|
127
127
|
"name",
|
|
128
128
|
"standardised_logo_filename_object",
|
|
129
|
+
"id",
|
|
129
130
|
],
|
|
130
131
|
payment_method: [
|
|
131
132
|
"logo_filename_object",
|
|
@@ -134,6 +135,7 @@ export const pickRelationKeys = {
|
|
|
134
135
|
"rating",
|
|
135
136
|
"standardised_logo_filename_object",
|
|
136
137
|
"selling_points",
|
|
138
|
+
"id",
|
|
137
139
|
],
|
|
138
140
|
};
|
|
139
141
|
|