Skip to content

Commit 1e34de9

Browse files
authored
Merge pull request #19 from TanStack/changeset-release/main
ci: Version Packages
2 parents 035a375 + 706e840 commit 1e34de9

File tree

15 files changed

+44
-19
lines changed

15 files changed

+44
-19
lines changed

.changeset/eleven-garlics-work.md

Lines changed: 0 additions & 6 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-event-client": "workspace:^",
13-
"@tanstack/react-devtools": "^0.2.0",
13+
"@tanstack/react-devtools": "^0.2.1",
1414
"@tanstack/react-query": "^5.83.0",
1515
"@tanstack/react-query-devtools": "^5.83.0",
1616
"@tanstack/react-router": "^1.130.2",

examples/react/start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@tailwindcss/vite": "^4.0.6",
2020
"@tanstack/devtools-event-bus": "workspace:^",
2121
"@tanstack/devtools-event-client": "workspace:^",
22-
"@tanstack/react-devtools": "^0.2.0",
22+
"@tanstack/react-devtools": "^0.2.1",
2323
"@tanstack/react-query": "^5.83.0",
2424
"@tanstack/react-query-devtools": "^5.83.0",
2525
"@tanstack/react-router": "^1.130.2",

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.2.0",
12+
"@tanstack/solid-devtools": "^0.2.1",
1313
"@tanstack/solid-query": "^5.83.0",
1414
"@tanstack/solid-query-devtools": "^5.83.0",
1515
"@tanstack/solid-router": "^1.129.8",

packages/devtools/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f62bdf9`](https://github.com/TanStack/devtools/commit/f62bdf903591fad15cccab93290a95c194c99b51)]:
8+
- @tanstack/devtools-event-bus@0.2.1
9+
310
## 0.2.0
411

512
### Minor Changes

packages/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/devtools",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "TanStack Devtools is a set of tools for building advanced devtools for your application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

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.1
4+
5+
### Patch Changes
6+
7+
- add queued events to event bus ([#18](https://github.com/TanStack/devtools/pull/18))
8+
39
## 0.2.0
410

511
### Minor 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.0",
3+
"version": "0.2.1",
44
"description": "TanStack Event Client is a lightweight event client for TanStack Devtools event bus.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/event-bus/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- add queued events to event bus ([#18](https://github.com/TanStack/devtools/pull/18))
8+
39
## 0.2.0
410

511
### Minor Changes

packages/event-bus/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-bus",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "TanStack Event Bus is a lightweight event bus for TanStack Devtools.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)