Skip to content

Commit

Permalink
Merge pull request #68 from thetarnav/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
thetarnav authored Aug 14, 2022
2 parents c91afc3 + e109f07 commit b6e5889
Show file tree
Hide file tree
Showing 23 changed files with 233 additions and 253 deletions.
13 changes: 0 additions & 13 deletions .changeset/smooth-bikes-sing.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension.
Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

### Patch Changes

- Updated dependencies [41b4b7b]
- @solid-devtools/shared@0.5.0

## 0.4.1

## 0.4.0
Expand Down
6 changes: 3 additions & 3 deletions packages/debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/debugger",
"version": "0.4.1",
"version": "0.5.0",
"description": "Debugger of the Solid's reactivity graph — a cornerstone of all solid-devtools.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@solid-devtools/shared": "workspace:^0.4.0",
"@solid-devtools/shared": "workspace:^0.5.0",
"@solid-primitives/event-bus": "^0.1.0",
"@solid-primitives/immutable": "^0.1.0",
"@solid-primitives/memo": "^0.3.0",
Expand All @@ -73,7 +73,7 @@
"solid-js": "^1.4.5"
},
"optionalDependencies": {
"@solid-devtools/transform": "^0.6.0"
"@solid-devtools/transform": "^0.6.1"
},
"packageManager": "pnpm@7.8.0"
}
13 changes: 13 additions & 0 deletions packages/extension-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @solid-devtools/extension-adapter

## 0.11.0

### Minor Changes

- 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension.
Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

### Patch Changes

- Updated dependencies [41b4b7b]
- @solid-devtools/debugger@0.5.0
- @solid-devtools/shared@0.5.0

## 0.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/extension-adapter",
"version": "0.10.0",
"version": "0.11.0",
"description": "Adapter for @solid-devtools/debugger for communicating with Solid Devtools chrome extension.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down Expand Up @@ -41,8 +41,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@solid-devtools/debugger": "^0.4.0",
"@solid-devtools/shared": "workspace:^0.4.0",
"@solid-devtools/debugger": "^0.5.0",
"@solid-devtools/shared": "workspace:^0.5.0",
"@solid-primitives/utils": "^3.0.1",
"type-fest": "^2.18.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# solid-devtools-extension

## 0.5.0

### Minor Changes

- 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension.
Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

### Patch Changes

- Updated dependencies [41b4b7b]
- @solid-devtools/shared@0.5.0
- @solid-devtools/ui@0.7.0

## 0.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-devtools-extension",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand All @@ -23,8 +23,8 @@
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@solid-devtools/shared": "workspace:^0.4.0",
"@solid-devtools/ui": "0.6.0",
"@solid-devtools/shared": "workspace:^0.5.0",
"@solid-devtools/ui": "0.7.0",
"@solid-primitives/context": "^0.1.0",
"@solid-primitives/destructure": "^0.1.1",
"@solid-primitives/immutable": "^0.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/locator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @solid-devtools/locator

## 0.11.0

### Minor Changes

- 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension.
Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

### Patch Changes

- Updated dependencies [41b4b7b]
- @solid-devtools/debugger@0.5.0
- @solid-devtools/shared@0.5.0

## 0.10.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/locator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/locator",
"version": "0.10.1",
"version": "0.11.0",
"description": "On-page overlay for localisating SolidJS components, and revealing them in your code editor.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down Expand Up @@ -59,8 +59,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@solid-devtools/debugger": "^0.4.1",
"@solid-devtools/shared": "workspace:^0.4.0",
"@solid-devtools/debugger": "^0.5.0",
"@solid-devtools/shared": "workspace:^0.5.0",
"@solid-primitives/bounds": "^0.0.100",
"@solid-primitives/event-listener": "^2.2.1",
"@solid-primitives/keyboard": "^0.0.100",
Expand All @@ -73,7 +73,7 @@
"solid-js": "^1.4.4"
},
"optionalDependencies": {
"@solid-devtools/transform": "^0.6.0"
"@solid-devtools/transform": "^0.6.1"
},
"packageManager": "pnpm@7.8.0"
}
13 changes: 13 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @solid-devtools/logger

## 0.4.0

### Minor Changes

- 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension.
Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

### Patch Changes

- Updated dependencies [41b4b7b]
- @solid-devtools/debugger@0.5.0
- @solid-devtools/shared@0.5.0

