Skip to content

Commit

Permalink
Merge pull request #73 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 16, 2022
2 parents 0d7fa9a + 1c37a61 commit 633b6ea
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-papayas-search.md

This file was deleted.

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

## 0.6.1

### Patch Changes

- 9bad4dd: Sort signals (memos last)
- Updated dependencies [9bad4dd]
- @solid-devtools/ui@0.8.1

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.6.0",
"version": "0.6.1",
"private": true,
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@solid-devtools/shared": "workspace:^0.5.1",
"@solid-devtools/ui": "0.8.0",
"@solid-devtools/ui": "0.8.1",
"@solid-primitives/context": "^0.1.0",
"@solid-primitives/destructure": "^0.1.1",
"@solid-primitives/immutable": "^0.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solid-devtools/ui

## 0.8.1

### Patch Changes

- 9bad4dd: Sort signals (memos last)

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solid-devtools/ui",
"version": "0.8.0",
"version": "0.8.1",
"description": "UI Library for visualization of the reactive graph. Powering Solid Devtools.",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 633b6ea

Please sign in to comment.