Skip to content

Commit

Permalink
meta(changelog): Update package versions (#44)
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 6b40ed5 commit ee03c2c
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-adults-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-cobras-admire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-suits-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-ladybugs-rescue.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Add astro package ([#40](https://github.com/getsentry/spotlight/pull/40))

- Updated dependencies
[[`6b40ed5`](https://github.com/getsentry/spotlight/commit/6b40ed578d81a989924485c2ec06b69846cb602d),
[`a3733b1`](https://github.com/getsentry/spotlight/commit/a3733b1eb74f089ea31990b286e75f4b50b2ae99),
[`6b40ed5`](https://github.com/getsentry/spotlight/commit/6b40ed578d81a989924485c2ec06b69846cb602d)]:
- @spotlightjs/core@0.0.4
- @spotlightjs/sidecar@0.0.3
6 changes: 3 additions & 3 deletions 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.0",
"version": "0.0.1",
"type": "module",
"keywors": [
"astro",
Expand All @@ -20,8 +20,8 @@
".": "./src/index.ts"
},
"dependencies": {
"@spotlightjs/core": "0.0.3",
"@spotlightjs/sidecar": "0.0.2",
"@spotlightjs/core": "0.0.4",
"@spotlightjs/sidecar": "0.0.3",
"astro": "^3.4.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @spotlightjs/core

## 0.0.4

### Patch Changes

- ref(integrations): Adjust input and return types of `processEvent`
([#42](https://github.com/getsentry/spotlight/pull/42))

- Add description to package.json ([#40](https://github.com/getsentry/spotlight/pull/40))

- Removed `integrationData` prop in favour of `processedEvents` in tab component
([#42](https://github.com/getsentry/spotlight/pull/42))

## 0.0.3

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

## 0.0.3

### Patch Changes

- Add description to package.json ([#40](https://github.com/getsentry/spotlight/pull/40))

## 0.0.2

### 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.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@spotlightjs/astro": "0.0.0",
"@spotlightjs/astro": "0.0.1",
"@tailwindcss/typography": "^0.5.10",
"typescript": "^5.0.2",
"vite-plugin-inspect": "^0.7.42"
Expand Down

0 comments on commit ee03c2c

Please sign in to comment.