Skip to content

Commit

Permalink
Merge pull request #282 from thetarnav/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Nov 18, 2023
2 parents 90cfda8 + 17f8115 commit bc46b84
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-boats-pay.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/debugger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-devtools/debugger

## 0.23.3

### Patch Changes

- 4772a364: Correct detecting context nodes after solid 1.8

## 0.23.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/debugger",
"version": "0.23.2",
"version": "0.23.3",
"description": "Debugger of the Solid's reactivity graph — a cornerstone of all solid-devtools.",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solid-devtools/extension

## 0.29.2

### Patch Changes

- Updated dependencies [4772a364]
- @solid-devtools/debugger@0.23.3
- @solid-devtools/frontend@0.11.4
- [email protected]

## 0.29.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/extension",
"version": "0.29.1",
"version": "0.29.2",
"private": true,
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-devtools/frontend

## 0.11.4

### Patch Changes

- Updated dependencies [4772a364]
- @solid-devtools/debugger@0.23.3

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/frontend",
"version": "0.11.3",
"version": "0.11.4",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
Expand Down
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-devtools/logger

## 0.8.3

### Patch Changes

- Updated dependencies [4772a364]
- @solid-devtools/debugger@0.23.3

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/logger",
"version": "0.8.2",
"version": "0.8.3",
"description": "Solid debugging utilities for logging the state of the reactivity graph to the console.",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solid-devtools

## 0.29.2

### Patch Changes

- Updated dependencies [4772a364]
- @solid-devtools/debugger@0.23.3

## 0.29.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-devtools",
"version": "0.29.1",
"version": "0.29.2",
"description": "Runtime library for hooking up SolidJS application with Solid Devtools Extension",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-devtools/overlay

## 0.29.2

### Patch Changes

- Updated dependencies [4772a364]
- @solid-devtools/debugger@0.23.3
- @solid-devtools/frontend@0.11.4

## 0.29.1

### 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,6 +1,6 @@
{
"name": "@solid-devtools/overlay",
"version": "0.29.1",
"version": "0.29.2",
"description": "On-page Devtools Overlay for SolidJS Applications.",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down

0 comments on commit bc46b84

Please sign in to comment.