Skip to content

Commit d1a023e

Browse files
ci: Version Packages (#32)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @tanstack/solid-devtools@0.3.1 ### Patch Changes - Fixed issue where solid devtools didn't work with solid start ([#31](#31)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8ea8ef7 commit d1a023e

6 files changed

Lines changed: 11 additions & 12 deletions

File tree

.changeset/hip-moons-enter.md

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

examples/solid/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/solid-devtools": "^0.3.0",
12+
"@tanstack/solid-devtools": "^0.3.1",
1313
"@tanstack/solid-query": "^5.83.0",
1414
"@tanstack/solid-query-devtools": "^5.83.0",
1515
"@tanstack/solid-router": "^1.129.8",

examples/solid/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@solidjs/start": "^1.1.0",
11-
"@tanstack/solid-devtools": "^0.3.0",
11+
"@tanstack/solid-devtools": "^0.3.1",
1212
"solid-js": "^1.9.7",
1313
"vinxi": "^0.5.7"
1414
},

packages/solid-devtools/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- Fixed issue where solid devtools didn't work with solid start ([#31](https://github.com/TanStack/devtools/pull/31))
8+
39
## 0.3.0
410

511
### Minor Changes

packages/solid-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/solid-devtools",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)