File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- # Changelog for v0.0.23-beta (Beta)
1+ # Changelog for v0.0.23
22
3- > ** Beta Release** - This is a pre-release version from the staging branch for testing purposes .
3+ > ** Stable Release** - This version is production-ready and recommended for general use .
44
55## 🚀 Features
66
7+ - enhance Pagination with dynamic page size and update drawer border radius (#545 ) ([ 146ff72] ( ../../commit/146ff72 ) )
78- update SidebarDemo to use chatInput component ([ 118e5c6] ( ../../commit/118e5c6 ) )
89- add ChatInput component with utility functions and demo integration ([ 6772218] ( ../../commit/6772218 ) )
910
1516
1617## 🔧 Chores
1718
19+ - ** release** : v0.0.23-beta [ BETA] ([ dac2b97] ( ../../commit/dac2b97 ) )
1820- fixed chat-input component ([ 44b1450] ( ../../commit/44b1450 ) )
1921- ** release** : v0.0.22 [ STABLE] ([ 4fc03d7] ( ../../commit/4fc03d7 ) )
2022
2123---
2224
23- ** Release Date** : 2025-11-03
25+ ** Release Date** : 2025-11-04
2426** Commit Range** : v0.0.22..HEAD
25- ** Total Changes** : 7 commits
27+ ** Total Changes** : 9 commits
2628
27- ## Beta Installation
29+ ## Installation
2830
2931``` bash
30- npm install @juspay/blend-design-system@beta
31- # or specific beta version
32- npm install @juspay/blend-design-system@0.0.23-beta
32+ npm install @juspay/blend-design-system@latest
33+ # or specific version
34+ npm install @juspay/blend-design-system@0.0.23
3335```
34-
35- > ** Note** : Beta versions are for testing only. Use stable versions in production.
Original file line number Diff line number Diff line change 11{
22 "name" : " @juspay/blend-design-system" ,
33 "private" : false ,
4- "version" : " 0.0.23-beta " ,
4+ "version" : " 0.0.23" ,
55 "description" : " A comprehensive React component library and design system by Juspay" ,
66 "type" : " module" ,
77 "main" : " ./dist/main.js" ,
You can’t perform that action at this time.
0 commit comments