Skip to content

Commit 257d0e2

Browse files
committed
release: 4.11.0
1 parent 4d689fd commit 257d0e2

2 files changed

Lines changed: 46 additions & 2 deletions

File tree

packages/spotlight/CHANGELOG.md

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

3+
## 4.11.0
4+
5+
### New Features ✨
6+
7+
- (telemetry) EmptyState component by @Shubhdeep12 in [#1264](https://github.com/getsentry/spotlight/pull/1264)
8+
- (ui) Collapsible insights section by @Shubhdeep12 in [#1263](https://github.com/getsentry/spotlight/pull/1263)
9+
- Added new codecov action by @MathurAditya724 in [#1255](https://github.com/getsentry/spotlight/pull/1255)
10+
11+
### Bug Fixes 🐛
12+
13+
#### Deps
14+
15+
- Resolve security vulnerabilities via pnpm overrides by @BYK in [#1276](https://github.com/getsentry/spotlight/pull/1276)
16+
- Address Dependabot security alerts by @BYK in [#1261](https://github.com/getsentry/spotlight/pull/1261)
17+
18+
#### Other
19+
20+
- (cli) Show options in command-specific help output by @BYK in [#1260](https://github.com/getsentry/spotlight/pull/1260)
21+
- (ui) Update TelemetryView layout for better responsiveness by @Shubhdeep12 in [#1262](https://github.com/getsentry/spotlight/pull/1262)
22+
- Add cleanup handlers for EventSource connection in cli tail by @Shubhdeep12 in [#1258](https://github.com/getsentry/spotlight/pull/1258)
23+
- Updated the codecov action to point to getsentry by @MathurAditya724 in [#1259](https://github.com/getsentry/spotlight/pull/1259)
24+
25+
### Internal Changes 🔧
26+
27+
#### Deps
28+
29+
- Bump @hono/node-server from 1.19.3 to 1.19.10 by @dependabot in [#1274](https://github.com/getsentry/spotlight/pull/1274)
30+
- Bump hono from 4.11.7 to 4.12.4 by @dependabot in [#1273](https://github.com/getsentry/spotlight/pull/1273)
31+
- Bump hono from 4.11.4 to 4.11.7 by @dependabot in [#1267](https://github.com/getsentry/spotlight/pull/1267)
32+
- Bump hono from 4.10.3 to 4.11.4 by @dependabot in [#1254](https://github.com/getsentry/spotlight/pull/1254)
33+
34+
#### Other
35+
36+
- (ci) Fix workflow warnings for cache action and codecov by @BYK in [#1251](https://github.com/getsentry/spotlight/pull/1251)
37+
- (release) Fix Docker Latest Target by @BYK in [#1252](https://github.com/getsentry/spotlight/pull/1252)
38+
- Update release actions to latest versions by @BYK in [#1277](https://github.com/getsentry/spotlight/pull/1277)
39+
- Use pull_request_target for changelog preview by @BYK in [#1256](https://github.com/getsentry/spotlight/pull/1256)
40+
41+
### Other
42+
43+
- Update documentation link in README.md by @sergical in [#1253](https://github.com/getsentry/spotlight/pull/1253)
44+
345
## 4.10.0
446

547
### New Features ✨

packages/spotlight/package.json

Lines changed: 4 additions & 2 deletions
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.10.0",
4+
"version": "4.11.0",
55
"productName": "Spotlight",
66
"author": "Sentry",
77
"license": "Apache-2.0",
@@ -32,7 +32,9 @@
3232
"test:e2e:electron": "playwright test tests/electron.test.ts",
3333
"sample": "node ./_fixtures/send_to_sidecar.cjs"
3434
},
35-
"files": ["dist"],
35+
"files": [
36+
"dist"
37+
],
3638
"bin": {
3739
"spotlight": "./dist/run.js"
3840
},

0 commit comments

Comments
 (0)