Skip to content

Commit 92ffcc9

Browse files
meta(changelog): Update package versions (#675)
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.11.0 ### Minor Changes - Add more platform icons and some browser icons ([#670](#670)) ## @spotlightjs/astro@2.4.2 ### Patch Changes - Updated dependencies \[]: - @spotlightjs/spotlight@2.10.2 ## @spotlightjs/electron@1.4.2 ### Patch Changes - Updated dependencies \[[`83eaaa06231776c7bc245348636aca564268cad4`](83eaaa0)]: - @spotlightjs/overlay@2.11.0 ## @spotlightjs/spotlight@2.10.2 ### Patch Changes - Updated dependencies \[[`83eaaa06231776c7bc245348636aca564268cad4`](83eaaa0)]: - @spotlightjs/overlay@2.11.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 83eaaa0 commit 92ffcc9

File tree

9 files changed

+33
-9
lines changed

9 files changed

+33
-9
lines changed

.changeset/yellow-rockets-bake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/astro/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @spotlightjs/astro
22

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spotlightjs/spotlight@2.10.2
9+
310
## 2.4.1
411

512
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/astro",
33
"description": "Add spotlight to your Astro toolbar, for better debugging.",
4-
"version": "2.4.1",
4+
"version": "2.4.2",
55
"license": "Apache-2.0",
66
"author": "Sentry",
77
"repository": "git@github.com:getsentry/spotlight.git",

packages/electron/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @spotlightjs/electron
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`83eaaa06231776c7bc245348636aca564268cad4`](https://github.com/getsentry/spotlight/commit/83eaaa06231776c7bc245348636aca564268cad4)]:
9+
- @spotlightjs/overlay@2.11.0
10+
311
## 1.4.1
412

513
### Patch Changes

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Electron app for Spotlight",
44
"author": "Sentry",
55
"license": "Apache-2.0",
6-
"version": "1.4.1",
6+
"version": "1.4.2",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/getsentry/spotlight.git",

packages/overlay/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @spotlightjs/core
22

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- Add more platform icons and some browser icons ([#670](https://github.com/getsentry/spotlight/pull/670))
8+
39
## 2.10.1
410

511
### Patch Changes

packages/overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/overlay",
33
"description": "The overlay of Spotlight to add debug interface to your web app.",
4-
"version": "2.10.1",
4+
"version": "2.11.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

packages/spotlight/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @spotlightjs/spotlight
22

3+
## 2.10.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`83eaaa06231776c7bc245348636aca564268cad4`](https://github.com/getsentry/spotlight/commit/83eaaa06231776c7bc245348636aca564268cad4)]:
9+
- @spotlightjs/overlay@2.11.0
10+
311
## 2.10.1
412

513
### Patch Changes

packages/spotlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/spotlight",
33
"description": "Spotlight - Sentry for development. Containing the overlay and the sidecar.",
4-
"version": "2.10.1",
4+
"version": "2.10.2",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)