Skip to content

Commit fdcd124

Browse files
github-actions[bot]H4ad
authored andcommitted
chore(main): release 0.0.6
1 parent b00cd70 commit fdcd124

File tree

5 files changed

+32
-4
lines changed

5 files changed

+32
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.5"
2+
".": "0.0.6"
33
}

CHANGELOG.md

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

3+
## [0.0.6](https://github.com/SigNoz/components/compare/v0.0.5...v0.0.6) (2026-03-24)
4+
5+
6+
### Features
7+
8+
* **css-modules:** migrate date picker ([3e8ba9a](https://github.com/SigNoz/components/commit/3e8ba9a8c5a22600de6a1d880e582dde54b3a561))
9+
* **css-modules:** migrate dropdown menu ([662b7f8](https://github.com/SigNoz/components/commit/662b7f81972ecb4ef7b6d39862750c0cd145b298))
10+
* **css-modules:** migrate pin list ([f5aee77](https://github.com/SigNoz/components/commit/f5aee77fd3f8dfbd7651949c8e0ef78a8060e11c))
11+
* **css-modules:** migrate popover ([5cd4458](https://github.com/SigNoz/components/commit/5cd44586bc846190bdbb7d0513a07981381b3323))
12+
* **css-modules:** migrate tabs ([bd20778](https://github.com/SigNoz/components/commit/bd20778d293d990a12f1a2c047e9d824ecd3e1dd))
13+
* **css-modules:** migrate tooltip ([4f79174](https://github.com/SigNoz/components/commit/4f791745e13e42c18f34c85d4db2ff3dbbe11c3f))
14+
* **deps:** remove unused deps & remove tailwind ([7295323](https://github.com/SigNoz/components/commit/7295323af7831cc36fb38c0217d178d3dbd3ddbf))
15+
16+
17+
### Bug Fixes
18+
19+
* **combobox:** use popover component & support popover inside popover ([ba38938](https://github.com/SigNoz/components/commit/ba389384b9333ccf7fafcb17fc1c8eefaec840db))
20+
* **data-table-stories:** remove story that causes build to fail from time to time ([37a0d01](https://github.com/SigNoz/components/commit/37a0d012439d7810c893fd4ff2e4af56e310eda0))
21+
* **data-table:** remove margin on search icon ([d08a864](https://github.com/SigNoz/components/commit/d08a86451206b44fa4302bdfcfa3f19361cb31b4))
22+
* **input:** allow more customization via css variables ([8d9126d](https://github.com/SigNoz/components/commit/8d9126d4e58e4409c882f3c6fb1974860d214dc4))
23+
* **signozhq-icons:** use updated lib & remove lucide ([b00cd70](https://github.com/SigNoz/components/commit/b00cd700184f77fe67c877dd2467018edefff3c8))
24+
* **tooltip:** explicit exports ([9ad148a](https://github.com/SigNoz/components/commit/9ad148abe90c6931d83cac0d5b831d3f0007c882))
25+
26+
27+
### Documentation
28+
29+
* **readme:** add missing components ([d6b9c1b](https://github.com/SigNoz/components/commit/d6b9c1b3a3cb75294b4c407f12bf70c433eed52b))
30+
331
## [0.0.5](https://github.com/SigNoz/components/compare/v0.0.4...v0.0.5) (2026-03-18)
432

533

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@
125125
}
126126
}
127127
},
128-
"version": "0.0.5"
128+
"version": "0.0.6"
129129
}

packages/tailwind-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signozhq/tailwind-config",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "MIT",
55
"type": "module",
66
"files": [

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signozhq/ui",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)