Skip to content

Commit a2f361b

Browse files
meta(changelog): Update package versions (#849)
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 - AI trace view improvement. AI flow is now removed and more info is shown in the AI transcription ([#844](#844)) ### Patch Changes - Render React _after_ injecting the DOM element ([#848](#848)) ## @spotlightjs/[email protected] ### Patch Changes - Updated dependencies \[[`cae5b4f`](cae5b4f)]: - @spotlightjs/[email protected] ## @spotlightjs/[email protected] ### Patch Changes - Updated dependencies \[[`1f1e8d5`](1f1e8d5), [`cae5b4f`](cae5b4f)]: - @spotlightjs/[email protected] ## @spotlightjs/[email protected] ### Patch Changes - Render React _after_ injecting the DOM element ([#848](#848)) - Updated dependencies \[[`1f1e8d5`](1f1e8d5), [`cae5b4f`](cae5b4f)]: - @spotlightjs/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cae5b4f commit a2f361b

File tree

10 files changed

+37
-15
lines changed

10 files changed

+37
-15
lines changed

.changeset/light-tools-go.md

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

.changeset/little-waves-camp.md

Lines changed: 0 additions & 6 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+
## 3.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`cae5b4f`](https://github.com/getsentry/spotlight/commit/cae5b4fa4235c62a9f1e2e286da038c7accf57a4)]:
8+
- @spotlightjs/spotlight@3.0.1
9+
310
## 3.2.4
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": "3.2.4",
4+
"version": "3.2.5",
55
"license": "Apache-2.0",
66
"author": "Sentry",
77
"repository": "[email protected]:getsentry/spotlight.git",

packages/electron/CHANGELOG.md

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

3+
## 1.7.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1f1e8d5`](https://github.com/getsentry/spotlight/commit/1f1e8d5c97b813cb95ae7bd526c336292bd8f28b), [`cae5b4f`](https://github.com/getsentry/spotlight/commit/cae5b4fa4235c62a9f1e2e286da038c7accf57a4)]:
8+
- @spotlightjs/overlay@3.1.0
9+
310
## 1.7.4
411

512
### 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.7.4",
6+
"version": "1.7.5",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/getsentry/spotlight.git",

packages/overlay/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- AI trace view improvement. AI flow is now removed and more info is shown in the AI transcription ([#844](https://github.com/getsentry/spotlight/pull/844))
8+
9+
### Patch Changes
10+
11+
- Render React _after_ injecting the DOM element ([#848](https://github.com/getsentry/spotlight/pull/848))
12+
313
## 3.0.0
414

515
### Major 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": "3.0.0",
4+
"version": "3.1.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

packages/spotlight/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- Render React _after_ injecting the DOM element ([#848](https://github.com/getsentry/spotlight/pull/848))
8+
9+
- Updated dependencies [[`1f1e8d5`](https://github.com/getsentry/spotlight/commit/1f1e8d5c97b813cb95ae7bd526c336292bd8f28b), [`cae5b4f`](https://github.com/getsentry/spotlight/commit/cae5b4fa4235c62a9f1e2e286da038c7accf57a4)]:
10+
- @spotlightjs/overlay@3.1.0
11+
312
## 3.0.0
413

514
### Major 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": "3.0.0",
4+
"version": "3.0.1",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)