Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"@spotlightjs/tsconfig": "1.0.0",
"@spotlightjs/website": "0.0.1"
},
"changesets": ["rich-dots-double"]
"changesets": ["gorgeous-coins-tickle"]
}
22 changes: 22 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @spotlightjs/astro

## 2.0.0-alpha.1

### Major Changes

- feat: Drop Support for JS SDK <7.99.0 and add support for JS SDK 8.x
([#386](https://github.com/getsentry/spotlight/pull/386))

The Spotlight UI (overlay) was updated to version 2 to ensure compatibility with version 8 of Sentry's JavaScript
SDKs.

Here's what you need to do to update to the new major version:

- If you're using a Sentry JavaScript SDK on your host app where the spotlight overlay is running, ensure that you use
version `8` or `>=7.99.0` of your `@sentry/<sdk>` SDK. Older v7 versions will not work correctly anymore.
- Good news: There are **no public API** changes! You don't need to make any changes to your code.

### Patch Changes

- Updated dependencies
[[`eee45321402b1652af64ae48377d7b703aa418ad`](https://github.com/getsentry/spotlight/commit/eee45321402b1652af64ae48377d7b703aa418ad)]:
- @spotlightjs/overlay@2.0.0-alpha.1

## 2.0.0-alpha.0

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

## 1.0.0-alpha.1

### Major Changes

- feat: Drop Support for JS SDK <7.99.0 and add support for JS SDK 8.x
([#386](https://github.com/getsentry/spotlight/pull/386))

The Spotlight UI (overlay) was updated to version 2 to ensure compatibility with version 8 of Sentry's JavaScript
SDKs.

Here's what you need to do to update to the new major version:

- If you're using a Sentry JavaScript SDK on your host app where the spotlight overlay is running, ensure that you use
version `8` or `>=7.99.0` of your `@sentry/<sdk>` SDK. Older v7 versions will not work correctly anymore.
- Good news: There are **no public API** changes! You don't need to make any changes to your code.

### Patch Changes

- Updated dependencies
[[`eee45321402b1652af64ae48377d7b703aa418ad`](https://github.com/getsentry/spotlight/commit/eee45321402b1652af64ae48377d7b703aa418ad)]:
- @spotlightjs/overlay@2.0.0-alpha.1

## 1.0.0-alpha.0

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

## 2.0.0-alpha.1

### Major Changes

- feat: Drop Support for JS SDK <7.99.0 and add support for JS SDK 8.x
([#386](https://github.com/getsentry/spotlight/pull/386))

The Spotlight UI (overlay) was updated to version 2 to ensure compatibility with version 8 of Sentry's JavaScript
SDKs.

Here's what you need to do to update to the new major version:

- If you're using a Sentry JavaScript SDK on your host app where the spotlight overlay is running, ensure that you use
version `8` or `>=7.99.0` of your `@sentry/<sdk>` SDK. Older v7 versions will not work correctly anymore.
- Good news: There are **no public API** changes! You don't need to make any changes to your code.

## 2.0.0-alpha.0

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

## 2.0.0-alpha.1

### Major Changes

- feat: Drop Support for JS SDK <7.99.0 and add support for JS SDK 8.x
([#386](https://github.com/getsentry/spotlight/pull/386))

The Spotlight UI (overlay) was updated to version 2 to ensure compatibility with version 8 of Sentry's JavaScript
SDKs.

Here's what you need to do to update to the new major version:

- If you're using a Sentry JavaScript SDK on your host app where the spotlight overlay is running, ensure that you use
version `8` or `>=7.99.0` of your `@sentry/<sdk>` SDK. Older v7 versions will not work correctly anymore.
- Good news: There are **no public API** changes! You don't need to make any changes to your code.

### Patch Changes

- Updated dependencies
[[`eee45321402b1652af64ae48377d7b703aa418ad`](https://github.com/getsentry/spotlight/commit/eee45321402b1652af64ae48377d7b703aa418ad)]:
- @spotlightjs/overlay@2.0.0-alpha.1

## 2.0.0-alpha.0

### Major 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.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down