Skip to content

Commit c29a012

Browse files
ci: Version Packages (#118)
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 for react-native and non-web native environments for event-client ([#117](#117)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b99fa7 commit c29a012

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

.changeset/hip-mangos-march.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.2.3",
12+
"@tanstack/devtools-event-client": "^0.2.4",
1313
"@tanstack/react-devtools": "^0.6.5",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",

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.2.3",
12+
"@tanstack/devtools-event-client": "^0.2.4",
1313
"@tanstack/react-devtools": "^0.6.5",
1414
"react": "^19.1.0",
1515
"react-dom": "^19.1.0"

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.2.3",
12+
"@tanstack/devtools-event-client": "^0.2.4",
1313
"@tanstack/react-devtools": "^0.6.5",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@prisma/studio-core": "^0.5.1",
2121
"@tailwindcss/vite": "^4.0.6",
2222
"@tanstack/devtools-event-bus": "^0.3.2",
23-
"@tanstack/devtools-event-client": "^0.2.3",
23+
"@tanstack/devtools-event-client": "^0.2.4",
2424
"@tanstack/react-devtools": "^0.6.5",
2525
"@tanstack/react-query": "^5.83.0",
2626
"@tanstack/react-query-devtools": "^5.83.0",

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.2.4
4+
5+
### Patch Changes
6+
7+
- fix issue for react-native and non-web native environments for event-client ([#117](https://github.com/TanStack/devtools/pull/117))
8+
39
## 0.2.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.2.3",
3+
"version": "0.2.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)