Skip to content

Commit

Permalink
Upcoming Release Changes (#2306)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Oct 9, 2024
1 parent 4fd5917 commit 625fe9d
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 25 deletions.

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/@envelop_sentry-2235-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-coats-retire.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/plugins/immediate-introspection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @envelop/immediate-introspection

## 4.0.0

### Major Changes

- [#2277](https://github.com/n1ru4l/envelop/pull/2277)
[`9f65fcb`](https://github.com/n1ru4l/envelop/commit/9f65fcba8e0a6c37b43ac71012a46e4ff65f3157)
Thanks [@trixobird](https://github.com/trixobird)! - dependencies updates:

- Updated dependency
[`@sentry/node@^8.0.0` ↗︎](https://www.npmjs.com/package/@sentry/node/v/8.0.0) (from
`^6 || ^7`, in `peerDependencies`)

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/immediate-introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/immediate-introspection",
"version": "3.0.0",
"version": "4.0.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache-cloudflare-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@cloudflare/workers-types": "^4.20231121.0",
"@envelop/response-cache": "^6.2.1",
"@envelop/response-cache": "^6.2.2",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"peerDependenciesMeta": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @envelop/response-cache

## 6.2.2

### Patch Changes

- [#2309](https://github.com/n1ru4l/envelop/pull/2309)
[`4fd5917`](https://github.com/n1ru4l/envelop/commit/4fd5917d09988a175624ea75540a1a8aeaf89fbf)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Strip `__responseCacheId` and
`__responseCacheTypeName` from incremental delivery execution result.

## 6.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/response-cache",
"version": "6.2.1",
"version": "6.2.2",
"type": "module",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @envelop/sentry

## 10.0.0

### Major Changes

- [#2277](https://github.com/n1ru4l/envelop/pull/2277)
[`9f65fcb`](https://github.com/n1ru4l/envelop/commit/9f65fcba8e0a6c37b43ac71012a46e4ff65f3157)
Thanks [@trixobird](https://github.com/trixobird)! - dependencies updates:

- Updated dependency
[`@sentry/node@^8.0.0` ↗︎](https://www.npmjs.com/package/@sentry/node/v/8.0.0) (from
`^6 || ^7`, in `peerDependencies`)

## 9.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/sentry",
"version": "9.0.0",
"version": "10.0.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 625fe9d

Please sign in to comment.