Skip to content

Commit 1fcb0dc

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

File tree

8 files changed

+28
-15
lines changed

8 files changed

+28
-15
lines changed

.changeset/flat-mayflies-hang.md

-7
This file was deleted.

.changeset/real-impalas-grab.md

-5
This file was deleted.

packages/astro/CHANGELOG.md

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

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- fix(astro): Correctly reset toolbar button state ([#49](https://github.com/getsentry/spotlight/pull/49))
8+
9+
- Re-export core exports from astro package ([#47](https://github.com/getsentry/spotlight/pull/47))
10+
11+
- Updated dependencies
12+
[[`8c485ba`](https://github.com/getsentry/spotlight/commit/8c485ba0e9fad2f91e853f571b10e9956494b2e5)]:
13+
- @spotlightjs/core@0.0.7
14+
315
## 0.0.3
416

517
### 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.3",
4+
"version": "0.0.4",
55
"type": "module",
66
"keywors": [
77
"astro",

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @spotlightjs/core
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- fix(astro): Correctly reset toolbar button state ([#49](https://github.com/getsentry/spotlight/pull/49))
8+
39
## 0.0.6
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/core",
33
"description": "The core Spotlight package to add debug functionality to your web app.",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite build --watch",

packages/website/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @spotlightjs/spotlight-website
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- fix(astro): Correctly reset toolbar button state ([#49](https://github.com/getsentry/spotlight/pull/49))

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@spotlightjs/spotlight-website",
33
"type": "module",
44
"private": true,
5-
"version": "0.0.0",
5+
"version": "0.0.1",
66
"scripts": {
77
"dev": "astro dev",
88
"start": "astro dev",

0 commit comments

Comments
 (0)