Skip to content

Commit

Permalink
Merge pull request #258 from thetarnav/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
thetarnav authored Jul 26, 2023
2 parents 1baf5d3 + fd9b241 commit 56d6e76
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .changeset/chilly-jobs-allow.md

This file was deleted.

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

## 0.22.4

### Patch Changes

- 7409af5: Move solid-js out of dependencies (to peer)
- Updated dependencies [7409af5]
- @solid-devtools/shared@0.12.3

## 0.22.3

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

## 0.27.6

### Patch Changes

- Updated dependencies [7409af5]
- @solid-devtools/debugger@0.22.4
- @solid-devtools/frontend@0.10.1
- @solid-devtools/shared@0.12.3
- [email protected]

## 0.27.5

### 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.5",
"version": "0.27.6",
"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.10.1

### Patch Changes

- 7409af5: Move solid-js out of dependencies (to peer)
- Updated dependencies [7409af5]
- @solid-devtools/debugger@0.22.4
- @solid-devtools/shared@0.12.3

## 0.10.0

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

## 0.7.4

### Patch Changes

- 7409af5: Move solid-js out of dependencies (to peer)
- Updated dependencies [7409af5]
- @solid-devtools/debugger@0.22.4
- @solid-devtools/shared@0.12.3

## 0.7.3

### 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.3",
"version": "0.7.4",
"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.6

### Patch Changes

- Updated dependencies [7409af5]
- @solid-devtools/debugger@0.22.4
- @solid-devtools/shared@0.12.3

## 0.27.5

### 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.5",
"version": "0.27.6",
"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.6

### Patch Changes

- 7409af5: Move solid-js out of dependencies (to peer)
- Updated dependencies [7409af5]
- @solid-devtools/debugger@0.22.4
- @solid-devtools/frontend@0.10.1
- @solid-devtools/shared@0.12.3

## 0.27.5

### 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.5",
"version": "0.27.6",
"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.3

### Patch Changes

- 7409af5: Move solid-js out of dependencies (to peer)

## 0.12.2

### Patch 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.2",
"version": "0.12.3",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56d6e76

Please sign in to comment.