Skip to content

Commit f4c146d

Browse files
ci: Version Packages (#179)
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/[email protected] ### Patch Changes - fix issue with constructor causing side-effects ([#178](#178)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ccb4305 commit f4c146d

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

.changeset/floppy-heads-think.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
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/devtools-event-client": "0.3.1",
12+
"@tanstack/devtools-event-client": "0.3.2",
1313
"@tanstack/react-devtools": "^0.7.0",
1414
"@tanstack/react-query": "^5.90.1",
1515
"@tanstack/react-query-devtools": "^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.1",
12+
"@tanstack/devtools-event-client": "0.3.2",
1313
"@tanstack/react-devtools": "^0.7.0",
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.1",
12+
"@tanstack/devtools-event-client": "0.3.2",
1313
"@tanstack/react-devtools": "^0.7.0",
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.2",
26-
"@tanstack/devtools-event-client": "0.3.1",
26+
"@tanstack/devtools-event-client": "0.3.2",
2727
"@tanstack/react-devtools": "^0.7.0",
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.2
4+
5+
### Patch Changes
6+
7+
- fix issue with constructor causing side-effects ([#178](https://github.com/TanStack/devtools/pull/178))
8+
39
## 0.3.1
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.1",
3+
"version": "0.3.2",
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)