Skip to content

Commit

Permalink
meta(changelog): Update package versions (#152)
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 28, 2023
1 parent 9fb227d commit 90c9f56
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 59 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-bears-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-bikes-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-bags-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-mayflies-wave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/long-hounds-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-falcons-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-parents-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-lobsters-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-jars-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-rockets-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-turtles-rule.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.20

### Patch Changes

- ref(astro): Add `astro@>=3.4.0` as a peer dependency ([#151](https://github.com/getsentry/spotlight/pull/151))

- Only keep Sentry as Default integration
([`3b2f664`](https://github.com/getsentry/spotlight/commit/3b2f66441dc10da214e0326c7b6ffa4f4257ab79))

- Don't make console/viteInspect default for Astro
([`8ecab1d`](https://github.com/getsentry/spotlight/commit/8ecab1dbc0431b7b9c8636dec27974e0e1fe2b02))

- Show Spotlight button if dev overlay is not enabled
([`5eedd2d`](https://github.com/getsentry/spotlight/commit/5eedd2d1bfce2750475936c0e8a9064392342cf3))

- Updated dependencies
[[`00c86f1`](https://github.com/getsentry/spotlight/commit/00c86f1b574450ab1a0f62861a688965325699e7),
[`922f092`](https://github.com/getsentry/spotlight/commit/922f092a45bad917ef5b915c4933f90bfc1e4bf2),
[`f7d507e`](https://github.com/getsentry/spotlight/commit/f7d507eee12d743ed0b57b21800ee487f7076d2a),
[`db73d24`](https://github.com/getsentry/spotlight/commit/db73d241bba120848732e063918afd73b34f9269),
[`6b8dd6d`](https://github.com/getsentry/spotlight/commit/6b8dd6d6852a103637beb3eecc42b7d43cc2301a),
[`ddb36d2`](https://github.com/getsentry/spotlight/commit/ddb36d252adabb8c1c259a1a55703c39d6f3213e),
[`58a2cb3`](https://github.com/getsentry/spotlight/commit/58a2cb373d3d784983347aae4741c7b6e0b48119)]:
- @spotlightjs/overlay@0.0.17
- @spotlightjs/sidecar@0.0.12

## 0.0.19

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

## 0.0.17

### Patch Changes

- Don't reverse Stacktrace for PHP & Python
([`00c86f1`](https://github.com/getsentry/spotlight/commit/00c86f1b574450ab1a0f62861a688965325699e7))

- Fix error count in tab
([`922f092`](https://github.com/getsentry/spotlight/commit/922f092a45bad917ef5b915c4933f90bfc1e4bf2))

- Remove connect function from sidecar
([`db73d24`](https://github.com/getsentry/spotlight/commit/db73d241bba120848732e063918afd73b34f9269))

## 0.0.16

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

## 0.0.12

### Patch Changes

- Accept gzip/deflate encoding for incoming envelopes
([`f7d507e`](https://github.com/getsentry/spotlight/commit/f7d507eee12d743ed0b57b21800ee487f7076d2a))

- Remove connect function from sidecar
([`db73d24`](https://github.com/getsentry/spotlight/commit/db73d241bba120848732e063918afd73b34f9269))

- Add SPOTLIGHT_CAPTURE mode
([`6b8dd6d`](https://github.com/getsentry/spotlight/commit/6b8dd6d6852a103637beb3eecc42b7d43cc2301a))

- Only if envelope is sent validate known types
([`ddb36d2`](https://github.com/getsentry/spotlight/commit/ddb36d252adabb8c1c259a1a55703c39d6f3213e))

- Accept all envelopes
([`58a2cb3`](https://github.com/getsentry/spotlight/commit/58a2cb373d3d784983347aae4741c7b6e0b48119))

## 0.0.11

### 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.11",
"version": "0.0.12",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 90c9f56

Please sign in to comment.