Skip to content

Commit

Permalink
meta(changelog): Update package versions (#172)
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
github-actions[bot] and github-actions[bot] authored Nov 29, 2023
1 parent 61b6d87 commit 6a93097
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-suns-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-dingos-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-seahorses-compete.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-dryers-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-fireants-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-hotels-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-dingos-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-ladybugs-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stale-fishes-invent.md

This file was deleted.

26 changes: 26 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @spotlightjs/astro

## 0.0.21

### Patch Changes

- chore(astro): Include Astro 4.0.0 preview versions in peer dependency range
([#166](https://github.com/getsentry/spotlight/pull/166))

- feat(core): Add support for custom sidecar URL in client Sentry integration
([#160](https://github.com/getsentry/spotlight/pull/160))

- feat(astro): Add custom `sidecarUrl` option ([#160](https://github.com/getsentry/spotlight/pull/160))

- ref(astro): Use Spotlight integration on server-side instead of custom code
([#155](https://github.com/getsentry/spotlight/pull/155))

- feat(astro): Toggle notification dot when receving a severe event
([#162](https://github.com/getsentry/spotlight/pull/162))

- Updated dependencies
[[`d9c8ed0`](https://github.com/getsentry/spotlight/commit/d9c8ed0fbec2e015137758026a3b5eb0f4d874ba),
[`71b31ef`](https://github.com/getsentry/spotlight/commit/71b31eff159d8ce36035a3c7b2926c154e0e6ddd),
[`3fd22af`](https://github.com/getsentry/spotlight/commit/3fd22af0eb2ddc8ef7d10526bcfe45ab6cd25266),
[`b841b95`](https://github.com/getsentry/spotlight/commit/b841b95dd27e5b4253b9ad94b5afc8e55501f829)]:
- @spotlightjs/overlay@0.0.18
- @spotlightjs/sidecar@0.0.13

## 0.0.20

### Patch 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": "0.0.20",
"version": "0.0.21",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "git@github.com:getsentry/spotlight.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @spotlightjs/core

## 0.0.18

### Patch Changes

- Fix Breadcrumbs ([`d9c8ed0`](https://github.com/getsentry/spotlight/commit/d9c8ed0fbec2e015137758026a3b5eb0f4d874ba))

- feat(overlay): Add `onOpen` and `onSevereEvent` callbacks ([#161](https://github.com/getsentry/spotlight/pull/161))

- feat(core): Add support for custom sidecar URL in client Sentry integration
([#160](https://github.com/getsentry/spotlight/pull/160))

## 0.0.17

### Patch 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": "0.0.17",
"version": "0.0.18",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/sidecar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spotlightjs/sidecar

## 0.0.13

### Patch Changes

- Rename binary to spotlight-sidecar
([`b841b95`](https://github.com/getsentry/spotlight/commit/b841b95dd27e5b4253b9ad94b5afc8e55501f829))

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sidecar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/sidecar",
"description": "A small proxy server to capture and forward data from backend services to Spotlight.",
"version": "0.0.12",
"version": "0.0.13",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
18 changes: 18 additions & 0 deletions packages/spotlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# @spotlightjs/spotlight

## 0.0.1

### Patch Changes

- feat: Add new @spotlightjs/spotlight package
([`61b6d87`](https://github.com/getsentry/spotlight/commit/61b6d879dd6b259383f9fb8022b3ea2186f2083a))

This package combines the overlay and the sidecar in one package.

- Updated dependencies
[[`d9c8ed0`](https://github.com/getsentry/spotlight/commit/d9c8ed0fbec2e015137758026a3b5eb0f4d874ba),
[`71b31ef`](https://github.com/getsentry/spotlight/commit/71b31eff159d8ce36035a3c7b2926c154e0e6ddd),
[`3fd22af`](https://github.com/getsentry/spotlight/commit/3fd22af0eb2ddc8ef7d10526bcfe45ab6cd25266),
[`b841b95`](https://github.com/getsentry/spotlight/commit/b841b95dd27e5b4253b9ad94b5afc8e55501f829)]:
- @spotlightjs/overlay@0.0.18
- @spotlightjs/sidecar@0.0.13
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": "0.0.0",
"version": "0.0.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6a93097

Please sign in to comment.