Skip to content

Commit 3639ccf

Browse files
ci: Version Packages (#429)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 015b733 commit 3639ccf

34 files changed

Lines changed: 116 additions & 51 deletions

File tree

.changeset/wild-papayas-judge.md

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

examples/angular/a11y-devtools/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/angular-devtools@0.0.3
9+
310
## 0.0.1
411

512
### Patch Changes

examples/angular/a11y-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-example-angular-a11y-devtools",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -17,7 +17,7 @@
1717
"@angular/forms": "^21.2.0",
1818
"@angular/platform-browser": "^21.2.0",
1919
"@angular/router": "^21.2.0",
20-
"@tanstack/angular-devtools": "^0.0.2",
20+
"@tanstack/angular-devtools": "^0.0.3",
2121
"@tanstack/devtools-a11y": "^0.1.2",
2222
"@tanstack/devtools-event-client": "0.4.3",
2323
"rxjs": "~7.8.0",

examples/angular/basic/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/angular-devtools@0.0.3
9+
310
## 0.0.1
411

512
### Patch Changes

examples/angular/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-example-angular-basic",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -17,7 +17,7 @@
1717
"@angular/forms": "^21.2.0",
1818
"@angular/platform-browser": "^21.2.0",
1919
"@angular/router": "^21.2.0",
20-
"@tanstack/angular-devtools": "^0.0.2",
20+
"@tanstack/angular-devtools": "^0.0.3",
2121
"@tanstack/devtools-event-client": "0.4.3",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0"

examples/angular/panel/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5ac65f8`](https://github.com/TanStack/devtools/commit/5ac65f80592c00c5d11605d86cef0576ea35db75)]:
8+
- @tanstack/devtools@0.12.1
9+
- @tanstack/angular-devtools@0.0.3
10+
311
## 0.0.1
412

513
### Patch Changes

examples/angular/panel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-example-angular-panel",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -17,8 +17,8 @@
1717
"@angular/forms": "^21.2.0",
1818
"@angular/platform-browser": "^21.2.0",
1919
"@angular/router": "^21.2.0",
20-
"@tanstack/angular-devtools": "^0.0.2",
21-
"@tanstack/devtools": "^0.12.0",
20+
"@tanstack/angular-devtools": "^0.0.3",
21+
"@tanstack/devtools": "^0.12.1",
2222
"@tanstack/devtools-event-client": "0.4.3",
2323
"@tanstack/devtools-utils": "^0.4.0",
2424
"rxjs": "~7.8.0",

examples/angular/with-devtools/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/angular-devtools@0.0.3
9+
310
## 0.0.1
411

512
### Patch Changes

examples/angular/with-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/devtools-example-angular-with-devtools",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -17,7 +17,7 @@
1717
"@angular/forms": "^21.2.0",
1818
"@angular/platform-browser": "^21.2.0",
1919
"@angular/router": "^21.2.0",
20-
"@tanstack/angular-devtools": "^0.0.2",
20+
"@tanstack/angular-devtools": "^0.0.3",
2121
"@tanstack/devtools-event-client": "0.4.3",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0"

examples/react/a11y-devtools/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-a11y": "^0.1.2",
13-
"@tanstack/react-devtools": "^0.10.3",
13+
"@tanstack/react-devtools": "^0.10.4",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0"
1616
},

0 commit comments

Comments
 (0)