Skip to content

Commit

Permalink
meta(changelog): Update package versions (#46)
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 15, 2023
1 parent 27b601f commit 67ade4e
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/thin-bikes-visit.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.3

### Patch Changes

- Fix version bumps in package.jsons
([`bded33c`](https://github.com/getsentry/spotlight/commit/bded33cfd262aa7c86e35fefd9cd46f9f922d891))

- Updated dependencies
[[`bded33c`](https://github.com/getsentry/spotlight/commit/bded33cfd262aa7c86e35fefd9cd46f9f922d891)]:
- @spotlightjs/core@0.0.6
- @spotlightjs/sidecar@0.0.5

## 0.0.2

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

## 0.0.6

### Patch Changes

- Fix version bumps in package.jsons
([`bded33c`](https://github.com/getsentry/spotlight/commit/bded33cfd262aa7c86e35fefd9cd46f9f922d891))

## 0.0.5

### 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.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite build --watch",
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.5

### Patch Changes

- Fix version bumps in package.jsons
([`bded33c`](https://github.com/getsentry/spotlight/commit/bded33cfd262aa7c86e35fefd9cd46f9f922d891))

## 0.0.4

### 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.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 67ade4e

Please sign in to comment.