From e9b4ae65284a8f075aaf63e4f2fe0244b79ee35f Mon Sep 17 00:00:00 2001 From: Sentry Release Bot <75840458+getsentry-release@users.noreply.github.com> Date: Wed, 21 Aug 2024 03:02:19 -0700 Subject: [PATCH] meta(changelog): Update package versions (next) (#504) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to fn/prerelease-addEnvelope, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `fn/prerelease-addEnvelope` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `fn/prerelease-addEnvelope`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @spotlightjs/astro@2.1.7-next.3 ### Patch Changes - Updated dependencies \[]: - @spotlightjs/spotlight@2.3.2-next.3 ## @spotlightjs/electron@1.1.7-next.3 ### Patch Changes - Updated dependencies \[[`e75c05c9e19005754fa6af583e79d505fb7a353a`](https://github.com/getsentry/spotlight/commit/e75c05c9e19005754fa6af583e79d505fb7a353a)]: - @spotlightjs/overlay@2.4.0-next.3 ## @spotlightjs/overlay@2.4.0-next.3 ### Patch Changes - fix: Fix handling of empty sidecar for contextLinesProvider ([`e75c05c9e19005754fa6af583e79d505fb7a353a`](https://github.com/getsentry/spotlight/commit/e75c05c9e19005754fa6af583e79d505fb7a353a)) ## @spotlightjs/spotlight@2.3.2-next.3 ### Patch Changes - Updated dependencies \[[`e75c05c9e19005754fa6af583e79d505fb7a353a`](https://github.com/getsentry/spotlight/commit/e75c05c9e19005754fa6af583e79d505fb7a353a)]: - @spotlightjs/overlay@2.4.0-next.3 Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 +- packages/astro/CHANGELOG.md | 7 +++++++ packages/astro/package.json | 2 +- packages/electron/CHANGELOG.md | 8 ++++++++ packages/electron/package.json | 2 +- packages/overlay/CHANGELOG.md | 7 +++++++ packages/overlay/package.json | 2 +- packages/spotlight/CHANGELOG.md | 8 ++++++++ packages/spotlight/package.json | 2 +- 9 files changed, 35 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 74414eab..42ee0eb3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,5 +14,5 @@ "@spotlightjs/tsconfig": "1.0.0", "@spotlightjs/website": "0.0.1" }, - "changesets": ["blue-trees-repeat", "bright-experts-learn", "mean-rivers-brush"] + "changesets": ["blue-trees-repeat", "bright-experts-learn", "loud-ducks-travel", "mean-rivers-brush"] } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3d5241b8..80f4eb44 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,12 @@ # @spotlightjs/astro +## 2.1.7-next.3 + +### Patch Changes + +- Updated dependencies []: + - @spotlightjs/spotlight@2.3.2-next.3 + ## 2.1.7-next.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 184a0893..da2a8616 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": "2.1.7-next.2", + "version": "2.1.7-next.3", "license": "Apache-2.0", "author": "Sentry", "repository": "git@github.com:getsentry/spotlight.git", diff --git a/packages/electron/CHANGELOG.md b/packages/electron/CHANGELOG.md index 732377d9..d298dd32 100644 --- a/packages/electron/CHANGELOG.md +++ b/packages/electron/CHANGELOG.md @@ -1,5 +1,13 @@ # @spotlightjs/electron +## 1.1.7-next.3 + +### Patch Changes + +- Updated dependencies + [[`e75c05c9e19005754fa6af583e79d505fb7a353a`](https://github.com/getsentry/spotlight/commit/e75c05c9e19005754fa6af583e79d505fb7a353a)]: + - @spotlightjs/overlay@2.4.0-next.3 + ## 1.1.7-next.2 ### Patch Changes diff --git a/packages/electron/package.json b/packages/electron/package.json index 9ff3d382..83b5ed97 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -3,7 +3,7 @@ "description": "Electron app for Spotlight", "author": "Sentry", "license": "Apache-2.0", - "version": "1.1.7-next.2", + "version": "1.1.7-next.3", "main": "./out/main/index.js", "files": [ "src" diff --git a/packages/overlay/CHANGELOG.md b/packages/overlay/CHANGELOG.md index f0490c60..8412081e 100644 --- a/packages/overlay/CHANGELOG.md +++ b/packages/overlay/CHANGELOG.md @@ -1,5 +1,12 @@ # @spotlightjs/core +## 2.4.0-next.3 + +### Patch Changes + +- fix: Fix handling of empty sidecar for contextLinesProvider + ([`e75c05c9e19005754fa6af583e79d505fb7a353a`](https://github.com/getsentry/spotlight/commit/e75c05c9e19005754fa6af583e79d505fb7a353a)) + ## 2.4.0-next.2 ### Patch Changes diff --git a/packages/overlay/package.json b/packages/overlay/package.json index 7166b50c..09cea1f6 100644 --- a/packages/overlay/package.json +++ b/packages/overlay/package.json @@ -1,7 +1,7 @@ { "name": "@spotlightjs/overlay", "description": "The overlay of Spotlight to add debug interface to your web app.", - "version": "2.4.0-next.2", + "version": "2.4.0-next.3", "license": "Apache-2.0", "type": "module", "scripts": { diff --git a/packages/spotlight/CHANGELOG.md b/packages/spotlight/CHANGELOG.md index 74659565..4adf503b 100644 --- a/packages/spotlight/CHANGELOG.md +++ b/packages/spotlight/CHANGELOG.md @@ -1,5 +1,13 @@ # @spotlightjs/spotlight +## 2.3.2-next.3 + +### Patch Changes + +- Updated dependencies + [[`e75c05c9e19005754fa6af583e79d505fb7a353a`](https://github.com/getsentry/spotlight/commit/e75c05c9e19005754fa6af583e79d505fb7a353a)]: + - @spotlightjs/overlay@2.4.0-next.3 + ## 2.3.2-next.2 ### Patch Changes diff --git a/packages/spotlight/package.json b/packages/spotlight/package.json index e5b261db..d2df03d1 100644 --- a/packages/spotlight/package.json +++ b/packages/spotlight/package.json @@ -1,7 +1,7 @@ { "name": "@spotlightjs/spotlight", "description": "Spotlight - Sentry for development. Containing the overlay and the sidecar.", - "version": "2.3.2-next.2", + "version": "2.3.2-next.3", "license": "Apache-2.0", "type": "module", "scripts": {