@tanstack/angular-table 9.0.0-beta.23 → 9.0.0-beta.27

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.
package/README.md CHANGED
@@ -39,6 +39,7 @@
39
39
  > - [Solid Table](https://tanstack.com/table/alpha/docs/framework/solid/solid-table)
40
40
  > - [Svelte Table](https://tanstack.com/table/alpha/docs/framework/svelte/svelte-table)
41
41
  > - [Vue Table](https://tanstack.com/table/alpha/docs/framework/vue/vue-table)
42
+ > - [Alpine Table](https://tanstack.com/table/alpha/docs/framework/alpine/alpine-table)
42
43
 
43
44
  A headless table library for building powerful datagrids with full control over markup, styles, and behavior.
44
45
 
package/dist/README.md CHANGED
@@ -39,6 +39,7 @@
39
39
  > - [Solid Table](https://tanstack.com/table/alpha/docs/framework/solid/solid-table)
40
40
  > - [Svelte Table](https://tanstack.com/table/alpha/docs/framework/svelte/svelte-table)
41
41
  > - [Vue Table](https://tanstack.com/table/alpha/docs/framework/vue/vue-table)
42
+ > - [Alpine Table](https://tanstack.com/table/alpha/docs/framework/alpine/alpine-table)
42
43
 
43
44
  A headless table library for building powerful datagrids with full control over markup, styles, and behavior.
44
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/angular-table",
3
- "version": "9.0.0-beta.23",
3
+ "version": "9.0.0-beta.27",
4
4
  "description": "Headless UI for building powerful tables & datagrids for Angular.",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "dependencies": {
54
54
  "@tanstack/angular-store": "^0.11.0",
55
55
  "tslib": "^2.8.1",
56
- "@tanstack/table-core": "9.0.0-beta.23"
56
+ "@tanstack/table-core": "9.0.0-beta.27"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@analogjs/vite-plugin-angular": "^2.6.1",