Skip to content

Commit

Permalink
meta(changelog): Update package versions (alpha) (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and Lms24 committed Jun 13, 2024
1 parent 924fa82 commit 1af596b
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 6 deletions.
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": ["gorgeous-coins-tickle"]
"changesets": ["gorgeous-coins-tickle", "happy-adults-jam"]
}
13 changes: 13 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @spotlightjs/astro

## 2.0.0-alpha.2

### Minor Changes

- feat: Support versioned Sentry carrier object introduced in 8.6.0+
([#402](https://github.com/getsentry/spotlight/pull/402))

### Patch Changes

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

## 2.0.0-alpha.1

### 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.1",
"version": "2.0.0-alpha.2",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "[email protected]:getsentry/spotlight.git",
Expand Down
13 changes: 13 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @spotlightjs/electron

## 1.0.0-alpha.2

### Minor Changes

- feat: Support versioned Sentry carrier object introduced in 8.6.0+
([#402](https://github.com/getsentry/spotlight/pull/402))

### Patch Changes

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

## 1.0.0-alpha.1

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

## 2.0.0-alpha.2

### Minor Changes

- feat: Support versioned Sentry carrier object introduced in 8.6.0+
([#402](https://github.com/getsentry/spotlight/pull/402))

## 2.0.0-alpha.1

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

## 2.0.0-alpha.2

### Minor Changes

- feat: Support versioned Sentry carrier object introduced in 8.6.0+
([#402](https://github.com/getsentry/spotlight/pull/402))

### Patch Changes

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

## 2.0.0-alpha.1

### Major Changes
Expand Down Expand Up @@ -42,7 +55,6 @@
[`2e0b536`](https://github.com/getsentry/spotlight/commit/2e0b536b0b0ce3a5b92023f2c9c973bd819dd263)]:
- @spotlightjs/overlay@1.8.3


## 1.2.16

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

0 comments on commit 1af596b

Please sign in to comment.