Skip to content

Commit

Permalink
build(blade): update version (#2100)
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 Mar 28, 2024
1 parent 7226324 commit fdc6e30
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 43 deletions.
42 changes: 0 additions & 42 deletions .changeset/heavy-badgers-care.md

This file was deleted.

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

## 11.9.0

### Minor Changes

- 015e6828: feat: Redesign all `Input` components

> Note: No breaking changes to the existing API. The Input components will continue to work as before but with an updated design.
## Changes

### TextInput

- Redesigned UI
- Add `leadingIcon` prop
- ⚠️ Deprecate `icon` prop in favour of `leadingIcon` which will be removed in the next major version
- Add `trailingIcon` prop
- Add `trailingLinkButton` prop
- Add `size` prop

### TextArea

- Redesigned UI
- Add `size` prop

### PasswordInput

- Redesigned UI
- Adds `size` prop

### OTPInput

- Redesigned UI
- Add `size` prop

### SelectInput

- Redesigned UI
- Add `size` prop

### Autocomplete

- Redesigned UI
- Add `size` prop

### Radio

- Add `size` prop

### Checkbox

- Add `size` prop

## 11.8.2

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

0 comments on commit fdc6e30

Please sign in to comment.