Skip to content

Commit afb332d

Browse files
ci: Version Packages (#254)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4f5b20f commit afb332d

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/nice-files-stick.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.7.12",
12+
"@tanstack/solid-devtools": "^0.7.13",
1313
"@tanstack/solid-query": "^5.90.1",
1414
"@tanstack/solid-query-devtools": "^5.90.1",
1515
"@tanstack/solid-router": "^1.131.50",

examples/solid/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@solidjs/start": "^1.2.0",
12-
"@tanstack/solid-devtools": "^0.7.12",
12+
"@tanstack/solid-devtools": "^0.7.13",
1313
"solid-js": "^1.9.9",
1414
"vinxi": "^0.5.8"
1515
},

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.7.13
4+
5+
### Patch Changes
6+
7+
- Fixed customTrigger causing empty button when not passed ([#253](https://github.com/TanStack/devtools/pull/253))
8+
39
## 0.7.12
410

511
### Patch 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.7.12",
3+
"version": "0.7.13",
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 & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)