@tanstack/angular-table 9.0.0-alpha.27 → 9.0.0-alpha.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/README.md +1 -1
  2. package/package.json +2 -2
package/dist/README.md CHANGED
@@ -114,4 +114,4 @@ We're looking for TanStack Table Partners to join our mission! Partner with us t
114
114
 
115
115
  … and more at <a href="https://tanstack.com"><b>TanStack.com »</b></a>
116
116
 
117
- <!-- USE THE FORCE, LUKE -->
117
+ <!-- USE THE FORCE LUKE -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/angular-table",
3
- "version": "9.0.0-alpha.27",
3
+ "version": "9.0.0-alpha.30",
4
4
  "description": "Headless UI for building powerful tables & datagrids for Angular.",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@tanstack/angular-store": "^0.9.3",
44
44
  "tslib": "^2.8.1",
45
- "@tanstack/table-core": "9.0.0-alpha.27"
45
+ "@tanstack/table-core": "9.0.0-alpha.30"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@analogjs/vite-plugin-angular": "^2.4.2",