Skip to content

Commit

Permalink
meta(changelog): Update package versions (#268)
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 Dec 13, 2023
1 parent 0c2a229 commit 0d62e86
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-mangos-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-shoes-applaud.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- Updated dependencies []:
- @spotlightjs/astro@1.0.4

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/e2e-tests-astro",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand Down
9 changes: 9 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @spotlightjs/astro

## 1.0.4

### Patch Changes

- Updated dependencies
[[`eef528a`](https://github.com/getsentry/spotlight/commit/eef528a2b123b66fc299ff90badf147ddb53a2fc),
[`0c2a229`](https://github.com/getsentry/spotlight/commit/0c2a229f53f356b6413fded3352f108c0d955333)]:
- @spotlightjs/overlay@1.2.0

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

## 1.2.0

### Minor Changes

- dotnet logo ([#265](https://github.com/getsentry/spotlight/pull/265))

### Patch Changes

- Fix react errors ([`0c2a229`](https://github.com/getsentry/spotlight/commit/0c2a229f53f356b6413fded3352f108c0d955333))

## 1.1.0

### Minor 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": "1.1.0",
"version": "1.2.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/spotlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @spotlightjs/spotlight

## 1.2.1

### Patch Changes

- Updated dependencies
[[`eef528a`](https://github.com/getsentry/spotlight/commit/eef528a2b123b66fc299ff90badf147ddb53a2fc),
[`0c2a229`](https://github.com/getsentry/spotlight/commit/0c2a229f53f356b6413fded3352f108c0d955333)]:
- @spotlightjs/overlay@1.2.0

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/spotlight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spotlightjs/spotlight",
"description": "Spotlight - Sentry for development. Containing the overlay and the sidecar.",
"version": "1.2.0",
"version": "1.2.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 0d62e86

Please sign in to comment.