Skip to content

Commit c6771d5

Browse files
meta(changelog): Update package versions (#86)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ac3d88 commit c6771d5

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

.changeset/big-actors-tease.md

-5
This file was deleted.

packages/astro/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @spotlightjs/astro
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`1ac3d88`](https://github.com/getsentry/spotlight/commit/1ac3d88a6504e54f3e0f92176ad28fa141eb65c1)]:
9+
- @spotlightjs/sidecar@0.0.7
10+
311
## 0.0.9
412

513
### Patch Changes

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/astro",
33
"description": "Add spotlight to your Astro toolbar, for better debugging.",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"license": "Apache-2.0",
66
"author": "Sentry",
77
"repository": "[email protected]:getsentry/spotlight.git",

packages/sidecar/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @spotlightjs/sidecar
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Add binary to package.json
8+
([`1ac3d88`](https://github.com/getsentry/spotlight/commit/1ac3d88a6504e54f3e0f92176ad28fa141eb65c1))
9+
310
## 0.0.6
411

512
### Patch Changes

packages/sidecar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/sidecar",
33
"description": "A small proxy server to capture and forward data from backend services to Spotlight.",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)