Skip to content

Commit

Permalink
chore(release): 1.6.0-dev.2
Browse files Browse the repository at this point in the history
# [1.6.0-dev.2](v1.6.0-dev.1...v1.6.0-dev.2) (2025-02-17)

### Features

* add server-side pagination support to tables ([a824afb](a824afb))
  • Loading branch information
semantic-release-bot committed Feb 17, 2025
1 parent a824afb commit d74ad12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@betfinio/components",
"version": "1.6.0-dev.1",
"version": "1.6.0-dev.2",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -31,7 +31,10 @@
},
"module": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"files": ["dist", "tailwind.config.js"],
"files": [
"dist",
"tailwind.config.js"
],
"scripts": {
"build": "rslib build",
"check": "biome check --write",
Expand Down

0 comments on commit d74ad12

Please sign in to comment.