Skip to content

Commit d7f6da0

Browse files
Upcoming Release Changes (#2189)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 396bccb commit d7f6da0

File tree

10 files changed

+37
-26
lines changed

10 files changed

+37
-26
lines changed

.changeset/@envelop_graphql-jit-2188-dependencies.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/early-books-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/popular-seahorses-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-avocados-collect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/plugins/graphql-jit/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @envelop/graphql-jit
22

3+
## 8.0.3
4+
5+
### Patch Changes
6+
7+
- [#2188](https://github.com/n1ru4l/envelop/pull/2188)
8+
[`3a32aa9`](https://github.com/n1ru4l/envelop/commit/3a32aa977fcf3bc9c0e3416901deadd7c2f49582)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
11+
- Updated dependency [`graphql-jit@0.8.6` ↗︎](https://www.npmjs.com/package/graphql-jit/v/0.8.6)
12+
(from `0.8.5`, in `dependencies`)
13+
314
## 8.0.2
415

516
### Patch Changes

packages/plugins/graphql-jit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/graphql-jit",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/opentelemetry/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @envelop/opentelemetry
22

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- [#2201](https://github.com/n1ru4l/envelop/pull/2201)
8+
[`396bccb`](https://github.com/n1ru4l/envelop/commit/396bccbc441117c73d0d9b3d55d2391a45191651)
9+
Thanks [@dotansimha](https://github.com/dotansimha)! - feat: exclude operations by using list of
10+
names or a custom function
11+
12+
- [#2201](https://github.com/n1ru4l/envelop/pull/2201)
13+
[`396bccb`](https://github.com/n1ru4l/envelop/commit/396bccbc441117c73d0d9b3d55d2391a45191651)
14+
Thanks [@dotansimha](https://github.com/dotansimha)! - feat: allow to use a custom function to
15+
resolve/sanitize variables
16+
317
## 6.2.1
418

519
### Patch Changes

packages/plugins/opentelemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/opentelemetry",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/sentry/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @envelop/sentry
22

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- [#2163](https://github.com/n1ru4l/envelop/pull/2163)
8+
[`7686b33`](https://github.com/n1ru4l/envelop/commit/7686b33db95a94b472ba3b19f274b5b4d78e8867)
9+
Thanks [@MarcelCutts](https://github.com/MarcelCutts)! - Removed includedResolverArgs from
10+
SentryPluginOptions as it lead to no functionality.
11+
312
## 8.0.0
413

514
### Major Changes

packages/plugins/sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/sentry",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)