Skip to content

Commit

Permalink
meta(changelog): Update package versions (#520)
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/[email protected]

### Minor Changes

- Add `__spotlight.initOptions` and initialEvents support allowing
providing a list of "initial events" when Spotlight
([#515](#515)) loads, not
requiring the sidecar to be working. Mostly going
    to be used when replacing default error pages in frameworks.

### Patch Changes

- Fix errors on auto complete key presses (#516)
([#518](#518))

## @spotlightjs/[email protected]

### Minor Changes

- Add CORS headers to static file server -- this allows proxying sidecar
assets
    ([#519](#519))

## @spotlightjs/[email protected]

### Minor Changes

- Add `__spotlight.initOptions` and initialEvents support allowing
providing a list of "initial events" when Spotlight
([#515](#515)) loads, not
requiring the sidecar to be working. Mostly going
    to be used when replacing default error pages in frameworks.

### Patch Changes

-   Updated dependencies

\[[`f1bcab38878dd62c18fb2b62d92ffa02eed62532`](f1bcab3),

[`5b6dbba62f3cdf432723b8740c75dbee04923688`](5b6dbba),

[`507c77418b4005e71a1959d82cf6e007dbd9ef93`](507c774)]:
    -   @spotlightjs/[email protected]
    -   @spotlightjs/[email protected]

## @spotlightjs/[email protected]

### Patch Changes

-   Updated dependencies

\[[`5b6dbba62f3cdf432723b8740c75dbee04923688`](5b6dbba)]:
    -   @spotlightjs/[email protected]

## @spotlightjs/[email protected]

### Patch Changes

-   Updated dependencies

\[[`f1bcab38878dd62c18fb2b62d92ffa02eed62532`](f1bcab3),

[`5b6dbba62f3cdf432723b8740c75dbee04923688`](5b6dbba),

[`507c77418b4005e71a1959d82cf6e007dbd9ef93`](507c774)]:
    -   @spotlightjs/[email protected]
    -   @spotlightjs/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
getsentry-release and github-actions[bot] committed Sep 10, 2024
1 parent 5b6dbba commit 79d9beb
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-tigers-search.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/ten-comics-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-berries-warn.md

This file was deleted.

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

## 2.1.8

### Patch Changes

- Updated dependencies
[[`5b6dbba62f3cdf432723b8740c75dbee04923688`](https://github.com/getsentry/spotlight/commit/5b6dbba62f3cdf432723b8740c75dbee04923688)]:
- @spotlightjs/spotlight@2.4.0

## 2.1.7

### 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.7",
"version": "2.1.8",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "[email protected]:getsentry/spotlight.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @spotlightjs/electron

## 1.1.8

### Patch Changes

- Updated dependencies
[[`f1bcab38878dd62c18fb2b62d92ffa02eed62532`](https://github.com/getsentry/spotlight/commit/f1bcab38878dd62c18fb2b62d92ffa02eed62532),
[`5b6dbba62f3cdf432723b8740c75dbee04923688`](https://github.com/getsentry/spotlight/commit/5b6dbba62f3cdf432723b8740c75dbee04923688),
[`507c77418b4005e71a1959d82cf6e007dbd9ef93`](https://github.com/getsentry/spotlight/commit/507c77418b4005e71a1959d82cf6e007dbd9ef93)]:
- @spotlightjs/sidecar@1.8.0
- @spotlightjs/overlay@2.5.0

## 1.1.7

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

## 2.5.0

### Minor Changes

- Add `__spotlight.initOptions` and initialEvents support allowing providing a list of "initial events" when Spotlight
([#515](https://github.com/getsentry/spotlight/pull/515)) loads, not requiring the sidecar to be working. Mostly going
to be used when replacing default error pages in frameworks.

### Patch Changes

- Fix errors on auto complete key presses (#516) ([#518](https://github.com/getsentry/spotlight/pull/518))

## 2.4.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.4.0",
"version": "2.5.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sidecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spotlightjs/sidecar

## 1.8.0

### Minor Changes

- Add CORS headers to static file server -- this allows proxying sidecar assets
([#519](https://github.com/getsentry/spotlight/pull/519))

## 1.7.0

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

## 2.4.0

### Minor Changes

- Add `__spotlight.initOptions` and initialEvents support allowing providing a list of "initial events" when Spotlight
([#515](https://github.com/getsentry/spotlight/pull/515)) loads, not requiring the sidecar to be working. Mostly going
to be used when replacing default error pages in frameworks.

### Patch Changes

- Updated dependencies
[[`f1bcab38878dd62c18fb2b62d92ffa02eed62532`](https://github.com/getsentry/spotlight/commit/f1bcab38878dd62c18fb2b62d92ffa02eed62532),
[`5b6dbba62f3cdf432723b8740c75dbee04923688`](https://github.com/getsentry/spotlight/commit/5b6dbba62f3cdf432723b8740c75dbee04923688),
[`507c77418b4005e71a1959d82cf6e007dbd9ef93`](https://github.com/getsentry/spotlight/commit/507c77418b4005e71a1959d82cf6e007dbd9ef93)]:
- @spotlightjs/sidecar@1.8.0
- @spotlightjs/overlay@2.5.0

## 2.3.2

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

0 comments on commit 79d9beb

Please sign in to comment.