diff --git a/.changeset/spotty-seahorses-agree.md b/.changeset/spotty-seahorses-agree.md deleted file mode 100644 index 32870336..00000000 --- a/.changeset/spotty-seahorses-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@spotlightjs/core': patch ---- - -fix(core): Ensure there's only one global spotlight event target diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 284f2b85..6455e725 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # @spotlightjs/astro +## 0.0.15 + +### Patch Changes + +- Updated dependencies + [[`8b3e1e8`](https://github.com/getsentry/spotlight/commit/8b3e1e895e190ef0bd8ebc81bb6761d57c852336)]: + - @spotlightjs/core@0.0.13 + ## 0.0.14 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 4e5b86f7..84b94b47 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,7 +1,7 @@ { "name": "@spotlightjs/astro", "description": "Add spotlight to your Astro toolbar, for better debugging.", - "version": "0.0.14", + "version": "0.0.15", "license": "Apache-2.0", "author": "Sentry", "repository": "git@github.com:getsentry/spotlight.git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5dd08dd5..6570c14c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @spotlightjs/core +## 0.0.13 + +### Patch Changes + +- fix(core): Ensure there's only one global spotlight event target + ([#121](https://github.com/getsentry/spotlight/pull/121)) + ## 0.0.12 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c6ec7ed4..d382cc69 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@spotlightjs/core", "description": "The core Spotlight package to add debug functionality to your web app.", - "version": "0.0.12", + "version": "0.0.13", "license": "Apache-2.0", "type": "module", "scripts": {