Skip to content

Commit

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

### Minor Changes

- Adds a `startFrom` init option to control the starting path of
Spotlight
    ([#531](#531))

## @spotlightjs/spotlight@2.5.0

### Minor Changes

- Adds a `startFrom` init option to control the starting path of
Spotlight
    ([#531](#531))

### Patch Changes

-   Updated dependencies

\[[`728f62310ac5ead03ba23fb393e2557b4cb944b1`](728f623)]:
    -   @spotlightjs/overlay@2.6.0

## @spotlightjs/astro@2.1.11

### Patch Changes

-   Updated dependencies

\[[`728f62310ac5ead03ba23fb393e2557b4cb944b1`](728f623)]:
    -   @spotlightjs/spotlight@2.5.0

## @spotlightjs/electron@1.1.11

### Patch Changes

-   Updated dependencies

\[[`728f62310ac5ead03ba23fb393e2557b4cb944b1`](728f623)]:
    -   @spotlightjs/overlay@2.6.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
getsentry-release and github-actions[bot] authored Oct 4, 2024
1 parent 728f623 commit dc25504
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-carpets-repeat.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.11

### Patch Changes

- Updated dependencies
[[`728f62310ac5ead03ba23fb393e2557b4cb944b1`](https://github.com/getsentry/spotlight/commit/728f62310ac5ead03ba23fb393e2557b4cb944b1)]:
- @spotlightjs/spotlight@2.5.0

## 2.1.10

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

## 1.1.11

### Patch Changes

- Updated dependencies
[[`728f62310ac5ead03ba23fb393e2557b4cb944b1`](https://github.com/getsentry/spotlight/commit/728f62310ac5ead03ba23fb393e2557b4cb944b1)]:
- @spotlightjs/overlay@2.6.0

## 1.1.10

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

## 2.6.0

### Minor Changes

- Adds a `startFrom` init option to control the starting path of Spotlight
([#531](https://github.com/getsentry/spotlight/pull/531))

## 2.5.2

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

## 2.5.0

### Minor Changes

- Adds a `startFrom` init option to control the starting path of Spotlight
([#531](https://github.com/getsentry/spotlight/pull/531))

### Patch Changes

- Updated dependencies
[[`728f62310ac5ead03ba23fb393e2557b4cb944b1`](https://github.com/getsentry/spotlight/commit/728f62310ac5ead03ba23fb393e2557b4cb944b1)]:
- @spotlightjs/overlay@2.6.0

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

0 comments on commit dc25504

Please sign in to comment.