Skip to content

Commit

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

### Minor Changes

-   Add IIFE for auto load & init over CDN with a single script include
    ([#478](#478))

### Patch Changes

-   Overhaul React code for multiple fixes and performance improvements
    ([#473](#473))

- Various improvements in React code for better stability & performance
    ([#476](#476))

## @spotlightjs/astro@2.1.6

### Patch Changes

- Various improvements in React code for better stability & performance
    ([#476](#476))

-   Updated dependencies

\[[`d38c054a47820fe074ad3fd61fe5960e85e0ef49`](d38c054),

[`8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf`](8f42d4e)]:
    -   @spotlightjs/spotlight@2.3.1

## @spotlightjs/electron@1.1.4

### Patch Changes

-   Overhaul React code for multiple fixes and performance improvements
    ([#473](#473))

- Various improvements in React code for better stability & performance
    ([#476](#476))

-   Updated dependencies

\[[`d38c054a47820fe074ad3fd61fe5960e85e0ef49`](d38c054),

[`12ac07d7e270a48fee308e6d89495417bc06f943`](12ac07d),

[`8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf`](8f42d4e)]:
    -   @spotlightjs/overlay@2.3.0

## @spotlightjs/spotlight@2.3.1

### Patch Changes

-   Overhaul React code for multiple fixes and performance improvements
    ([#473](#473))

- Various improvements in React code for better stability & performance
    ([#476](#476))

-   Updated dependencies

\[[`d38c054a47820fe074ad3fd61fe5960e85e0ef49`](d38c054),

[`12ac07d7e270a48fee308e6d89495417bc06f943`](12ac07d),

[`8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf`](8f42d4e)]:
    -   @spotlightjs/overlay@2.3.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
getsentry-release and github-actions[bot] authored Aug 7, 2024
1 parent 12ac07d commit 2c67247
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/light-socks-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pugs-laugh.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twenty-ghosts-float.md

This file was deleted.

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

## 2.1.6

### Patch Changes

- Various improvements in React code for better stability & performance
([#476](https://github.com/getsentry/spotlight/pull/476))

- Updated dependencies
[[`d38c054a47820fe074ad3fd61fe5960e85e0ef49`](https://github.com/getsentry/spotlight/commit/d38c054a47820fe074ad3fd61fe5960e85e0ef49),
[`8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf`](https://github.com/getsentry/spotlight/commit/8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf)]:
- @spotlightjs/spotlight@2.3.1

## 2.1.5

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

## 1.1.4

### Patch Changes

- Overhaul React code for multiple fixes and performance improvements
([#473](https://github.com/getsentry/spotlight/pull/473))

- Various improvements in React code for better stability & performance
([#476](https://github.com/getsentry/spotlight/pull/476))

- Updated dependencies
[[`d38c054a47820fe074ad3fd61fe5960e85e0ef49`](https://github.com/getsentry/spotlight/commit/d38c054a47820fe074ad3fd61fe5960e85e0ef49),
[`12ac07d7e270a48fee308e6d89495417bc06f943`](https://github.com/getsentry/spotlight/commit/12ac07d7e270a48fee308e6d89495417bc06f943),
[`8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf`](https://github.com/getsentry/spotlight/commit/8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf)]:
- @spotlightjs/overlay@2.3.0

## 1.1.3

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

## 2.3.0

### Minor Changes

- Add IIFE for auto load & init over CDN with a single script include
([#478](https://github.com/getsentry/spotlight/pull/478))

### Patch Changes

- Overhaul React code for multiple fixes and performance improvements
([#473](https://github.com/getsentry/spotlight/pull/473))

- Various improvements in React code for better stability & performance
([#476](https://github.com/getsentry/spotlight/pull/476))

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

## 2.3.1

### Patch Changes

- Overhaul React code for multiple fixes and performance improvements
([#473](https://github.com/getsentry/spotlight/pull/473))

- Various improvements in React code for better stability & performance
([#476](https://github.com/getsentry/spotlight/pull/476))

- Updated dependencies
[[`d38c054a47820fe074ad3fd61fe5960e85e0ef49`](https://github.com/getsentry/spotlight/commit/d38c054a47820fe074ad3fd61fe5960e85e0ef49),
[`12ac07d7e270a48fee308e6d89495417bc06f943`](https://github.com/getsentry/spotlight/commit/12ac07d7e270a48fee308e6d89495417bc06f943),
[`8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf`](https://github.com/getsentry/spotlight/commit/8f42d4e6b97d3503c36447c0ba6ffa1ebea72ccf)]:
- @spotlightjs/overlay@2.3.0

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

0 comments on commit 2c67247

Please sign in to comment.