Skip to content

Commit 517d5d0

Browse files
ci: release(version): Release 1.1.5 [skip ci]
## [1.1.5](v1.1.4...v1.1.5) (2024-02-01) ### ♻️ Chores * improve storybook for passwordinput ([3a35240](3a35240)) ### 🐛 Bug Fixes * change some of the types inside of PasswordInput ([c3726d9](c3726d9))
1 parent a1c5da3 commit 517d5d0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.1.5](https://github.com/deriv-com/ui/compare/v1.1.4...v1.1.5) (2024-02-01)
2+
3+
4+
### ♻️ Chores
5+
6+
* improve storybook for passwordinput ([3a35240](https://github.com/deriv-com/ui/commit/3a35240bdbfee869c16f3196c6d7f00b0d84ba7a))
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* change some of the types inside of PasswordInput ([c3726d9](https://github.com/deriv-com/ui/commit/c3726d958956fa31c00c4dd86d4f8198a026b966))
12+
113
## [1.1.4](https://github.com/deriv-com/ui/compare/v1.1.3...v1.1.4) (2024-02-01)
214

315

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@deriv-com/ui",
33
"private": false,
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"type": "module",
66
"main": "dist/main.js",
77
"files": [

0 commit comments

Comments
 (0)