@smartive/graphql-magic 21.0.0-next.6 → 21.0.1
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 -4
- package/docs/package-lock.json +797 -512
- package/docs/package.json +5 -5
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
## 21.0.
|
|
1
|
+
## <small>21.0.1 (2025-09-26)</small>
|
|
2
2
|
|
|
3
|
-
* fix:
|
|
4
|
-
*
|
|
5
|
-
* break: Remove getUpdateEntityQuery ([212e864](https://github.com/smartive/graphql-magic/commit/212e864))
|
|
3
|
+
* fix(deps): update docusaurus monorepo to v3.9.0 (#358) ([fff33d1](https://github.com/smartive/graphql-magic/commit/fff33d1)), closes [#358](https://github.com/smartive/graphql-magic/issues/358)
|
|
4
|
+
* chore(deps): pin dependency conventional-changelog-conventionalcommits to 9.1.0 (#357) ([2befd83](https://github.com/smartive/graphql-magic/commit/2befd83)), closes [#357](https://github.com/smartive/graphql-magic/issues/357)
|