Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 2, 2023
1 parent f03768b commit f53c659
Show file tree
Hide file tree
Showing 15 changed files with 87 additions and 18 deletions.
11 changes: 0 additions & 11 deletions .changeset/orange-impalas-refuse.md

This file was deleted.

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

## 0.23.0

### Minor Changes

- 86f74ea9: Update to Solid 1.8

### Patch Changes

- Updated dependencies [86f74ea9]
- @solid-devtools/shared@0.13.0

## 0.22.4

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

## 0.28.0

### Minor Changes

- 86f74ea9: Update to Solid 1.8

### Patch Changes

- Updated dependencies [86f74ea9]
- @solid-devtools/frontend@0.11.0
- @solid-devtools/debugger@0.23.0
- [email protected]
- @solid-devtools/shared@0.13.0

## 0.27.9

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

## 0.11.0

### Minor Changes

- 86f74ea9: Update to Solid 1.8

### Patch Changes

- Updated dependencies [86f74ea9]
- @solid-devtools/debugger@0.23.0
- @solid-devtools/shared@0.13.0

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

## 0.8.0

### Minor Changes

- 86f74ea9: Update to Solid 1.8

### Patch Changes

- Updated dependencies [86f74ea9]
- @solid-devtools/debugger@0.23.0
- @solid-devtools/shared@0.13.0

## 0.7.4

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

## 0.28.0

### Minor Changes

- 86f74ea9: Update to Solid 1.8

### Patch Changes

- Updated dependencies [86f74ea9]
- @solid-devtools/debugger@0.23.0
- @solid-devtools/shared@0.13.0

## 0.27.9

## 0.27.8
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.9",
"version": "0.28.0",
"description": "Runtime library for hooking up SolidJS application with Solid Devtools Extension",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @solid-devtools/overlay

## 0.28.0

### Minor Changes

- 86f74ea9: Update to Solid 1.8

### Patch Changes

- Updated dependencies [86f74ea9]
- @solid-devtools/frontend@0.11.0
- @solid-devtools/debugger@0.23.0
- @solid-devtools/shared@0.13.0

## 0.27.9

### 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.9",
"version": "0.28.0",
"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.13.0

### Minor Changes

- 86f74ea9: Update to Solid 1.8

## 0.12.3

### 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.3",
"version": "0.13.0",
"license": "MIT",
"author": "Damian Tarnawski <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit f53c659

Please sign in to comment.