Skip to content

Commit

Permalink
meta(changelog): Update package versions (#103)
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] committed Nov 22, 2023
1 parent b781ec6 commit 7d58d10
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-news-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-gifts-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-pandas-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-countries-own.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- ref(astro): Guard requests and parsing in Vite Symbolication plugin
([#97](https://github.com/getsentry/spotlight/pull/97))

- Updated dependencies
[[`e96a5c6`](https://github.com/getsentry/spotlight/commit/e96a5c6744ef59d79c6ed7164c9c8f6fe82d9aab),
[`989b5b5`](https://github.com/getsentry/spotlight/commit/989b5b55cefb62240d12f65c9cf9fe9a041f03e1),
[`9f8d37a`](https://github.com/getsentry/spotlight/commit/9f8d37a38f8fee28c035a87766c065e2a59351eb)]:
- @spotlightjs/core@0.0.10
- @spotlightjs/sidecar@0.0.9

## 0.0.11

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

## 0.0.10

### Patch Changes

- Don't Overflow body when Spotlight is open
([`e96a5c6`](https://github.com/getsentry/spotlight/commit/e96a5c6744ef59d79c6ed7164c9c8f6fe82d9aab))

- Add connect function
([`989b5b5`](https://github.com/getsentry/spotlight/commit/989b5b55cefb62240d12f65c9cf9fe9a041f03e1))

- ref(core): Guard calls to symbolication endpoint ([#97](https://github.com/getsentry/spotlight/pull/97))

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/core",
"description": "The core Spotlight package to add debug functionality to your web app.",
"version": "0.0.9",
"version": "0.0.10",
"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.9

### Patch Changes

- Add connect function
([`989b5b5`](https://github.com/getsentry/spotlight/commit/989b5b55cefb62240d12f65c9cf9fe9a041f03e1))

## 0.0.8

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

0 comments on commit 7d58d10

Please sign in to comment.