Skip to content

Commit 4477965

Browse files
chore(release): update monorepo packages versions (#2531)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f40de70 commit 4477965

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.changeset/graphql-modules-2479-dependencies.md

-7
This file was deleted.

.changeset/orange-geese-hide.md

-9
This file was deleted.

packages/graphql-modules/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# graphql-modules
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#2563](https://github.com/Urigo/graphql-modules/pull/2563) [`f40de70`](https://github.com/Urigo/graphql-modules/commit/f40de701d886da2344f4ceca18022748a207a4cd) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - **BREAKING** Providers of each module are now resolved of upon application creation.
8+
9+
This makes Dependency Injection less strict and not dependent on the order of module imports (hello circular imports).
10+
11+
**BREAKING** Removed `providers`, `operationProviders` and `singletonProviders` from the `Module` interface (unlikely you were using them).
12+
13+
### Patch Changes
14+
15+
- [#2479](https://github.com/Urigo/graphql-modules/pull/2479) [`482499a`](https://github.com/Urigo/graphql-modules/commit/482499a6b288e716a519ef4068a8e74de1b2c45e) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
16+
17+
- Updated dependency [`ramda@^0.30.0` ↗︎](https://www.npmjs.com/package/ramda/v/0.30.0) (from `^0.29.0`, in `dependencies`)
18+
319
## 2.4.0
420

521
### Minor Changes

packages/graphql-modules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"typescript",
99
"the-guild"
1010
],
11-
"version": "2.4.0",
11+
"version": "3.0.0",
1212
"author": "Kamil Kisiela",
1313
"license": "MIT",
1414
"sideEffects": false,

0 commit comments

Comments
 (0)