Skip to content

Commit

Permalink
Merge pull request #253 from thetarnav/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Jul 18, 2023
2 parents d333fb3 + 7f7a462 commit 2650eb3
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-adults-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-bulldogs-accept.md

This file was deleted.

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

## 0.22.2

### Patch Changes

- Updated dependencies [e8ae734]
- @solid-devtools/shared@0.12.1

## 0.22.1

### 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.22.1",
"version": "0.22.2",
"description": "Debugger of the Solid's reactivity graph — a cornerstone of all solid-devtools.",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @solid-devtools/extension

## 0.27.4

### Patch Changes

- Updated dependencies [e8ae734]
- Updated dependencies [e8ae734]
- @solid-devtools/frontend@0.9.3
- @solid-devtools/shared@0.12.1
- @solid-devtools/debugger@0.22.2
- [email protected]

## 0.27.3

### 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.27.3",
"version": "0.27.4",
"private": true,
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solid-devtools/frontend

## 0.9.3

### Patch Changes

- e8ae734: Add keyboard navigation to the structure view. (#248)
- Updated dependencies [e8ae734]
- @solid-devtools/shared@0.12.1
- @solid-devtools/debugger@0.22.2

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-devtools/logger

## 0.7.2

### Patch Changes

- Updated dependencies [e8ae734]
- @solid-devtools/shared@0.12.1
- @solid-devtools/debugger@0.22.2

## 0.7.1

### 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.7.1",
"version": "0.7.2",
"description": "Solid debugging utilities for logging the state of the reactivity graph to the console.",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# solid-devtools

## 0.27.4

### Patch Changes

- Updated dependencies [e8ae734]
- @solid-devtools/shared@0.12.1
- @solid-devtools/debugger@0.22.2

## 0.27.3

### 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.27.3",
"version": "0.27.4",
"description": "Runtime library for hooking up SolidJS application with Solid Devtools Extension",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
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 @@
# @solid-devtools/overlay

## 0.27.4

### Patch Changes

- Updated dependencies [e8ae734]
- Updated dependencies [e8ae734]
- @solid-devtools/frontend@0.9.3
- @solid-devtools/shared@0.12.1
- @solid-devtools/debugger@0.22.2

## 0.27.3

### 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.27.3",
"version": "0.27.4",
"description": "On-page Devtools Overlay for SolidJS Applications.",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# solid-devtools-shared

## 0.12.1

### Patch Changes

- e8ae734: Add two utility functions

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/shared",
"version": "0.12.0",
"version": "0.12.1",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 2650eb3

Please sign in to comment.