Skip to content

Commit

Permalink
meta(changelog): Update package versions (#131)
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 24, 2023
1 parent eacbe71 commit 91d843c
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/sweet-days-reflect.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.19

### Patch Changes

- Renamed core to overlay package
([`eacbe71`](https://github.com/getsentry/spotlight/commit/eacbe71b289703efe5b62519493049d5368297fb))

- Updated dependencies
[[`eacbe71`](https://github.com/getsentry/spotlight/commit/eacbe71b289703efe5b62519493049d5368297fb)]:
- @spotlightjs/overlay@0.0.16
- @spotlightjs/sidecar@0.0.11

## 0.0.18

### 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.18",
"version": "0.0.19",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "git@github.com:getsentry/spotlight.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spotlightjs/core

## 0.0.16

### Patch Changes

- Renamed core to overlay package
([`eacbe71`](https://github.com/getsentry/spotlight/commit/eacbe71b289703efe5b62519493049d5368297fb))

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "0.0.15",
"version": "0.0.16",
"license": "Apache-2.0",
"type": "module",
"scripts": {
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.11

### Patch Changes

- Renamed core to overlay package
([`eacbe71`](https://github.com/getsentry/spotlight/commit/eacbe71b289703efe5b62519493049d5368297fb))

## 0.0.10

### 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.10",
"version": "0.0.11",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @spotlightjs/tsconfig

## 0.0.1

### Patch Changes

- Renamed core to overlay package
([`eacbe71`](https://github.com/getsentry/spotlight/commit/eacbe71b289703efe5b62519493049d5368297fb))
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/tsconfig",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {},
"files": [
Expand Down

0 comments on commit 91d843c

Please sign in to comment.