gatsby-core-theme 41.0.0-beta.1 → 41.0.0
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 +3 -3
- package/package.json +1 -1
- package/src/constants/pick-keys.mjs +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
# [41.0.0
|
|
1
|
+
# [41.0.0](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/compare/v40.0.41...v41.0.0) (2024-11-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
+
* added more keys for operator ([9e14b3f](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/9e14b3f21d6af68a7d3ef46386d1a1bcd3a0f5d3))
|
|
6
7
|
* build ([e872983](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/e87298397edab700464b440f03df66c204c6429b))
|
|
7
8
|
* content deploy ([1f4d447](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/1f4d44727e6973fefdf5b210c0741006e713d14f))
|
|
8
9
|
* content deploy ([19a35fb](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/19a35fbc6644b02b691274d5125f96be89ec63d7))
|
|
@@ -19,8 +20,7 @@
|
|
|
19
20
|
* changes to new operator api v2 ([02fb7c8](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/02fb7c8ded77dd29d27b266a655f8b632a2e18af))
|
|
20
21
|
|
|
21
22
|
|
|
22
|
-
* Merge branch 'operators-v2' into '
|
|
23
|
-
* Merge branch 'operators-v2' into 'beta' ([4cdfe29](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/4cdfe292c640ad246532e8af734eb6a53ffa3cfa))
|
|
23
|
+
* Merge branch 'operators-v2' into 'master' ([e7da37e](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/e7da37ecfcb4f77bbe81272d8b7d267c7d33706f))
|
|
24
24
|
* Merge branch 'master' into operators-v2 ([975ee7a](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/975ee7a9b2c41c492135c8ea7e57624a39435d06))
|
|
25
25
|
* Merge branch 'tm-3345-operators-v2-api' into test-transform-operators-v2 ([936c332](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/936c33250581cde9058051aa9fca953ac1673139))
|
|
26
26
|
* Merge branch 'master' into test-transform-operators-v2 ([c4091f9](https://gitlab.com/g2m-gentoo/team-floyd/themes/gatsby-themes/commit/c4091f99e8ba4eefb41d948337d731560fc3086d))
|
package/package.json
CHANGED