Skip to content

Commit 4fc03d7

Browse files
12-aryangithub-actions[bot]
authored andcommitted
chore(release): v0.0.22 [STABLE]
- Convert to stable version 0.0.22 - Update changelog - Create stable release [skip ci]
1 parent 7285e76 commit 4fc03d7

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

docs/CHANGELOG.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,41 @@
1-
# Changelog for v0.0.22-beta (Beta)
1+
# Changelog for v0.0.22
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+
- data ids (#488) ([417206a](../../commit/417206a))
8+
- added controlled and uncontrolled state for sidebar component (#527) ([2c67d8f](../../commit/2c67d8f))
79
- added the initial version of workflow canvas component (#510) ([e40e7b2](../../commit/e40e7b2))
810
- added the height and minHeight prop to the card component (#518) ([4299564](../../commit/4299564))
9-
- add Upload component and integrate with context and demo (#485) ([498f675](../../commit/498f675))
10-
- enhance DataTable to handle empty values with hyphen display (#508) ([f715208](../../commit/f715208))
11-
- added the wrapping funcationality in key value pair component (#499) ([b99b825](../../commit/b99b825))
12-
- added stepper component with theme provider (#369) ([b173f64](../../commit/b173f64))
1311

1412
## 🐛 Bug Fixes
1513

1614
- **sidebar**: prevent tokens prop forwarding to DOM to remove React unknown prop warnings (#509) ([060e6fd](../../commit/060e6fd))
1715

16+
## ♻️ Code Refactoring
17+
18+
- enhance sorting and pagination functionality (#532) ([7285e76](../../commit/7285e76))
19+
1820
## 🔧 Chores
1921

22+
- Bug fix/UI inconsistencies (#535) ([7b840a7](../../commit/7b840a7))
23+
- removed className prop from accordion ], Card and progressbar … (#456) ([f3ac75c](../../commit/f3ac75c))
24+
- **release**: v0.0.22-beta [BETA] ([9e73ebc](../../commit/9e73ebc))
2025
- Add Data-ids calendar table sidebar and update component(card, table, calendar) (#519) ([5036d11](../../commit/5036d11))
2126
- Firebase credential rotation (#520) ([e95fca7](../../commit/e95fca7))
2227
- **release**: v0.0.21 [STABLE] ([23f5dda](../../commit/23f5dda))
23-
- Dev to staging (#512) ([c206933](../../commit/c206933))
24-
- **release**: v0.0.21-beta [BETA] ([219d2e8](../../commit/219d2e8))
2528

2629
---
2730

28-
**Release Date**: 2025-10-29
29-
**Commit Range**: v0.0.21-beta..HEAD
31+
**Release Date**: 2025-10-31
32+
**Commit Range**: v0.0.21..HEAD
3033
**Total Changes**: 12 commits
3134

32-
## Beta Installation
35+
## Installation
3336

3437
```bash
35-
npm install @juspay/blend-design-system@beta
36-
# or specific beta version
37-
npm install @juspay/blend-design-system@0.0.22-beta
38+
npm install @juspay/blend-design-system@latest
39+
# or specific version
40+
npm install @juspay/blend-design-system@0.0.22
3841
```
39-
40-
> **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.22-beta",
4+
"version": "0.0.22",
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)