Skip to content

Commit 4c596b6

Browse files
authored
chore(main): release devui 1.0.0 (#162)
1 parent b827e4f commit 4c596b6

4 files changed

Lines changed: 35 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"/": "0.1.0"
2+
"/": "0.1.0",
3+
".": "1.0.0"
34
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-10-03)
4+
5+
6+
### Features
7+
8+
* Add About Us page, dark theme, and main page navigation ([#14](https://github.com/fahimahammed/DevUI/issues/14)) ([#31](https://github.com/fahimahammed/DevUI/issues/31)) ([f90fdb2](https://github.com/fahimahammed/DevUI/commit/f90fdb2724cfcab723ad6ef7db99682a68dc3a2b))
9+
* add cursor pointer to clickable elements ([#34](https://github.com/fahimahammed/DevUI/issues/34)) ([c1c39c9](https://github.com/fahimahammed/DevUI/commit/c1c39c9612d534cab51f4d2061d72642f2d9e78e))
10+
* add skeleton loading support to ComponentCard ([#134](https://github.com/fahimahammed/DevUI/issues/134)) ([d9a0a54](https://github.com/fahimahammed/DevUI/commit/d9a0a54ac78cf1481e0b24f79657dc9a7994a3e7))
11+
* add templates feature request, but report, documentation update and pull request template ([#127](https://github.com/fahimahammed/DevUI/issues/127)) ([1a1fa84](https://github.com/fahimahammed/DevUI/commit/1a1fa84def19f5028a4cace4242a2c2f84c9edf3))
12+
* Add Versatile File Upload Component with Drag-and-Drop & Progress ([#147](https://github.com/fahimahammed/DevUI/issues/147)) ([eec173d](https://github.com/fahimahammed/DevUI/commit/eec173d7acbaf1644e01e221b7c0498b8a373e96))
13+
* **chat:** add ChatBox component and update components.tsx ([#78](https://github.com/fahimahammed/DevUI/issues/78)) ([5232da5](https://github.com/fahimahammed/DevUI/commit/5232da5761bc17df2efeb1d58c3b7d1b8d609ba6))
14+
* Feature/tooltip and fab components ([#144](https://github.com/fahimahammed/DevUI/issues/144)) ([08ab221](https://github.com/fahimahammed/DevUI/commit/08ab221118b8c6bcaa736f0eb5073758a047c28d))
15+
* integrate ThemeColorPicker across app with enhanced UI animations ([#66](https://github.com/fahimahammed/DevUI/issues/66)) ([19008f5](https://github.com/fahimahammed/DevUI/commit/19008f5a96bdc8c57c4c0b305b80e90b13efe483))
16+
* NEW COMPONENT ([#143](https://github.com/fahimahammed/DevUI/issues/143)) ([42ee402](https://github.com/fahimahammed/DevUI/commit/42ee4026e1cd9a54188e975674bf8b1d5b75f7eb))
17+
* **search:** debounced search, title highlight, dynamic category counts; remove native clear icon ([#126](https://github.com/fahimahammed/DevUI/issues/126)) ([fa50ed5](https://github.com/fahimahammed/DevUI/commit/fa50ed556099cd9b10932a9fa728e491312661d8))
18+
* **toast:** add Toast component with demo and integrate Toaster in the UI ([#82](https://github.com/fahimahammed/DevUI/issues/82)) ([c1025ad](https://github.com/fahimahammed/DevUI/commit/c1025ad274aeb05118dbbd9bab3c77002b0cb222))
19+
* **ui:** add Button loading state, enhance Card hover, and add glow utility ([#65](https://github.com/fahimahammed/DevUI/issues/65)) ([b46a6ff](https://github.com/fahimahammed/DevUI/commit/b46a6ff2717400fc86c92ba06ad85f0ab7f7d053))
20+
21+
22+
### Bug Fixes
23+
24+
* Add Syntax Highlighting for Code Blocks [#6](https://github.com/fahimahammed/DevUI/issues/6) ([#61](https://github.com/fahimahammed/DevUI/issues/61)) ([16deed3](https://github.com/fahimahammed/DevUI/commit/16deed3a357765ea0a2d5a5bdbf154614070eb58))
25+
* conflict issue ([67e6913](https://github.com/fahimahammed/DevUI/commit/67e6913db58b5ea2c51e72ba218e15afbc667762))
26+
* fix merge conflict issue ([cfea695](https://github.com/fahimahammed/DevUI/commit/cfea6956d0209c217d4349048d4393f746f6ecea))
27+
* **home:** resolve slider visibility issue on home page ([#56](https://github.com/fahimahammed/DevUI/issues/56)) ([#86](https://github.com/fahimahammed/DevUI/issues/86)) ([6d0aa07](https://github.com/fahimahammed/DevUI/commit/6d0aa07bb0503d2916215d415a2ccf2ce727061b))
28+
* merge conflict ([4990ee9](https://github.com/fahimahammed/DevUI/commit/4990ee91c9a86ab5a153e5c17c283093bef921c6))
29+
* merge conflict fix ([a7cccc3](https://github.com/fahimahammed/DevUI/commit/a7cccc3a31bcd9589bd315abf84223ff6af85cc0))
30+
* sync code with prod ([#142](https://github.com/fahimahammed/DevUI/issues/142)) ([9aa0849](https://github.com/fahimahammed/DevUI/commit/9aa0849e463740a458080dbc96c220568335c6ec))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)