Skip to content

Commit dcd39ca

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

5 files changed

+17
-17
lines changed

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

-6
This file was deleted.

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

-5
This file was deleted.

.changeset/hip-elephants-warn.md

-5
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+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#2395](https://github.com/Urigo/graphql-modules/pull/2395) [`d9e91d0a`](https://github.com/Urigo/graphql-modules/commit/d9e91d0a972bce633e3d7f4fe9234880aefae839) Thanks [@TomKlaverAH](https://github.com/TomKlaverAH)! - Use AsyncLocalStorage for execution context if available
8+
9+
### Patch Changes
10+
11+
- [#2338](https://github.com/Urigo/graphql-modules/pull/2338) [`4d9150f0`](https://github.com/Urigo/graphql-modules/commit/4d9150f0f46db32fe35259c74caabe6b36d8a13b) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
12+
13+
- Updated dependency [`@graphql-tools/schema@^10.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.0) (from `^9.0.0`, in `dependencies`)
14+
- Updated dependency [`@graphql-tools/wrap@^10.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/wrap/v/10.0.0) (from `^9.0.0`, in `dependencies`)
15+
16+
- [#2354](https://github.com/Urigo/graphql-modules/pull/2354) [`d49191d9`](https://github.com/Urigo/graphql-modules/commit/d49191d9a692023ce35877f2b4ddc9024bfe9da0) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
17+
- Updated dependency [`ramda@^0.29.0` ↗︎](https://www.npmjs.com/package/ramda/v/0.29.0) (from `^0.28.0`, in `dependencies`)
18+
319
## 2.1.2
420

521
### Patch 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.1.2",
11+
"version": "2.2.0",
1212
"author": "Kamil Kisiela",
1313
"license": "MIT",
1414
"sideEffects": false,

0 commit comments

Comments
 (0)