Skip to content

Commit

Permalink
meta(changelog): Update package versions (#514)
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/overlay@2.4.0

### Minor Changes

- Add no-sidecar Sentry SDK integration for Spotlight overlay
([#509](#509))

- Add direct event ingestion through
`Spotlight.sendEvent('<content-type>', <event>)` to allow sending events
without
the ([#508](#508)) sidecar

### Patch Changes

- Fix stacktraces are not reversed sometimes (appearing in wrong order)
    ([#513](#513))

## @spotlightjs/astro@2.1.7

### Patch Changes

-   Updated dependencies \[]:
    -   @spotlightjs/spotlight@2.3.2

## @spotlightjs/electron@1.1.7

### Patch Changes

-   Updated dependencies

\[[`4acbad0ac4e5dc5a466af13ab2de50169bf8867b`](4acbad0),

[`50135855e46c67c44d960c0ce0c22e001abcf982`](5013585),

[`365ab8a1c085cf52a6620c0b8438eac44967f70f`](365ab8a)]:
    -   @spotlightjs/overlay@2.4.0

## @spotlightjs/spotlight@2.3.2

### Patch Changes

-   Updated dependencies

\[[`4acbad0ac4e5dc5a466af13ab2de50169bf8867b`](4acbad0),

[`50135855e46c67c44d960c0ce0c22e001abcf982`](5013585),

[`365ab8a1c085cf52a6620c0b8438eac44967f70f`](365ab8a)]:
    -   @spotlightjs/overlay@2.4.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
getsentry-release and github-actions[bot] authored Sep 2, 2024
1 parent 365ab8a commit 16d4282
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-donkeys-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-lizards-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-jobs-give.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.1.7

### Patch Changes

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

## 2.1.6

### 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.6",
"version": "2.1.7",
"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.1.7

### Patch Changes

- Updated dependencies
[[`4acbad0ac4e5dc5a466af13ab2de50169bf8867b`](https://github.com/getsentry/spotlight/commit/4acbad0ac4e5dc5a466af13ab2de50169bf8867b),
[`50135855e46c67c44d960c0ce0c22e001abcf982`](https://github.com/getsentry/spotlight/commit/50135855e46c67c44d960c0ce0c22e001abcf982),
[`365ab8a1c085cf52a6620c0b8438eac44967f70f`](https://github.com/getsentry/spotlight/commit/365ab8a1c085cf52a6620c0b8438eac44967f70f)]:
- @spotlightjs/overlay@2.4.0

## 1.1.6

### 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.6",
"version": "1.1.7",
"main": "./out/main/index.js",
"files": [
"src"
Expand Down
14 changes: 14 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @spotlightjs/core

## 2.4.0

### Minor Changes

- Add no-sidecar Sentry SDK integration for Spotlight overlay ([#509](https://github.com/getsentry/spotlight/pull/509))

- Add direct event ingestion through `Spotlight.sendEvent('<content-type>', <event>)` to allow sending events without
the ([#508](https://github.com/getsentry/spotlight/pull/508)) sidecar

### Patch Changes

- Fix stacktraces are not reversed sometimes (appearing in wrong order)
([#513](https://github.com/getsentry/spotlight/pull/513))

## 2.3.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.3.0",
"version": "2.4.0",
"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.3.2

### Patch Changes

- Updated dependencies
[[`4acbad0ac4e5dc5a466af13ab2de50169bf8867b`](https://github.com/getsentry/spotlight/commit/4acbad0ac4e5dc5a466af13ab2de50169bf8867b),
[`50135855e46c67c44d960c0ce0c22e001abcf982`](https://github.com/getsentry/spotlight/commit/50135855e46c67c44d960c0ce0c22e001abcf982),
[`365ab8a1c085cf52a6620c0b8438eac44967f70f`](https://github.com/getsentry/spotlight/commit/365ab8a1c085cf52a6620c0b8438eac44967f70f)]:
- @spotlightjs/overlay@2.4.0

## 2.3.1

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

0 comments on commit 16d4282

Please sign in to comment.