Skip to content

Commit

Permalink
build(blade): update version (#2478)
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 cefd0c4 commit 23ee078
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-bears-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-birds-destroy.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/tidy-lies-confess.md

This file was deleted.

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

## 11.40.0

### Minor Changes

- 583900a1: feat(blade): add ray icon
- 9817d1e4: fix(blade): Add backwards compat for React17 - fallback for useInsertionEffect
- dcbcc75a: 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
## 11.38.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": "11.39.0",
"version": "11.40.0",
"license": "MIT",
"engines": {
"node": ">=18.12.1"
Expand Down

0 comments on commit 23ee078

Please sign in to comment.