Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
theguild-bot authored Dec 12, 2024
1 parent 2993773 commit 58cd3e8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/clever-rice-perform.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/plugins/sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @envelop/sentry

## 12.0.0

### Major Changes

- [#2323](https://github.com/n1ru4l/envelop/pull/2323)
[`2993773`](https://github.com/n1ru4l/envelop/commit/299377308c1c5901e5babeecd1715088977912d9)
Thanks [@Karibash](https://github.com/Karibash)! - Make it possible to get the active span in the
GraphQL resolver

**Breaking Change:** With this change, this plugin now wraps the execute function. This plugin
should be placed last so that the execute function is not overwritten by another plugin.

```ts
const yoga = createYoga({
plugins: [
...otherPlugins,
useSentry({
// ...
})
]
})
```

## 11.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": "11.0.0",
"version": "12.0.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 58cd3e8

Please sign in to comment.