From 6bb2dbdb4add80f2074c7ffba32d4996f5e69c61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Dec 2023 10:01:02 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/grumpy-weeks-press.md | 19 ------------------- packages/plugins/sentry/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/plugins/sentry/package.json | 2 +- 3 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 .changeset/grumpy-weeks-press.md diff --git a/.changeset/grumpy-weeks-press.md b/.changeset/grumpy-weeks-press.md deleted file mode 100644 index bc6d126ff..000000000 --- a/.changeset/grumpy-weeks-press.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@envelop/sentry': major ---- - -Allow to provide the context type as a generic parameter - -**Breaking Change:** Since this introduces a typed context as a generic, TS will not always infer -the correct type for you. If you have a custom Context type, please consider explicitly pass this -context type as a generic argument: - -```ts -cont yoga = createYoga({ - plugins: [ - useSentry({ - //... - }) - ] -}) -``` diff --git a/packages/plugins/sentry/CHANGELOG.md b/packages/plugins/sentry/CHANGELOG.md index 69b692a18..839031db7 100644 --- a/packages/plugins/sentry/CHANGELOG.md +++ b/packages/plugins/sentry/CHANGELOG.md @@ -1,5 +1,27 @@ # @envelop/sentry +## 8.0.0 + +### Major Changes + +- [`aff6ea0`](https://github.com/n1ru4l/envelop/commit/aff6ea09e71f07355dd91ba152dcc9534466d41f) + Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Allow to provide the context type as a + generic parameter + + **Breaking Change:** Since this introduces a typed context as a generic, TS will not always infer + the correct type for you. If you have a custom Context type, please consider explicitly pass this + context type as a generic argument: + + ```ts + cont yoga = createYoga({ + plugins: [ + useSentry({ + //... + }) + ] + }) + ``` + ## 7.1.1 ### Patch Changes diff --git a/packages/plugins/sentry/package.json b/packages/plugins/sentry/package.json index 2cae1dd20..4b82f7ce3 100644 --- a/packages/plugins/sentry/package.json +++ b/packages/plugins/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@envelop/sentry", - "version": "7.1.1", + "version": "8.0.0", "type": "module", "repository": { "type": "git",