Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cyan-gifts-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-bats-shake.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spotlightjs/astro

## 2.4.1

### Patch Changes

- Updated dependencies []:
- @spotlightjs/spotlight@2.10.1

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/astro",
"description": "Add spotlight to your Astro toolbar, for better debugging.",
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "git@github.com:getsentry/spotlight.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @spotlightjs/electron

## 1.4.1

### Patch Changes

- Updated dependencies
[[`03e386af2024eda44c02952a06433e4d4ecb3356`](https://github.com/getsentry/spotlight/commit/03e386af2024eda44c02952a06433e4d4ecb3356),
[`416fecd778d4829d490b07ec4d500946fa439210`](https://github.com/getsentry/spotlight/commit/416fecd778d4829d490b07ec4d500946fa439210)]:
- @spotlightjs/overlay@2.10.1
- @spotlightjs/sidecar@1.11.1

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Electron app for Spotlight",
"author": "Sentry",
"license": "Apache-2.0",
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "https://github.com/getsentry/spotlight.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spotlightjs/core

## 2.10.1

### Patch Changes

- fix: Always try to use sidecar along with direct SDK transport
([#672](https://github.com/getsentry/spotlight/pull/672))

## 2.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "2.10.0",
"version": "2.10.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/sidecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spotlightjs/sidecar

## 1.11.1

### Patch Changes

- Fix invalid semver range for source-map dependency ([#667](https://github.com/getsentry/spotlight/pull/667))

## 1.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sidecar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/sidecar",
"description": "A small proxy server to capture and forward data from backend services to Spotlight.",
"version": "1.11.0",
"version": "1.11.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/spotlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @spotlightjs/spotlight

## 2.10.1

### Patch Changes

- Updated dependencies
[[`03e386af2024eda44c02952a06433e4d4ecb3356`](https://github.com/getsentry/spotlight/commit/03e386af2024eda44c02952a06433e4d4ecb3356),
[`416fecd778d4829d490b07ec4d500946fa439210`](https://github.com/getsentry/spotlight/commit/416fecd778d4829d490b07ec4d500946fa439210)]:
- @spotlightjs/overlay@2.10.1
- @spotlightjs/sidecar@1.11.1

## 2.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/spotlight",
"description": "Spotlight - Sentry for development. Containing the overlay and the sidecar.",
"version": "2.10.0",
"version": "2.10.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
Loading