Skip to content

Commit e322faa

Browse files
authored
Version Packages (#360)
2 parents 079b61b + e437853 commit e322faa

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/tidy-wasps-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

extension/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @solid-devtools/extension
22

3+
## 0.33.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2aa06c4]
8+
- solid-devtools@0.34.5
9+
310
## 0.33.6
411

512
### Patch Changes

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solid-devtools/extension",
3-
"version": "0.33.6",
3+
"version": "0.33.7",
44
"private": true,
55
"license": "MIT",
66
"author": "Damian Tarnawski <gthetarnav@gmail.com>",

packages/main/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# solid-devtools
22

3+
## 0.34.5
4+
5+
### Patch Changes
6+
7+
- 2aa06c4: Use `apply` to conditionally disable the vite plugin.
8+
39
## 0.34.4
410

511
### Patch Changes

packages/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-devtools",
3-
"version": "0.34.4",
3+
"version": "0.34.5",
44
"description": "Runtime library for hooking up SolidJS application with Solid Devtools Extension",
55
"license": "MIT",
66
"author": "Damian Tarnawski <gthetarnav@gmail.com>",

0 commit comments

Comments
 (0)