Skip to content

Commit dd52da3

Browse files
meta(changelog): Update package versions (#797)
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@3.2.3 ### Patch Changes - Updated dependencies \[]: - @spotlightjs/spotlight@2.13.3 ## @spotlightjs/electron@1.7.3 ### Patch Changes - Updated dependencies \[[`b09723c797fc9a537bf2e104a945f5979139781b`](b09723c), [`acfec0fce7d9d10beb46894321d44bb5950aa4d3`](acfec0f)]: - @spotlightjs/overlay@2.15.1 ## @spotlightjs/overlay@2.15.1 ### Patch Changes - `window.crypto` API is only available under secure contexts which prevents Spotlight from being used in dev environments ([#796](#796)) w/o https (most of them?). This patch replaces that with our bona fide `generateUuidv4` function - Refactor the data store for Sentry integration with slices ([#789](#789)) ## @spotlightjs/spotlight@2.13.3 ### Patch Changes - Updated dependencies \[[`b09723c797fc9a537bf2e104a945f5979139781b`](b09723c), [`acfec0fce7d9d10beb46894321d44bb5950aa4d3`](acfec0f)]: - @spotlightjs/overlay@2.15.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b09723c commit dd52da3

File tree

10 files changed

+39
-15
lines changed

10 files changed

+39
-15
lines changed

.changeset/clever-poets-behave.md

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

.changeset/famous-dryers-sing.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+
## 3.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spotlightjs/spotlight@2.13.3
9+
310
## 3.2.2
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.2",
4+
"version": "3.2.3",
55
"license": "Apache-2.0",
66
"author": "Sentry",
77
"repository": "git@github.com:getsentry/spotlight.git",

packages/electron/CHANGELOG.md

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

3+
## 1.7.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`b09723c797fc9a537bf2e104a945f5979139781b`](https://github.com/getsentry/spotlight/commit/b09723c797fc9a537bf2e104a945f5979139781b),
9+
[`acfec0fce7d9d10beb46894321d44bb5950aa4d3`](https://github.com/getsentry/spotlight/commit/acfec0fce7d9d10beb46894321d44bb5950aa4d3)]:
10+
- @spotlightjs/overlay@2.15.1
11+
312
## 1.7.2
413

514
### 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.2",
6+
"version": "1.7.3",
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+
## 2.15.1
4+
5+
### Patch Changes
6+
7+
- `window.crypto` API is only available under secure contexts which prevents Spotlight from being used in dev
8+
environments ([#796](https://github.com/getsentry/spotlight/pull/796)) w/o https (most of them?). This patch replaces
9+
that with our bona fide `generateUuidv4` function
10+
11+
- Refactor the data store for Sentry integration with slices ([#789](https://github.com/getsentry/spotlight/pull/789))
12+
313
## 2.15.0
414

515
### Minor 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.15.0",
4+
"version": "2.15.1",
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+
## 2.13.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`b09723c797fc9a537bf2e104a945f5979139781b`](https://github.com/getsentry/spotlight/commit/b09723c797fc9a537bf2e104a945f5979139781b),
9+
[`acfec0fce7d9d10beb46894321d44bb5950aa4d3`](https://github.com/getsentry/spotlight/commit/acfec0fce7d9d10beb46894321d44bb5950aa4d3)]:
10+
- @spotlightjs/overlay@2.15.1
11+
312
## 2.13.2
413

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

0 commit comments

Comments
 (0)