Skip to content

Commit 23f5dda

Browse files
chore(release): v0.0.21 [STABLE]
- Convert to stable version 0.0.21 - Update changelog - Create stable release [skip ci]
1 parent 498f675 commit 23f5dda

File tree

2 files changed

+15
-20
lines changed

2 files changed

+15
-20
lines changed

docs/CHANGELOG.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,41 @@
1-
# Changelog for v0.0.21-beta (Beta)
1+
# Changelog for v0.0.21
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+
- add Upload component and integrate with context and demo (#485) ([498f675](../../commit/498f675))
8+
- enhance DataTable to handle empty values with hyphen display (#508) ([f715208](../../commit/f715208))
9+
- added the wrapping funcationality in key value pair component (#499) ([b99b825](../../commit/b99b825))
10+
- added stepper component with theme provider (#369) ([b173f64](../../commit/b173f64))
711
- added data ids for input fields (#486) ([6fc3fe4](../../commit/6fc3fe4))
8-
- add isFirstRow prop to TableCell and update styling for first row (#472) ([28776fe](../../commit/28776fe))
912

1013
## 🐛 Bug Fixes
1114

1215
- adjust padding and remove minWidth from Snackbar (#503) ([68ee0e0](../../commit/68ee0e0))
1316
- remove duplicate props from button (#502) ([17a6d1b](../../commit/17a6d1b))
1417

15-
## ♻️ Code Refactoring
16-
17-
- simplify VirtualList and Select components (#465) ([d799803](../../commit/d799803))
18-
1918
## 🔧 Chores
2019

20+
- Dev to staging (#512) ([c206933](../../commit/c206933))
21+
- **release**: v0.0.21-beta [BETA] ([219d2e8](../../commit/219d2e8))
2122
- Fix/workflows (#494) ([a4f5464](../../commit/a4f5464))
2223
- Feat/code block (#495) ([28a3a16](../../commit/28a3a16))
2324
- Update table and sidebar component (#487) ([0ef03f3](../../commit/0ef03f3))
2425
- fixed minor naming issue in menu documentation (#493) ([747363c](../../commit/747363c))
2526
- 481 data ids for tag tabs (#483) ([0a54be9](../../commit/0a54be9))
2627
- **release**: v0.0.20 [STABLE] ([0aad2e4](../../commit/0aad2e4))
27-
- Dev to Staging (#474) ([10c4da9](../../commit/10c4da9))
28-
- Token revamp (#392) ([7b77a25](../../commit/7b77a25))
29-
- Bug fix/chart ticks (#467) ([92a3ecb](../../commit/92a3ecb))
30-
- **release**: v0.0.20-beta [BETA] ([b9b376d](../../commit/b9b376d))
3128

3229
---
3330

34-
**Release Date**: 2025-10-23
35-
**Commit Range**: v0.0.20-beta..HEAD
31+
**Release Date**: 2025-10-25
32+
**Commit Range**: v0.0.20..HEAD
3633
**Total Changes**: 15 commits
3734

38-
## Beta Installation
35+
## Installation
3936

4037
```bash
41-
npm install @juspay/blend-design-system@beta
42-
# or specific beta version
43-
npm install @juspay/blend-design-system@0.0.21-beta
38+
npm install @juspay/blend-design-system@latest
39+
# or specific version
40+
npm install @juspay/blend-design-system@0.0.21
4441
```
45-
46-
> **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.21-beta",
4+
"version": "0.0.21",
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)