Skip to content

Commit

Permalink
build(blade): update version (#2116)
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 Apr 4, 2024
1 parent 93637de commit ae80293
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .changeset/bright-berries-sort.md

This file was deleted.

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

## 11.11.0

### Minor Changes

- 8c5231d4: feat: add large size in FileUpload component

#### Usage

```js
<FileUpload
size="large"
uploadType="single"
label="Upload GST certificate"
helpText="Upload .jpg, .jpeg, or .png file only"
accept="image/*"
/>
```

## 11.10.0

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

0 comments on commit ae80293

Please sign in to comment.