Skip to content

Commit

Permalink
meta(changelog): Update package versions (#608)
Browse files Browse the repository at this point in the history
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.2.0

### Minor Changes

- Add method name to trace list
([#599](#599))

### Patch Changes

-   Updated dependencies

\[[`0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01`](0ce5ee3),

[`2e5bc8c3aad37e140be7be850ffc7c75a87f4dfe`](2e5bc8c),

[`678dbf7240b7b97fe191356e1ec35d20875e132b`](678dbf7),

[`630b83b5631d366eaa7fbdd1bb8756c591a506f3`](630b83b)]:
    -   @spotlightjs/spotlight@2.7.0

## @spotlightjs/electron@1.2.0

### Minor Changes

- Add method name to trace list
([#599](#599))

### Patch Changes

-   Updated dependencies

\[[`0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01`](0ce5ee3),

[`678dbf7240b7b97fe191356e1ec35d20875e132b`](678dbf7),

[`a41abc5685fe05025edbd04e90dae10b96b99516`](a41abc5),

[`12ab0a765325030fa4d1405cd172329e1ecfc817`](12ab0a7),

[`630b83b5631d366eaa7fbdd1bb8756c591a506f3`](630b83b),

[`19cbcbf58db52eadef927a0e25426381071be3fc`](19cbcbf)]:
    -   @spotlightjs/overlay@2.8.0
    -   @spotlightjs/sidecar@1.9.2

## @spotlightjs/overlay@2.8.0

### Minor Changes

- Traces now use the same context tab with errors
([#596](#596))

- Add method name to trace list
([#599](#599))

- - Restructured sentry integration tabs
([#592](#592))

### Patch Changes

- Force-enable tracing with FE spotlight injection
([#602](#602))

- - Fixed trace context page in case of no transaction events.
([#600](#600))
    -   Fixed import of vitePreprocess in astro-playground

## @spotlightjs/spotlight@2.7.0

### Minor Changes

- Traces now use the same context tab with errors
([#596](#596))

- Add method name to trace list
([#599](#599))

### Patch Changes

- Don't upload platform binaries to npm 🤦
([#604](#604))

- Fix hang at SIGINT termination
([#597](#597))

-   Updated dependencies

\[[`0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01`](0ce5ee3),

[`678dbf7240b7b97fe191356e1ec35d20875e132b`](678dbf7),

[`a41abc5685fe05025edbd04e90dae10b96b99516`](a41abc5),

[`12ab0a765325030fa4d1405cd172329e1ecfc817`](12ab0a7),

[`630b83b5631d366eaa7fbdd1bb8756c591a506f3`](630b83b),

[`19cbcbf58db52eadef927a0e25426381071be3fc`](19cbcbf)]:
    -   @spotlightjs/overlay@2.8.0
    -   @spotlightjs/sidecar@1.9.2

## @spotlightjs/sidecar@1.9.2

### Patch Changes

- Fix hang at SIGINT termination
([#597](#597))

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
getsentry-release and github-actions[bot] authored Dec 3, 2024
1 parent 19cbcbf commit e7bc104
Show file tree
Hide file tree
Showing 17 changed files with 85 additions and 46 deletions.
6 changes: 0 additions & 6 deletions .changeset/eleven-spies-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-emus-smell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-suits-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-dots-learn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/poor-buckets-explode.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/short-wombats-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-nails-reply.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- Add method name to trace list ([#599](https://github.com/getsentry/spotlight/pull/599))

### Patch Changes

- Updated dependencies
[[`0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01`](https://github.com/getsentry/spotlight/commit/0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01),
[`2e5bc8c3aad37e140be7be850ffc7c75a87f4dfe`](https://github.com/getsentry/spotlight/commit/2e5bc8c3aad37e140be7be850ffc7c75a87f4dfe),
[`678dbf7240b7b97fe191356e1ec35d20875e132b`](https://github.com/getsentry/spotlight/commit/678dbf7240b7b97fe191356e1ec35d20875e132b),
[`630b83b5631d366eaa7fbdd1bb8756c591a506f3`](https://github.com/getsentry/spotlight/commit/630b83b5631d366eaa7fbdd1bb8756c591a506f3)]:
- @spotlightjs/spotlight@2.7.0

## 2.1.15

### Patch 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.1.15",
"version": "2.2.0",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "git@github.com:getsentry/spotlight.git",
Expand Down
18 changes: 18 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @spotlightjs/electron

## 1.2.0

### Minor Changes

- Add method name to trace list ([#599](https://github.com/getsentry/spotlight/pull/599))

### Patch Changes

- Updated dependencies
[[`0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01`](https://github.com/getsentry/spotlight/commit/0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01),
[`678dbf7240b7b97fe191356e1ec35d20875e132b`](https://github.com/getsentry/spotlight/commit/678dbf7240b7b97fe191356e1ec35d20875e132b),
[`a41abc5685fe05025edbd04e90dae10b96b99516`](https://github.com/getsentry/spotlight/commit/a41abc5685fe05025edbd04e90dae10b96b99516),
[`12ab0a765325030fa4d1405cd172329e1ecfc817`](https://github.com/getsentry/spotlight/commit/12ab0a765325030fa4d1405cd172329e1ecfc817),
[`630b83b5631d366eaa7fbdd1bb8756c591a506f3`](https://github.com/getsentry/spotlight/commit/630b83b5631d366eaa7fbdd1bb8756c591a506f3),
[`19cbcbf58db52eadef927a0e25426381071be3fc`](https://github.com/getsentry/spotlight/commit/19cbcbf58db52eadef927a0e25426381071be3fc)]:
- @spotlightjs/overlay@2.8.0
- @spotlightjs/sidecar@1.9.2

## 1.1.13

### Patch 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.1.13",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/getsentry/spotlight.git",
Expand Down
17 changes: 17 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @spotlightjs/core

## 2.8.0

### Minor Changes

- Traces now use the same context tab with errors ([#596](https://github.com/getsentry/spotlight/pull/596))

- Add method name to trace list ([#599](https://github.com/getsentry/spotlight/pull/599))

- - Restructured sentry integration tabs ([#592](https://github.com/getsentry/spotlight/pull/592))

### Patch Changes

- Force-enable tracing with FE spotlight injection ([#602](https://github.com/getsentry/spotlight/pull/602))

- - Fixed trace context page in case of no transaction events. ([#600](https://github.com/getsentry/spotlight/pull/600))
- Fixed import of vitePreprocess in astro-playground

## 2.7.1

### Patch 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.7.1",
"version": "2.8.0",
"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.9.2

### Patch Changes

- Fix hang at SIGINT termination ([#597](https://github.com/getsentry/spotlight/pull/597))

## 1.9.1

### Patch 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.9.1",
"version": "1.9.2",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions packages/spotlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @spotlightjs/spotlight

## 2.7.0

### Minor Changes

- Traces now use the same context tab with errors ([#596](https://github.com/getsentry/spotlight/pull/596))

- Add method name to trace list ([#599](https://github.com/getsentry/spotlight/pull/599))

### Patch Changes

- Don't upload platform binaries to npm :facepalm: ([#604](https://github.com/getsentry/spotlight/pull/604))

- Fix hang at SIGINT termination ([#597](https://github.com/getsentry/spotlight/pull/597))

- Updated dependencies
[[`0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01`](https://github.com/getsentry/spotlight/commit/0ce5ee3206c0ce2e10a523fb3dbe6bff05ef2e01),
[`678dbf7240b7b97fe191356e1ec35d20875e132b`](https://github.com/getsentry/spotlight/commit/678dbf7240b7b97fe191356e1ec35d20875e132b),
[`a41abc5685fe05025edbd04e90dae10b96b99516`](https://github.com/getsentry/spotlight/commit/a41abc5685fe05025edbd04e90dae10b96b99516),
[`12ab0a765325030fa4d1405cd172329e1ecfc817`](https://github.com/getsentry/spotlight/commit/12ab0a765325030fa4d1405cd172329e1ecfc817),
[`630b83b5631d366eaa7fbdd1bb8756c591a506f3`](https://github.com/getsentry/spotlight/commit/630b83b5631d366eaa7fbdd1bb8756c591a506f3),
[`19cbcbf58db52eadef927a0e25426381071be3fc`](https://github.com/getsentry/spotlight/commit/19cbcbf58db52eadef927a0e25426381071be3fc)]:
- @spotlightjs/overlay@2.8.0
- @spotlightjs/sidecar@1.9.2

## 2.6.3

### Patch 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.6.3",
"version": "2.7.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit e7bc104

Please sign in to comment.