Skip to content

Commit

Permalink
Version Packages (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Dec 15, 2024
2 parents d41c4a7 + a923d0d commit 786976f
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/many-books-taste.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.24.2

### Patch Changes

- Updated dependencies [d41c4a7]
- @solid-devtools/shared@0.16.0

## 0.24.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.24.1",
"version": "0.24.2",
"description": "Debugger of the Solid's reactivity graph — a cornerstone of all solid-devtools.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
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.31.2

### Patch Changes

- Updated dependencies [d41c4a7]
- @solid-devtools/shared@0.16.0
- @solid-devtools/frontend@0.12.2
- @solid-devtools/debugger@0.24.2
- solid-devtools@0.31.2

## 0.31.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.31.1",
"version": "0.31.2",
"private": true,
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
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.12.2

### Patch Changes

- d41c4a7: Move theme to shared package
- Updated dependencies [d41c4a7]
- @solid-devtools/shared@0.16.0
- @solid-devtools/debugger@0.24.2

## 0.12.1

### 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.12.1",
"version": "0.12.2",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"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.9.2

### Patch Changes

- Updated dependencies [d41c4a7]
- @solid-devtools/shared@0.16.0
- @solid-devtools/debugger@0.24.2

## 0.9.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.9.1",
"version": "0.9.2",
"description": "Solid debugging utilities for logging the state of the reactivity graph to the console.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
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.31.2

### Patch Changes

- Updated dependencies [d41c4a7]
- @solid-devtools/shared@0.16.0
- @solid-devtools/debugger@0.24.2

## 0.31.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.31.1",
"version": "0.31.2",
"description": "Runtime library for hooking up SolidJS application with Solid Devtools Extension",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down
9 changes: 9 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solid-devtools/overlay

## 0.31.2

### Patch Changes

- Updated dependencies [d41c4a7]
- @solid-devtools/shared@0.16.0
- @solid-devtools/frontend@0.12.2
- @solid-devtools/debugger@0.24.2

## 0.31.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.31.1",
"version": "0.31.2",
"description": "On-page Devtools Overlay for SolidJS Applications.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
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.16.0

### Minor Changes

- d41c4a7: Move theme to shared package

## 0.15.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.15.0",
"version": "0.16.0",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"contributors": [],
Expand Down

0 comments on commit 786976f

Please sign in to comment.