Skip to content

Commit 8c8fc23

Browse files
committed
build: publish 0.28.0
1 parent 24a77fb commit 8c8fc23

10 files changed

Lines changed: 20 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.28.0](https://github.com/koobiq/react-components/compare/0.27.1...0.28.0) (2026-03-10)
4+
5+
6+
### 🚀 Features
7+
8+
* **Button:** enable RouterProvider navigation for link buttons (DS-4659) ([#281](https://github.com/koobiq/react-components/issues/281)) ([3a09bee](https://github.com/koobiq/react-components/commit/3a09bee24039f4bb5de0374f771ac0512baf023e))
9+
* **components:** add `Tree` component (DS-4661) ([#280](https://github.com/koobiq/react-components/issues/280)) ([a497fae](https://github.com/koobiq/react-components/commit/a497fae86f8a94b45206f8bd9e66d3e77fb0974a))
10+
* **DatePicker:** add `triggerButton` slot (DS-4767) ([#285](https://github.com/koobiq/react-components/issues/285)) ([24a77fb](https://github.com/koobiq/react-components/commit/24a77fb5816bab9be21bc346d21088bb9bce6ad4))
11+
* **Table:** add `hideSelectAll` prop (DS-4773) ([#284](https://github.com/koobiq/react-components/issues/284)) ([64b0723](https://github.com/koobiq/react-components/commit/64b072389a7bd86311ef214e38b4203e27cef978))
12+
* **Table:** allow custom hover icon for unsorted sortable columns (DS-4323) ([#283](https://github.com/koobiq/react-components/issues/283)) ([c85e0bf](https://github.com/koobiq/react-components/commit/c85e0bff90ed761caceb3647c902032f5bc3b787))
13+
314
## [0.27.1](https://github.com/koobiq/react-components/compare/0.27.0...0.27.1) (2026-02-26)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koobiq-react",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"description": "",
55
"private": true,
66
"workspaces": ["packages/*", "templates/*"],

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koobiq/react-components",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"license": "MIT",
55
"scripts": {
66
"clean": "rimraf dist && rimraf node_modules && rimraf .turbo",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koobiq/react-core",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"license": "MIT",
55
"scripts": {
66
"clean": "rimraf dist && rimraf node_modules && rimraf .turbo",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koobiq/react-icons",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"description": "A collection of icons",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koobiq/logger",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"description": "A client logger",
55
"license": "MIT",
66
"main": "dist/index.js",

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@koobiq/react-primitives",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"license": "MIT",
55
"scripts": {
66
"clean": "rimraf dist && rimraf node_modules && rimraf .turbo",

templates/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cna-template",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"description": "Create a Next.js application with Koobiq React",
55
"private": true,
66
"repository": {

templates/nextjs/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-app",
3-
"version": "0.27.1",
3+
"version": "0.28.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

templates/vite/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-app",
33
"private": true,
4-
"version": "0.27.1",
4+
"version": "0.28.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)