Skip to content

Commit 5fc4295

Browse files
ci: Version Packages
1 parent 7114ecd commit 5fc4295

41 files changed

Lines changed: 153 additions & 66 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/smart-checkbox-controlled.md

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

examples/angular/a11y-devtools/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-a11y-devtools
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/devtools-a11y@0.1.6
9+
- @tanstack/angular-devtools@0.0.7
10+
311
## 0.0.5
412

513
### Patch Changes

examples/angular/a11y-devtools/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-a11y-devtools",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
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.6",
21-
"@tanstack/devtools-a11y": "^0.1.5",
20+
"@tanstack/angular-devtools": "^0.0.7",
21+
"@tanstack/devtools-a11y": "^0.1.6",
2222
"@tanstack/devtools-event-client": "0.4.4",
2323
"rxjs": "~7.8.0",
2424
"tslib": "^2.3.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/angular-devtools@0.0.7
9+
310
## 0.0.5
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.5",
3+
"version": "0.0.6",
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.6",
20+
"@tanstack/angular-devtools": "^0.0.7",
2121
"@tanstack/devtools-event-client": "0.4.4",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/devtools@0.12.5
9+
- @tanstack/angular-devtools@0.0.7
10+
311
## 0.0.6
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.6",
3+
"version": "0.0.7",
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.6",
21-
"@tanstack/devtools": "^0.12.4",
20+
"@tanstack/angular-devtools": "^0.0.7",
21+
"@tanstack/devtools": "^0.12.5",
2222
"@tanstack/devtools-event-client": "0.4.4",
2323
"@tanstack/devtools-utils": "^0.6.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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/angular-devtools@0.0.7
9+
310
## 0.0.5
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.5",
3+
"version": "0.0.6",
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.6",
20+
"@tanstack/angular-devtools": "^0.0.7",
2121
"@tanstack/devtools-event-client": "0.4.4",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0"

examples/preact/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@preact/preset-vite": "^2.10.3",
20-
"@tanstack/devtools-ui": "0.5.3",
20+
"@tanstack/devtools-ui": "0.5.4",
2121
"@tanstack/devtools-vite": "0.8.0",
2222
"sonda": "0.9.0",
2323
"vite": "^8.0.0",

0 commit comments

Comments
 (0)