Skip to content

Commit

Permalink
build(blade): update version (#2487)
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 21, 2025
1 parent 455e965 commit c0c464d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 20 deletions.
9 changes: 0 additions & 9 deletions .changeset/modern-geckos-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-apples-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-apes-roll.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

## 12.4.0

### Minor Changes

- 964ee14c: feat: ability to align individual table column items

### Patch Changes

- 455e9651: fix(FileUpload): fileupload on remove clashes with onchage

> [!NOTE]
>
> Previously, onChange did not provide an updated value when a file was removed. Now, when a file is removed from FileUpload, onChange will return the updated value.
- a87a200b: chore(blade): add data attributes in TabNav & Table components

## 12.3.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.3.1",
"version": "12.4.0",
"license": "MIT",
"engines": {
"node": ">=18.12.1"
Expand Down

0 comments on commit c0c464d

Please sign in to comment.