Skip to content

Commit 321c201

Browse files
ci: Version Packages (#236)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3058aa1 commit 321c201

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

.changeset/plain-eagles-serve.md

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

examples/react/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/devtools-client": "0.0.3",
13-
"@tanstack/devtools-event-client": "0.3.3",
13+
"@tanstack/devtools-event-client": "0.3.4",
1414
"@tanstack/react-devtools": "^0.7.8",
1515
"@tanstack/react-form": "^1.23.7",
1616
"@tanstack/react-query": "^5.90.1",

examples/react/custom-devtools/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/devtools-event-client": "0.3.3",
12+
"@tanstack/devtools-event-client": "0.3.4",
1313
"@tanstack/react-devtools": "^0.7.8",
1414
"react": "19.1.1",
1515
"react-dom": "19.1.1"

examples/react/https/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/devtools-event-client": "0.3.3",
12+
"@tanstack/devtools-event-client": "0.3.4",
1313
"@tanstack/react-devtools": "^0.7.8",
1414
"@tanstack/react-query": "^5.90.1",
1515
"@tanstack/react-query-devtools": "^5.90.1",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@prisma/studio-core": "^0.5.3",
2424
"@tailwindcss/vite": "^4.1.13",
2525
"@tanstack/devtools-event-bus": "^0.3.3",
26-
"@tanstack/devtools-event-client": "0.3.3",
26+
"@tanstack/devtools-event-client": "0.3.4",
2727
"@tanstack/react-devtools": "^0.7.8",
2828
"@tanstack/react-query": "^5.90.1",
2929
"@tanstack/react-query-devtools": "^5.90.1",

packages/event-bus-client/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- increase minimum reconnection time and allow it to be configurable on event bus client ([#235](https://github.com/TanStack/devtools/pull/235))
8+
39
## 0.3.3
410

511
### Patch Changes

packages/event-bus-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-event-client",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "TanStack Event Client is a lightweight event client for TanStack Devtools event bus.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 4 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)