Skip to content

Commit

Permalink
meta(changelog): Update package versions (#465)
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.1.3

### Patch Changes

- Fix dependency issues with sidecar
([#464](#464))

-   Updated dependencies

\[[`9fccaae507324671a16e939d1ed4a38539750827`](9fccaae)]:
    -   @spotlightjs/spotlight@2.2.1

## @spotlightjs/electron@1.1.1

### Patch Changes

- Fix dependency issues with sidecar
([#464](#464))

-   Updated dependencies

\[[`9fccaae507324671a16e939d1ed4a38539750827`](9fccaae)]:
    -   @spotlightjs/sidecar@1.6.1
    -   @spotlightjs/overlay@2.2.0

## @spotlightjs/sidecar@1.6.1

### Patch Changes

- Fix dependency issues with sidecar
([#464](#464))

## @spotlightjs/spotlight@2.2.1

### Patch Changes

- Fix dependency issues with sidecar
([#464](#464))

-   Updated dependencies

\[[`9fccaae507324671a16e939d1ed4a38539750827`](9fccaae)]:
    -   @spotlightjs/sidecar@1.6.1
    -   @spotlightjs/overlay@2.2.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
getsentry-release and github-actions[bot] authored Jul 30, 2024
1 parent 9fccaae commit 095fb86
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/chatty-cobras-end.md

This file was deleted.

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

## 2.1.3

### Patch Changes

- Fix dependency issues with sidecar ([#464](https://github.com/getsentry/spotlight/pull/464))

- Updated dependencies
[[`9fccaae507324671a16e939d1ed4a38539750827`](https://github.com/getsentry/spotlight/commit/9fccaae507324671a16e939d1ed4a38539750827)]:
- @spotlightjs/spotlight@2.2.1

## 2.1.2

### 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.2",
"version": "2.1.3",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "git@github.com: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.1

### Patch Changes

- Fix dependency issues with sidecar ([#464](https://github.com/getsentry/spotlight/pull/464))

- Updated dependencies
[[`9fccaae507324671a16e939d1ed4a38539750827`](https://github.com/getsentry/spotlight/commit/9fccaae507324671a16e939d1ed4a38539750827)]:
- @spotlightjs/sidecar@1.6.1
- @spotlightjs/overlay@2.2.0

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"main": "./out/main/index.js",
"files": [
"src"
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.6.1

### Patch Changes

- Fix dependency issues with sidecar ([#464](https://github.com/getsentry/spotlight/pull/464))

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

## 2.2.1

### Patch Changes

- Fix dependency issues with sidecar ([#464](https://github.com/getsentry/spotlight/pull/464))

- Updated dependencies
[[`9fccaae507324671a16e939d1ed4a38539750827`](https://github.com/getsentry/spotlight/commit/9fccaae507324671a16e939d1ed4a38539750827)]:
- @spotlightjs/sidecar@1.6.1
- @spotlightjs/overlay@2.2.0

## 2.2.0

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

0 comments on commit 095fb86

Please sign in to comment.