Skip to content

Commit d5409a2

Browse files
ci: Version Packages (#167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df10ce6 commit d5409a2

File tree

16 files changed

+43
-21
lines changed

16 files changed

+43
-21
lines changed

.changeset/proud-maps-scream.md

Lines changed: 0 additions & 5 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.2",
18+
"@tanstack/react-pacer-devtools": "0.5.3",
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.2",
19+
"@tanstack/react-pacer-devtools": "0.5.3",
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.2",
18+
"@tanstack/react-pacer-devtools": "0.5.3",
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.2",
14+
"@tanstack/solid-pacer-devtools": "0.5.3",
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.2",
14+
"@tanstack/solid-pacer-devtools": "0.5.3",
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.2",
14+
"@tanstack/solid-pacer-devtools": "0.5.3",
1515
"solid-js": "^1.9.11"
1616
},
1717
"devDependencies": {

packages/pacer-devtools/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- fix(devtools): deep imports from day-js need .js extension ([#165](https://github.com/TanStack/pacer/pull/165))
8+
39
## 1.1.2
410

511
### 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.2",
3+
"version": "1.1.3",
44
"description": "Devtools for Pacer.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/preact-pacer-devtools/CHANGELOG.md

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

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`df10ce6`](https://github.com/TanStack/pacer/commit/df10ce6a53513d43f3e9eeaaf2ca71e5cb1de2ca)]:
8+
- @tanstack/pacer-devtools@1.1.3
9+
310
## 0.5.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)