Skip to content

Commit e888152

Browse files
ci: Version Packages
1 parent 190cac8 commit e888152

File tree

15 files changed

+88
-28
lines changed

15 files changed

+88
-28
lines changed

.changeset/metal-aliens-juggle.md

Lines changed: 0 additions & 15 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.1.1",
13+
"@tanstack/react-devtools": "^0.2.0",
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.1.1",
22+
"@tanstack/react-devtools": "^0.2.0",
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.1.1",
12+
"@tanstack/solid-devtools": "^0.2.0",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @tanstack/devtools
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Added event bus functionality into @tanstack/devtools ([#11](https://github.com/TanStack/devtools/pull/11))
8+
9+
- @tanstack/devtools now comes with an integrated Event Bus on the Client.
10+
- The Event Bus allows for seamless communication between different parts of your running application
11+
without tight coupling.
12+
- Exposed APIs for publishing and subscribing to events.
13+
- Added config for the client event bus
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`77e2f6e`](https://github.com/TanStack/devtools/commit/77e2f6e8d3d5cc82b8d37fcc00c01078e9960003)]:
18+
- @tanstack/devtools-event-bus@0.2.0
19+
320
## 0.1.1
421

522
### Patch 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.1.1",
3+
"version": "0.2.0",
44
"description": "TanStack Devtools is a set of tools for building advanced devtools for your application.",
55
"author": "Tanner Linsley",
66
"license": "MIT",
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @tanstack/devtools-event-client
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Added event bus functionality into @tanstack/devtools ([#11](https://github.com/TanStack/devtools/pull/11))
8+
9+
- @tanstack/devtools now comes with an integrated Event Bus on the Client.
10+
- The Event Bus allows for seamless communication between different parts of your running application
11+
without tight coupling.
12+
- Exposed APIs for publishing and subscribing to events.
13+
- Added config for the client event bus

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.1.1",
3+
"version": "0.2.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @tanstack/devtools-event-bus
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Added event bus functionality into @tanstack/devtools ([#11](https://github.com/TanStack/devtools/pull/11))
8+
9+
- @tanstack/devtools now comes with an integrated Event Bus on the Client.
10+
- The Event Bus allows for seamless communication between different parts of your running application
11+
without tight coupling.
12+
- Exposed APIs for publishing and subscribing to events.
13+
- Added config for the client event bus

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.1.1",
3+
"version": "0.2.0",
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)