File tree Expand file tree Collapse file tree 9 files changed +87
-5
lines changed Expand file tree Collapse file tree 9 files changed +87
-5
lines changed Original file line number Diff line number Diff line change 1313 "@spotlightjs/tsconfig" : " 1.0.0" ,
1414 "@spotlightjs/website" : " 0.0.1"
1515 },
16- "changesets" : [" rich-dots-double " ]
16+ "changesets" : [" gorgeous-coins-tickle " ]
1717}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments