Skip to content

Commit

Permalink
build(blade): update version (#2477)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rzpcibot and github-actions[bot] authored Jan 15, 2025
1 parent 7025932 commit cd50318
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
14 changes: 0 additions & 14 deletions .changeset/tidy-lies-confess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-cameras-knock.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/blade/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @razorpay/blade

## 12.2.0

### Minor Changes

- a9e46afb: feat(ActionList): add Virtualization in ActionList

```jsx
<ActionList isVirtualized></ActionList>
```

> [!NOTE]
>
> Current version only supports virtulization of fixed height list where items do not have descriptions. We'll be adding support for dynamic height lists in future versions
### Patch Changes

- 70259329: feat(blade): add dateformat and placeholder prop for datepicker input
fix(blade): Removed the chevron icon when the picker prop is used.

## 12.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blade/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@razorpay/blade",
"description": "The Design System that powers Razorpay",
"version": "12.1.1",
"version": "12.2.0",
"license": "MIT",
"engines": {
"node": ">=18.12.1"
Expand Down

0 comments on commit cd50318

Please sign in to comment.