Skip to content

Commit

Permalink
ci: release(version): Release 1.1.7 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent f757f4e commit ab4c127
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.1.7](https://github.com/deriv-com/ui/compare/v1.1.6...v1.1.7) (2024-02-02)


### ♻️ Chores

* adding storybook to input component ([11b0228](https://github.com/deriv-com/ui/commit/11b0228571db1e1d8f447fd61f0a51e618396f7d))


### 🐛 Bug Fixes

* added style type back inside of input component ([fd763aa](https://github.com/deriv-com/ui/commit/fd763aa85acf958a9ae76e699d791398eda016bf))
* stylings for helper message and input variants ([dd8f65e](https://github.com/deriv-com/ui/commit/dd8f65eb1a145a74030db72df10e7a822492786c))

## [1.1.6](https://github.com/deriv-com/ui/compare/v1.1.5...v1.1.6) (2024-02-02)


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.1.6",
"version": "1.1.7",
"type": "module",
"main": "dist/main.js",
"files": [
Expand Down

0 comments on commit ab4c127

Please sign in to comment.