Skip to content

Commit

Permalink
ci: release(version): Release 1.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2024-02-09)

### ♻️ 	 Chores

* Exported Divider component ([7f6cca0](7f6cca0))

### 🐛 	 Bug Fixes

* improve checkbox component ([c193b31](c193b31))
* Improve the usability for Checkbox component ([4730346](4730346))
* update storybook based on changes made ([768dfa2](768dfa2))
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent 4730346 commit 5462574
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.3.2](https://github.com/deriv-com/ui/compare/v1.3.1...v1.3.2) (2024-02-09)


### ♻️ Chores

* Exported Divider component ([7f6cca0](https://github.com/deriv-com/ui/commit/7f6cca054711055fc06310871e68f00ebeef7781))


### 🐛 Bug Fixes

* improve checkbox component ([c193b31](https://github.com/deriv-com/ui/commit/c193b313274e6885b7cb723f2013f11a7c99ef4a))
* Improve the usability for Checkbox component ([4730346](https://github.com/deriv-com/ui/commit/4730346fab67e323d4e273122ddea9161ff3dda2))
* update storybook based on changes made ([768dfa2](https://github.com/deriv-com/ui/commit/768dfa2c66ea1a0b6799f3e87ce5458b77b4c7d9))

## [1.3.1](https://github.com/deriv-com/ui/compare/v1.3.0...v1.3.1) (2024-02-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@deriv-com/ui",
"private": false,
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"main": "dist/main.js",
"files": [
Expand Down

0 comments on commit 5462574

Please sign in to comment.