From 425c0cc5f4face91cdfbb1e192926ff8000f4e17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:06:49 +0200 Subject: [PATCH] chore(release): update monorepo packages versions (#2505) Co-authored-by: github-actions[bot] --- .changeset/perfect-lamps-cheat.md | 5 ----- packages/graphql-modules/CHANGELOG.md | 6 ++++++ packages/graphql-modules/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/perfect-lamps-cheat.md diff --git a/.changeset/perfect-lamps-cheat.md b/.changeset/perfect-lamps-cheat.md deleted file mode 100644 index bc47a0aeca..0000000000 --- a/.changeset/perfect-lamps-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-modules': minor ---- - -Support passing an abstract class to `Injector.get` call and `Provider` value. diff --git a/packages/graphql-modules/CHANGELOG.md b/packages/graphql-modules/CHANGELOG.md index 3fefda6e0e..4964fe2e0c 100644 --- a/packages/graphql-modules/CHANGELOG.md +++ b/packages/graphql-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-modules +## 2.4.0 + +### Minor Changes + +- [#2503](https://github.com/Urigo/graphql-modules/pull/2503) [`cf6e51f`](https://github.com/Urigo/graphql-modules/commit/cf6e51f7e0f331da33f4c4e66297f0e3f4b0dfa1) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support passing an abstract class to `Injector.get` call and `Provider` value. + ## 2.3.0 ### Minor Changes diff --git a/packages/graphql-modules/package.json b/packages/graphql-modules/package.json index ec90c38c91..1288bbaf0c 100644 --- a/packages/graphql-modules/package.json +++ b/packages/graphql-modules/package.json @@ -8,7 +8,7 @@ "typescript", "the-guild" ], - "version": "2.3.0", + "version": "2.4.0", "author": "Kamil Kisiela", "license": "MIT", "sideEffects": false,