Skip to content

Commit

Permalink
release: v8.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 3, 2024
1 parent 3ae414c commit 3379a47
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion examples/angular/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@angular/router": "^17.3.9",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/column-pinning-sticky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/column-visibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/forms": "^17.3.9",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/grouping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/row-selection-signal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/signal-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"@faker-js/faker": "^8.4.1",
"@tanstack/angular-table": "^8.18.1",
"@tanstack/angular-table": "^8.19.0",
"rxjs": "~7.8.1",
"zone.js": "~0.14.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-table",
"version": "8.18.1",
"version": "8.19.0",
"description": "Headless UI for building powerful tables & datagrids for Angular.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3379a47

Please sign in to comment.