Skip to content

Commit ab4c127

Browse files
ci: release(version): Release 1.1.7 [skip ci]
## [1.1.7](v1.1.6...v1.1.7) (2024-02-02) ### ♻️ Chores * adding storybook to input component ([11b0228](11b0228)) ### 🐛 Bug Fixes * added style type back inside of input component ([fd763aa](fd763aa)) * stylings for helper message and input variants ([dd8f65e](dd8f65e))
1 parent f757f4e commit ab4c127

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.1.7](https://github.com/deriv-com/ui/compare/v1.1.6...v1.1.7) (2024-02-02)
2+
3+
4+
### ♻️ Chores
5+
6+
* adding storybook to input component ([11b0228](https://github.com/deriv-com/ui/commit/11b0228571db1e1d8f447fd61f0a51e618396f7d))
7+
8+
9+
### 🐛 Bug Fixes
10+
11+
* added style type back inside of input component ([fd763aa](https://github.com/deriv-com/ui/commit/fd763aa85acf958a9ae76e699d791398eda016bf))
12+
* stylings for helper message and input variants ([dd8f65e](https://github.com/deriv-com/ui/commit/dd8f65eb1a145a74030db72df10e7a822492786c))
13+
114
## [1.1.6](https://github.com/deriv-com/ui/compare/v1.1.5...v1.1.6) (2024-02-02)
215

316

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

0 commit comments

Comments
 (0)