Skip to content

Commit bad6088

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

File tree

13 files changed

+37
-20
lines changed

13 files changed

+37
-20
lines changed

.changeset/shaggy-kiwis-walk.md

Lines changed: 0 additions & 7 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.7.0",
18-
"@tanstack/react-pacer-devtools": "0.3.0",
18+
"@tanstack/react-pacer-devtools": "0.3.1",
1919
"@types/react": "^19.1.15",
2020
"@types/react-dom": "^19.1.9",
2121
"@vitejs/plugin-react": "^5.0.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.7.0",
19-
"@tanstack/react-pacer-devtools": "0.3.0",
19+
"@tanstack/react-pacer-devtools": "0.3.1",
2020
"@types/react": "^19.1.15",
2121
"@types/react-dom": "^19.1.9",
2222
"@vitejs/plugin-react": "^5.0.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.7.0",
18-
"@tanstack/react-pacer-devtools": "0.3.0",
18+
"@tanstack/react-pacer-devtools": "0.3.1",
1919
"@types/react": "^19.1.15",
2020
"@types/react-dom": "^19.1.9",
2121
"@vitejs/plugin-react": "^5.0.4",

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.0",
1313
"@tanstack/solid-pacer": "^0.14.4",
14-
"@tanstack/solid-pacer-devtools": "0.3.0",
14+
"@tanstack/solid-pacer-devtools": "0.3.1",
1515
"solid-js": "^1.9.9"
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.0",
1313
"@tanstack/solid-pacer": "^0.14.4",
14-
"@tanstack/solid-pacer-devtools": "0.3.0",
14+
"@tanstack/solid-pacer-devtools": "0.3.1",
1515
"solid-js": "^1.9.9"
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+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- update pacer devtools to use devtools-utils to avoid common issues in user projects ([#80](https://github.com/TanStack/pacer/pull/80))
8+
39
## 0.3.0
410

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

packages/react-pacer-devtools/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- update pacer devtools to use devtools-utils to avoid common issues in user projects ([#80](https://github.com/TanStack/pacer/pull/80))
8+
9+
- Updated dependencies [[`4dfd562`](https://github.com/TanStack/pacer/commit/4dfd5628da366d82fc0264ba9d98c02c30a2508d)]:
10+
- @tanstack/pacer-devtools@0.3.1
11+
312
## 0.3.0
413

514
### Minor Changes

packages/react-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/react-pacer-devtools",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "React adapter for devtools for Pacer.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)