Skip to content

Commit 4585d43

Browse files
ci: release(version): Release 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2024-02-01) ### ♻️ Chores * added Password Input field ([ae6ef49](ae6ef49)) * added password meter colors, width and colors ([13b9d33](13b9d33)) * added Storybook for password input component ([5025c17](5025c17)) * import PasswordInput inside of main.ts ([af8378b](af8378b)) * refactor PasswordMeter as a child component ([d6c382d](d6c382d)) ### 🐛 Bug Fixes * added helperMessage based on score ([8f43383](8f43383)) * added variants according to production ([12458ce](12458ce)) * added warning variant inside for helperMessage ([97da93d](97da93d)) * change css for input ([6fdaad7](6fdaad7)) * change types and added stylings to Input and PasswordInput ([35fea18](35fea18))
1 parent ab5b850 commit 4585d43

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.1.3](https://github.com/deriv-com/ui/compare/v1.1.2...v1.1.3) (2024-02-01)
2+
3+
4+
### ♻️ Chores
5+
6+
* added Password Input field ([ae6ef49](https://github.com/deriv-com/ui/commit/ae6ef49eb83b838576a9d44b211080d6c3131afd))
7+
* added password meter colors, width and colors ([13b9d33](https://github.com/deriv-com/ui/commit/13b9d337e9922acc5ea4ca70a76cdb35be7df5de))
8+
* added Storybook for password input component ([5025c17](https://github.com/deriv-com/ui/commit/5025c17f6898186c4b1a0bfbac3ef184d82405ba))
9+
* import PasswordInput inside of main.ts ([af8378b](https://github.com/deriv-com/ui/commit/af8378bb8e49cf98bc07bf5991f020fbf2ab089e))
10+
* refactor PasswordMeter as a child component ([d6c382d](https://github.com/deriv-com/ui/commit/d6c382d3b85b0bb32bec747a505bdecbcd3a897d))
11+
12+
13+
### 🐛 Bug Fixes
14+
15+
* added helperMessage based on score ([8f43383](https://github.com/deriv-com/ui/commit/8f433839daa08431e531e9f2a3c45b30a682aa45))
16+
* added variants according to production ([12458ce](https://github.com/deriv-com/ui/commit/12458ced635b2400640ea2c5f92146cfa7f20ce4))
17+
* added warning variant inside for helperMessage ([97da93d](https://github.com/deriv-com/ui/commit/97da93d93047c6de1e01ce33fd47474bac1470f2))
18+
* change css for input ([6fdaad7](https://github.com/deriv-com/ui/commit/6fdaad794b1717b83c8f9fe47f985e17faf60b5e))
19+
* change types and added stylings to Input and PasswordInput ([35fea18](https://github.com/deriv-com/ui/commit/35fea18ed934157083c5f48dd0c6710b8b423493))
20+
121
## [1.1.2](https://github.com/deriv-com/ui/compare/v1.1.1...v1.1.2) (2024-02-01)
222

323

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.2",
4+
"version": "1.1.3",
55
"type": "module",
66
"main": "dist/main.js",
77
"files": [

0 commit comments

Comments
 (0)