Skip to content

Commit

Permalink
Version Packages (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Apr 1, 2024
2 parents d909b58 + d1d92fe commit 4b2ab39
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-games-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-brooms-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-clocks-sing.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.23.4

### Patch Changes

- Updated dependencies [d909b584]
- @solid-devtools/shared@0.13.2

## 0.23.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.23.3",
"version": "0.23.4",
"description": "Debugger of the Solid's reactivity graph — a cornerstone of all solid-devtools.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down
12 changes: 12 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @solid-devtools/extension

## 0.30.0

### Patch Changes

- Updated dependencies [9ff0993d]
- Updated dependencies [d909b584]
- Updated dependencies [6da4cb6e]
- solid-devtools@0.30.0
- @solid-devtools/shared@0.13.2
- @solid-devtools/debugger@0.23.4
- @solid-devtools/frontend@0.11.5

## 0.29.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.29.3",
"version": "0.30.0",
"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.11.5

### Patch Changes

- Updated dependencies [d909b584]
- @solid-devtools/shared@0.13.2
- @solid-devtools/debugger@0.23.4

## 0.11.4

### 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.11.4",
"version": "0.11.5",
"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.8.4

### Patch Changes

- Updated dependencies [d909b584]
- @solid-devtools/shared@0.13.2
- @solid-devtools/debugger@0.23.4

## 0.8.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.8.3",
"version": "0.8.4",
"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
13 changes: 13 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# solid-devtools

## 0.30.0

### Minor Changes

- 9ff0993d: Expose the babel plugins currently used by vite: `devtoolsJsxLocationPlugin` and `devtoolsNamePlugin`
- 6da4cb6e: exposed babel plugins

### Patch Changes

- Updated dependencies [d909b584]
- @solid-devtools/shared@0.13.2
- @solid-devtools/debugger@0.23.4

## 0.29.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.29.3",
"version": "0.30.0",
"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.30.0

### Patch Changes

- Updated dependencies [d909b584]
- @solid-devtools/shared@0.13.2
- @solid-devtools/debugger@0.23.4
- @solid-devtools/frontend@0.11.5

## 0.29.3

## 0.29.2
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.29.3",
"version": "0.30.0",
"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.13.2

### Patch Changes

- d909b584: Improve solid detector to work with solid-start 1

## 0.13.1

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

0 comments on commit 4b2ab39

Please sign in to comment.