Skip to content

Commit 39889a1

Browse files
meta(changelog): Update package versions (#87)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6e60701 commit 39889a1

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

.changeset/stale-paws-raise.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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`6e60701`](https://github.com/getsentry/spotlight/commit/6e607016bf9be3fa59162b392f54837323c86bbd)]:
9+
- @spotlightjs/sidecar@0.0.8
10+
311
## 0.0.10
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.10",
4+
"version": "0.0.11",
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.8
4+
5+
### Patch Changes
6+
7+
- Add node env comment
8+
([`6e60701`](https://github.com/getsentry/spotlight/commit/6e607016bf9be3fa59162b392f54837323c86bbd))
9+
310
## 0.0.7
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.7",
4+
"version": "0.0.8",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)