Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta(changelog): Update package versions (next) #502

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"@spotlightjs/tsconfig": "1.0.0",
"@spotlightjs/website": "0.0.1"
},
"changesets": ["blue-trees-repeat"]
"changesets": ["blue-trees-repeat", "bright-experts-learn"]
}
7 changes: 7 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spotlightjs/astro

## 2.1.7-next.1

### Patch Changes

- Updated dependencies []:
- @spotlightjs/spotlight@2.3.2-next.1

## 2.1.7-next.0

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

## 1.1.7-next.1

### Patch Changes

- Updated dependencies
[[`0ec320d1259c85e3505d6a80f88dc41d0f567d9e`](https://github.com/getsentry/spotlight/commit/0ec320d1259c85e3505d6a80f88dc41d0f567d9e)]:
- @spotlightjs/overlay@2.4.0-next.1

## 1.1.7-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Electron app for Spotlight",
"author": "Sentry",
"license": "Apache-2.0",
"version": "1.1.7-next.0",
"version": "1.1.7-next.1",
"main": "./out/main/index.js",
"files": [
"src"
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

## 2.4.0-next.1

### Minor Changes

- feat(overlay): Allow to skipSidecar to avoid connecting to sidecar
([#501](https://github.com/getsentry/spotlight/pull/501))

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

## 2.3.2-next.1

### Patch Changes

- Updated dependencies
[[`0ec320d1259c85e3505d6a80f88dc41d0f567d9e`](https://github.com/getsentry/spotlight/commit/0ec320d1259c85e3505d6a80f88dc41d0f567d9e)]:
- @spotlightjs/overlay@2.4.0-next.1

## 2.3.2-next.0

### Patch 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": "2.3.2-next.0",
"version": "2.3.2-next.1",
"license": "Apache-2.0",
"type": "module",
"scripts": {
Expand Down
Loading