Skip to content

Commit

Permalink
meta(changelog): Update package versions (#105)
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] authored Nov 22, 2023
1 parent 76721fd commit 7c5ae00
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-carrots-shop.md

This file was deleted.

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

## 0.0.13

### Patch Changes

- Updated dependencies
[[`76721fd`](https://github.com/getsentry/spotlight/commit/76721fdd0d0f11e4b8412f4c6639ca8fa06ac535)]:
- @spotlightjs/core@0.0.11

## 0.0.12

### 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.12",
"version": "0.0.13",
"license": "Apache-2.0",
"author": "Sentry",
"repository": "git@github.com:getsentry/spotlight.git",
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.11

### Patch Changes

- fix(core): Use effect and cleanup spotlight event target listeners
([#104](https://github.com/getsentry/spotlight/pull/104))

## 0.0.10

### 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.10",
"version": "0.0.11",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7c5ae00

Please sign in to comment.