Skip to content

Commit

Permalink
meta(changelog): Update package versions (#50)
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 16, 2023
1 parent 8c485ba commit 1fcb0dc
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/flat-mayflies-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-impalas-grab.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- fix(astro): Correctly reset toolbar button state ([#49](https://github.com/getsentry/spotlight/pull/49))

- Re-export core exports from astro package ([#47](https://github.com/getsentry/spotlight/pull/47))

- Updated dependencies
[[`8c485ba`](https://github.com/getsentry/spotlight/commit/8c485ba0e9fad2f91e853f571b10e9956494b2e5)]:
- @spotlightjs/core@0.0.7

## 0.0.3

### 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.3",
"version": "0.0.4",
"type": "module",
"keywors": [
"astro",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spotlightjs/core

## 0.0.7

### Patch Changes

- fix(astro): Correctly reset toolbar button state ([#49](https://github.com/getsentry/spotlight/pull/49))

## 0.0.6

### 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.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"dev": "vite build --watch",
Expand Down
7 changes: 7 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @spotlightjs/spotlight-website

## 0.0.1

### Patch Changes

- fix(astro): Correctly reset toolbar button state ([#49](https://github.com/getsentry/spotlight/pull/49))
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@spotlightjs/spotlight-website",
"type": "module",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down

0 comments on commit 1fcb0dc

Please sign in to comment.