Skip to content

Commit 375c58f

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

50 files changed

Lines changed: 194 additions & 96 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/fresh-svelte-factories.md

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

.changeset/kind-tools-drag.md

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

.changeset/olive-experts-look.md

Lines changed: 0 additions & 7 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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/devtools-a11y@0.2.2
9+
- @tanstack/angular-devtools@0.0.11
10+
311
## 0.0.9
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.9",
3+
"version": "0.0.10",
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.10",
21-
"@tanstack/devtools-a11y": "^0.2.1",
20+
"@tanstack/angular-devtools": "^0.0.11",
21+
"@tanstack/devtools-a11y": "^0.2.2",
2222
"@tanstack/devtools-event-client": "0.5.0",
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/angular-devtools@0.0.11
9+
310
## 0.0.9
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.9",
3+
"version": "0.0.10",
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.10",
20+
"@tanstack/angular-devtools": "^0.0.11",
2121
"@tanstack/devtools-event-client": "0.5.0",
2222
"rxjs": "~7.8.0",
2323
"tslib": "^2.3.0"

examples/angular/panel/CHANGELOG.md

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

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f1584c7`](https://github.com/TanStack/devtools/commit/f1584c7db4df0a700448b482282fde3138079cc1), [`4ecd46e`](https://github.com/TanStack/devtools/commit/4ecd46e2f910fb41f6269927880a0e5c47baeecb)]:
8+
- @tanstack/devtools-utils@0.7.0
9+
- @tanstack/devtools@0.14.2
10+
- @tanstack/angular-devtools@0.0.11
11+
312
## 0.0.10
413

514
### Patch Changes

examples/angular/panel/package.json

Lines changed: 4 additions & 4 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.10",
3+
"version": "0.0.11",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -17,10 +17,10 @@
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.10",
21-
"@tanstack/devtools": "^0.14.1",
20+
"@tanstack/angular-devtools": "^0.0.11",
21+
"@tanstack/devtools": "^0.14.2",
2222
"@tanstack/devtools-event-client": "0.5.0",
23-
"@tanstack/devtools-utils": "^0.6.0",
23+
"@tanstack/devtools-utils": "^0.7.0",
2424
"rxjs": "~7.8.0",
2525
"tslib": "^2.3.0"
2626
},

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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/angular-devtools@0.0.11
9+
310
## 0.0.9
411

512
### Patch Changes

0 commit comments

Comments
 (0)