Skip to content

Commit 2319c4f

Browse files
github-actions[bot]Lms24
authored andcommitted
Version Packages (alpha) (#390)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 151bd7c commit 2319c4f

File tree

9 files changed

+87
-5
lines changed

9 files changed

+87
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"@spotlightjs/tsconfig": "1.0.0",
1414
"@spotlightjs/website": "0.0.1"
1515
},
16-
"changesets": ["rich-dots-double"]
16+
"changesets": ["gorgeous-coins-tickle"]
1717
}

packages/astro/CHANGELOG.md

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

3+
## 2.0.0-alpha.1
4+
5+
### Major Changes
6+
7+
- feat: Drop Support for JS SDK <7.99.0 and add support for JS SDK 8.x
8+
([#386](https://github.com/getsentry/spotlight/pull/386))
9+
10+
The Spotlight UI (overlay) was updated to version 2 to ensure compatibility with version 8 of Sentry's JavaScript
11+
SDKs.
12+
13+
Here's what you need to do to update to the new major version:
14+
15+
- If you're using a Sentry JavaScript SDK on your host app where the spotlight overlay is running, ensure that you use
16+
version `8` or `>=7.99.0` of your `@sentry/<sdk>` SDK. Older v7 versions will not work correctly anymore.
17+
- Good news: There are **no public API** changes! You don't need to make any changes to your code.
18+
19+
### Patch Changes
20+
21+
- Updated dependencies
22+
[[`eee45321402b1652af64ae48377d7b703aa418ad`](https://github.com/getsentry/spotlight/commit/eee45321402b1652af64ae48377d7b703aa418ad)]:
23+
- @spotlightjs/overlay@2.0.0-alpha.1
24+
325
## 2.0.0-alpha.0
426

527
### Major 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.0.0-alpha.0",
4+
"version": "2.0.0-alpha.1",
55
"license": "Apache-2.0",
66
"author": "Sentry",
77
"repository": "git@github.com:getsentry/spotlight.git",

packages/electron/CHANGELOG.md

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

3+
## 1.0.0-alpha.1
4+
5+
### Major Changes
6+
7+
- feat: Drop Support for JS SDK <7.99.0 and add support for JS SDK 8.x
8+
([#386](https://github.com/getsentry/spotlight/pull/386))
9+
10+
The Spotlight UI (overlay) was updated to version 2 to ensure compatibility with version 8 of Sentry's JavaScript
11+
SDKs.
12+
13+
Here's what you need to do to update to the new major version:
14+
15+
- If you're using a Sentry JavaScript SDK on your host app where the spotlight overlay is running, ensure that you use
16+
version `8` or `>=7.99.0` of your `@sentry/<sdk>` SDK. Older v7 versions will not work correctly anymore.
17+
- Good news: There are **no public API** changes! You don't need to make any changes to your code.
18+
19+
### Patch Changes
20+
21+
- Updated dependencies
22+
[[`eee45321402b1652af64ae48377d7b703aa418ad`](https://github.com/getsentry/spotlight/commit/eee45321402b1652af64ae48377d7b703aa418ad)]:
23+
- @spotlightjs/overlay@2.0.0-alpha.1
24+
325
## 1.0.0-alpha.0
426

527
### Major 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.0.0-alpha.0",
6+
"version": "1.0.0-alpha.1",
77
"main": "./out/main/index.js",
88
"files": [
99
"src"

packages/overlay/CHANGELOG.md

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

3+
## 2.0.0-alpha.1
4+
5+
### Major Changes
6+
7+
- feat: Drop Support for JS SDK <7.99.0 and add support for JS SDK 8.x
8+
([#386](https://github.com/getsentry/spotlight/pull/386))
9+
10+
The Spotlight UI (overlay) was updated to version 2 to ensure compatibility with version 8 of Sentry's JavaScript
11+
SDKs.
12+
13+
Here's what you need to do to update to the new major version:
14+
15+
- If you're using a Sentry JavaScript SDK on your host app where the spotlight overlay is running, ensure that you use
16+
version `8` or `>=7.99.0` of your `@sentry/<sdk>` SDK. Older v7 versions will not work correctly anymore.
17+
- Good news: There are **no public API** changes! You don't need to make any changes to your code.
18+
319
## 2.0.0-alpha.0
420

521
### 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": "2.0.0-alpha.0",
4+
"version": "2.0.0-alpha.1",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

packages/spotlight/CHANGELOG.md

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

3+
## 2.0.0-alpha.1
4+
5+
### Major Changes
6+
7+
- feat: Drop Support for JS SDK <7.99.0 and add support for JS SDK 8.x
8+
([#386](https://github.com/getsentry/spotlight/pull/386))
9+
10+
The Spotlight UI (overlay) was updated to version 2 to ensure compatibility with version 8 of Sentry's JavaScript
11+
SDKs.
12+
13+
Here's what you need to do to update to the new major version:
14+
15+
- If you're using a Sentry JavaScript SDK on your host app where the spotlight overlay is running, ensure that you use
16+
version `8` or `>=7.99.0` of your `@sentry/<sdk>` SDK. Older v7 versions will not work correctly anymore.
17+
- Good news: There are **no public API** changes! You don't need to make any changes to your code.
18+
19+
### Patch Changes
20+
21+
- Updated dependencies
22+
[[`eee45321402b1652af64ae48377d7b703aa418ad`](https://github.com/getsentry/spotlight/commit/eee45321402b1652af64ae48377d7b703aa418ad)]:
23+
- @spotlightjs/overlay@2.0.0-alpha.1
24+
325
## 2.0.0-alpha.0
426

527
### 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": "2.0.0-alpha.0",
4+
"version": "2.0.0-alpha.1",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)