Skip to content

Commit 323d2df

Browse files
meta(changelog): Update package versions (#1024)
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/[email protected] ### Minor Changes - Added restart logic for the sidecar ([#990](#990)) ### Patch Changes - Updated dependencies \[[`716600f`](716600f), [`861f0cb`](861f0cb), [`f65aff8`](f65aff8), [`3378477`](3378477), [`038dd23`](038dd23)]: - @spotlightjs/[email protected] - @spotlightjs/[email protected] ## @spotlightjs/[email protected] ### Minor Changes - Add CLI -- `spotlight tail logs errors` etc are now available ([#997](#997)) ### Patch Changes - Fix type checking and existing errors ([#1017](#1017)) - fix envelope type error on messageBuffer ([#1016](#1016)) - Removed the timeout handler and minor changes in the message buffer ([#1022](#1022)) - Use tsc for builds ([#1019](#1019)) ## @spotlightjs/[email protected] ### Minor Changes - Add CLI -- `spotlight tail logs errors` etc are now available ([#997](#997)) ### Patch Changes - Updated dependencies \[[`716600f`](716600f), [`861f0cb`](861f0cb), [`f65aff8`](f65aff8), [`3378477`](3378477), [`038dd23`](038dd23)]: - @spotlightjs/[email protected] - @spotlightjs/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f65aff8 commit 323d2df

File tree

12 files changed

+43
-34
lines changed

12 files changed

+43
-34
lines changed

.changeset/afraid-geckos-stand.md

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

.changeset/bitter-badgers-behave.md

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

.changeset/busy-shoes-unite.md

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

.changeset/chilly-lizards-hunt.md

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

.changeset/petite-humans-drop.md

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

.changeset/six-aliens-pull.md

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

packages/electron/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- Added restart logic for the sidecar ([#990](https://github.com/getsentry/spotlight/pull/990))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`716600f`](https://github.com/getsentry/spotlight/commit/716600f885bee8508befa1635e7cdd1f589a61a3), [`861f0cb`](https://github.com/getsentry/spotlight/commit/861f0cbcfeb16119e1230208a75898125c48b542), [`f65aff8`](https://github.com/getsentry/spotlight/commit/f65aff8af1a6b698b437107f1ec6ec0d403772ae), [`3378477`](https://github.com/getsentry/spotlight/commit/3378477bc84cdeb33507632fce3006da1d8ffe9c), [`038dd23`](https://github.com/getsentry/spotlight/commit/038dd23654306b21c68f244a02749ada241fae8f)]:
12+
- @spotlightjs/sidecar@2.2.0
13+
- @spotlightjs/overlay@4.3.0
14+
315
## 1.9.4
416

517
### Patch Changes

packages/electron/package.json

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

packages/sidecar/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- Add CLI -- `spotlight tail logs errors` etc are now available ([#997](https://github.com/getsentry/spotlight/pull/997))
8+
9+
### Patch Changes
10+
11+
- Fix type checking and existing errors ([#1017](https://github.com/getsentry/spotlight/pull/1017))
12+
13+
- fix envelope type error on messageBuffer ([#1016](https://github.com/getsentry/spotlight/pull/1016))
14+
15+
- Removed the timeout handler and minor changes in the message buffer ([#1022](https://github.com/getsentry/spotlight/pull/1022))
16+
17+
- Use tsc for builds ([#1019](https://github.com/getsentry/spotlight/pull/1019))
18+
319
## 2.1.3
420

521
### Patch 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": "2.1.3",
4+
"version": "2.2.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)