## 0.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/logger",
"version": "0.3.0",
"version": "0.4.0",
"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 Expand Up @@ -60,8 +60,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@solid-devtools/debugger": "^0.4.0",
"@solid-devtools/shared": "workspace:^0.4.0",
"@solid-devtools/debugger": "^0.5.0",
"@solid-devtools/shared": "workspace:^0.5.0",
"@solid-primitives/utils": "^3.0.1"
},
"peerDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# solid-devtools

## 0.11.0

### Minor Changes

- 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension.
Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

### Patch Changes

- Updated dependencies [41b4b7b]
- @solid-devtools/debugger@0.5.0
- @solid-devtools/extension-adapter@0.11.0
- @solid-devtools/locator@0.11.0
- @solid-devtools/transform@0.6.1

## 0.10.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-devtools",
"version": "0.10.1",
"version": "0.11.0",
"description": "Runtime helpers for hooking up SolidJS application with Solid Devtools",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down Expand Up @@ -73,10 +73,10 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@solid-devtools/debugger": "^0.4.1",
"@solid-devtools/extension-adapter": "^0.10.0",
"@solid-devtools/locator": "^0.10.1",
"@solid-devtools/transform": "^0.6.0"
"@solid-devtools/debugger": "^0.5.0",
"@solid-devtools/extension-adapter": "^0.11.0",
"@solid-devtools/locator": "^0.11.0",
"@solid-devtools/transform": "^0.6.1"
},
"peerDependencies": {
"solid-js": "^1.4.5"
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solid-devtools-shared

## 0.5.0

### Minor Changes

- 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension.
Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

## 0.4.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.4.0",
"version": "0.5.0",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
"contributors": [],
Expand Down
7 changes: 7 additions & 0 deletions packages/transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solid-devtools/transform

## 0.6.1

### Patch Changes

- Updated dependencies [41b4b7b]
- @solid-devtools/shared@0.5.0

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/transform",
"version": "0.6.0",
"version": "0.6.1",
"description": "Babel plugin for transforming SolidJS code in development to enchance solid-devtools usage.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@babel/core": "^7.18.10",
"@babel/plugin-syntax-typescript": "^7.18.6",
"@babel/types": "^7.18.10",
"@solid-devtools/shared": "workspace:^0.4.0"
"@solid-devtools/shared": "workspace:^0.5.0"
},
"peerDependencies": {
"solid-js": "^1.4.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @solid-devtools/ui

## 0.7.0

### Minor Changes

- 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension.
Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

### Patch Changes

- Updated dependencies [41b4b7b]
- @solid-devtools/shared@0.5.0

## 0.6.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/ui",
"version": "0.6.0",
"version": "0.7.0",
"description": "UI Library for visualization of the reactive graph. Powering Solid Devtools.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@solid-devtools/transform": "^0.6.0",
"@solid-devtools/transform": "^0.6.1",
"@vanilla-extract/esbuild-plugin": "^2.1.0",
"esbuild": "^0.14.53",
"esbuild-plugin-solid": "^0.4.2",
Expand All @@ -69,7 +69,7 @@
"dependencies": {
"@otonashixav/solid-flip": "^0.10.5",
"@solid-aria/interactions": "^0.1.4",
"@solid-devtools/shared": "workspace:^0.4.0",
"@solid-devtools/shared": "workspace:^0.5.0",
"@solid-primitives/bounds": "^0.0.101",
"@solid-primitives/event-listener": "^2.2.1",
"@solid-primitives/keyboard": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"solid-devtools": "^0.10.1",
"solid-devtools": "^0.11.0",
"solid-js": "^1.4.8"
}
}
6 changes: 3 additions & 3 deletions playgrounds/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"license": "MIT",
"devDependencies": {
"@solid-devtools/transform": "^0.6.0",
"@solid-devtools/transform": "^0.6.1",
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@solid-devtools/logger": "^0.3.0",
"@solid-devtools/logger": "^0.4.0",
"@solid-primitives/timer": "^1.3.1",
"solid-devtools": "^0.10.1",
"solid-devtools": "^0.11.0",
"solid-js": "^1.4.8"
}
}
6 changes: 3 additions & 3 deletions playgrounds/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type": "module",
"main": "./dist/index.js",
"devDependencies": {
"@solid-devtools/logger": "^0.3.0",
"@solid-devtools/transform": "^0.6.0",
"@solid-devtools/logger": "^0.4.0",
"@solid-devtools/transform": "^0.6.1",
"solid-app-router": "^0.4.2",
"solid-devtools": "^0.10.1",
"solid-devtools": "^0.11.0",
"solid-js": "^1.4.8",
"solid-meta": "^0.27.5",
"solid-start": "next",
Expand Down
Loading

0 comments on commit b6e5889

Please sign in to comment.