Skip to content

Commit 97c878a

Browse files
ci: Version Packages (#171)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 160b4ff commit 97c878a

File tree

17 files changed

+57
-32
lines changed

17 files changed

+57
-32
lines changed

.changeset/tasty-impalas-mate.md

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

.changeset/wide-eggs-film.md

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

examples/react/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@tanstack/react-devtools": "0.9.5",
18-
"@tanstack/react-pacer-devtools": "0.5.3",
18+
"@tanstack/react-pacer-devtools": "0.5.4",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.4",

examples/react/useQueuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@tanstack/react-devtools": "0.9.5",
19-
"@tanstack/react-pacer-devtools": "0.5.3",
19+
"@tanstack/react-pacer-devtools": "0.5.4",
2020
"@types/react": "^19.2.14",
2121
"@types/react-dom": "^19.2.3",
2222
"@vitejs/plugin-react": "^5.1.4",

examples/react/util-comparison/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@tanstack/react-devtools": "0.9.5",
18-
"@tanstack/react-pacer-devtools": "0.5.3",
18+
"@tanstack/react-pacer-devtools": "0.5.4",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "^5.1.4",

examples/solid/createQueuedSignal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/solid-devtools": "0.7.25",
1313
"@tanstack/solid-pacer": "^0.19.0",
14-
"@tanstack/solid-pacer-devtools": "0.5.3",
14+
"@tanstack/solid-pacer-devtools": "0.5.4",
1515
"solid-js": "^1.9.11"
1616
},
1717
"devDependencies": {

examples/solid/createQueuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/solid-devtools": "0.7.25",
1313
"@tanstack/solid-pacer": "^0.19.0",
14-
"@tanstack/solid-pacer-devtools": "0.5.3",
14+
"@tanstack/solid-pacer-devtools": "0.5.4",
1515
"solid-js": "^1.9.11"
1616
},
1717
"devDependencies": {

examples/solid/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/solid-devtools": "0.7.25",
1313
"@tanstack/solid-pacer": "^0.19.0",
14-
"@tanstack/solid-pacer-devtools": "0.5.3",
14+
"@tanstack/solid-pacer-devtools": "0.5.4",
1515
"solid-js": "^1.9.11"
1616
},
1717
"devDependencies": {

packages/pacer-devtools/CHANGELOG.md

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

3+
## 1.1.4
4+
5+
### Patch Changes
6+
7+
- Extract devtools theme provider to respective devtools to prevent mismatch. ([#176](https://github.com/TanStack/pacer/pull/176))
8+
9+
- Update devtools-utils to fix theme miss match. ([#170](https://github.com/TanStack/pacer/pull/170))
10+
311
## 1.1.3
412

513
### Patch Changes

packages/pacer-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/pacer-devtools",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Devtools for Pacer.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)