Skip to content

Commit bc36d5e

Browse files
12-aryangithub-actions[bot]
authored andcommitted
chore(release): v0.0.23 [STABLE]
- Convert to stable version 0.0.23 - Update changelog - Create stable release [skip ci]
1 parent 146ff72 commit bc36d5e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

@@ -15,21 +16,20 @@
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.

packages/blend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)