Skip to content

Commit

Permalink
Version Packages (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Dec 13, 2024
2 parents f84d26c + b65731e commit 5f1bf08
Show file tree
Hide file tree
Showing 16 changed files with 67 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/dull-panthers-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-actors-prove.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.1

### Patch Changes

- Updated dependencies [f40cfa2]
- @solid-devtools/shared@0.15.0

## 0.24.0

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

### Patch Changes

- b918981: Add more logs and improve popup interface to not hide information
- Updated dependencies [f40cfa2]
- @solid-devtools/shared@0.15.0
- @solid-devtools/debugger@0.24.1
- @solid-devtools/frontend@0.12.1
- solid-devtools@0.31.1

## 0.31.0

### Minor 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.0",
"version": "0.31.1",
"private": true,
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solid-devtools/frontend

## 0.12.1

### Patch Changes

- Updated dependencies [f40cfa2]
- @solid-devtools/shared@0.15.0
- @solid-devtools/debugger@0.24.1

## 0.12.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.12.0",
"version": "0.12.1",
"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.1

### Patch Changes

- Updated dependencies [f40cfa2]
- @solid-devtools/shared@0.15.0
- @solid-devtools/debugger@0.24.1

## 0.9.0

### Minor 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.0",
"version": "0.9.1",
"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.1

### Patch Changes

- Updated dependencies [f40cfa2]
- @solid-devtools/shared@0.15.0
- @solid-devtools/debugger@0.24.1

## 0.31.0

### Minor 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.0",
"version": "0.31.1",
"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.1

### Patch Changes

- Updated dependencies [f40cfa2]
- @solid-devtools/shared@0.15.0
- @solid-devtools/debugger@0.24.1
- @solid-devtools/frontend@0.12.1

## 0.31.0

### Minor 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.0",
"version": "0.31.1",
"description": "On-page Devtools Overlay for SolidJS Applications.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# solid-devtools-shared

## 0.15.0

### Minor Changes

- f40cfa2: Improve solid detection.
Check for Symbol("solid-track") in scripts.
Wait for document load before checking.
Check all scripts, even ones loaded with esm import (not added to html).

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

0 comments on commit 5f1bf08

Please sign in to comment.