Skip to content

Commit 1420e48

Browse files
meta(changelog): Update package versions (#1177)
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/spotlight@4.7.0 ### Minor Changes - Add `--allowed-origin` / `-A` CLI option and `allowedOrigins` API option for configuring additional CORS origins. Supports both full origins (e.g., `https://ngrok.io:443`) for strict matching and plain domains (e.g., `myapp.local`) for permissive matching. Fixes [#1171](#1171). ([#1176](#1176)) ### Patch Changes - Restore draggable electron app and recover semaphore buttons ([#1173](#1173)) - Allow any DNS pointing to localhost in CORS ([#1175](#1175)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 75a1848 commit 1420e48

5 files changed

Lines changed: 13 additions & 17 deletions

File tree

.changeset/brave-wolves-hunt.md

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

.changeset/bumpy-mugs-kneel.md

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

.changeset/three-jars-agree.md

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

packages/spotlight/CHANGELOG.md

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

3+
## 4.7.0
4+
5+
### Minor Changes
6+
7+
- Add `--allowed-origin` / `-A` CLI option and `allowedOrigins` API option for configuring additional CORS origins. Supports both full origins (e.g., `https://ngrok.io:443`) for strict matching and plain domains (e.g., `myapp.local`) for permissive matching. Fixes [#1171](https://github.com/getsentry/spotlight/issues/1171). ([#1176](https://github.com/getsentry/spotlight/pull/1176))
8+
9+
### Patch Changes
10+
11+
- Restore draggable electron app and recover semaphore buttons ([#1173](https://github.com/getsentry/spotlight/pull/1173))
12+
13+
- Allow any DNS pointing to localhost in CORS ([#1175](https://github.com/getsentry/spotlight/pull/1175))
14+
315
## 4.6.0
416

517
### Minor Changes

packages/spotlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/spotlight",
33
"description": "Spotlight - Sentry for development. Containing the UI, sidecar, and electron app.",
4-
"version": "4.6.0",
4+
"version": "4.7.0",
55
"productName": "Spotlight",
66
"author": "Sentry",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)