Skip to content

Commit 2c1b076

Browse files
meta(changelog): Update package versions (#673)
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 main, this PR will be updated. # Releases ## @spotlightjs/astro@2.4.1 ### Patch Changes - Updated dependencies \[]: - @spotlightjs/spotlight@2.10.1 ## @spotlightjs/electron@1.4.1 ### Patch Changes - Updated dependencies \[[`03e386af2024eda44c02952a06433e4d4ecb3356`](03e386a), [`416fecd778d4829d490b07ec4d500946fa439210`](416fecd)]: - @spotlightjs/overlay@2.10.1 - @spotlightjs/sidecar@1.11.1 ## @spotlightjs/overlay@2.10.1 ### Patch Changes - fix: Always try to use sidecar along with direct SDK transport ([#672](#672)) ## @spotlightjs/sidecar@1.11.1 ### Patch Changes - Fix invalid semver range for source-map dependency ([#667](#667)) ## @spotlightjs/spotlight@2.10.1 ### Patch Changes - Updated dependencies \[[`03e386af2024eda44c02952a06433e4d4ecb3356`](03e386a), [`416fecd778d4829d490b07ec4d500946fa439210`](416fecd)]: - @spotlightjs/overlay@2.10.1 - @spotlightjs/sidecar@1.11.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 03e386a commit 2c1b076

File tree

12 files changed

+45
-15
lines changed

12 files changed

+45
-15
lines changed

.changeset/cyan-gifts-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-bats-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @spotlightjs/astro
22

3+
## 2.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spotlightjs/spotlight@2.10.1
9+
310
## 2.4.0
411

512
### Minor Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/astro",
33
"description": "Add spotlight to your Astro toolbar, for better debugging.",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"license": "Apache-2.0",
66
"author": "Sentry",
77
"repository": "git@github.com:getsentry/spotlight.git",

packages/electron/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @spotlightjs/electron
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`03e386af2024eda44c02952a06433e4d4ecb3356`](https://github.com/getsentry/spotlight/commit/03e386af2024eda44c02952a06433e4d4ecb3356),
9+
[`416fecd778d4829d490b07ec4d500946fa439210`](https://github.com/getsentry/spotlight/commit/416fecd778d4829d490b07ec4d500946fa439210)]:
10+
- @spotlightjs/overlay@2.10.1
11+
- @spotlightjs/sidecar@1.11.1
12+
313
## 1.4.0
414

515
### Minor Changes

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Electron app for Spotlight",
44
"author": "Sentry",
55
"license": "Apache-2.0",
6-
"version": "1.4.0",
6+
"version": "1.4.1",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/getsentry/spotlight.git",

packages/overlay/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @spotlightjs/core
22

3+
## 2.10.1
4+
5+
### Patch Changes
6+
7+
- fix: Always try to use sidecar along with direct SDK transport
8+
([#672](https://github.com/getsentry/spotlight/pull/672))
9+
310
## 2.10.0
411

512
### Minor Changes

packages/overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/overlay",
33
"description": "The overlay of Spotlight to add debug interface to your web app.",
4-
"version": "2.10.0",
4+
"version": "2.10.1",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

packages/sidecar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @spotlightjs/sidecar
22

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- Fix invalid semver range for source-map dependency ([#667](https://github.com/getsentry/spotlight/pull/667))
8+
39
## 1.11.0
410

511
### Minor Changes

packages/sidecar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/sidecar",
33
"description": "A small proxy server to capture and forward data from backend services to Spotlight.",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)