Skip to content

Commit

Permalink
ci: release(version): Release 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2024-02-19)

### ✨ 	 Features

* setup jest and rtl ([1304e73](1304e73))
* setup jest and rtl ([f2a92c5](f2a92c5))

### 🐛 	 Bug Fixes

* fixed EOF issues ([017efa5](017efa5))
* resolved pr conflicts ([570c097](570c097))
  • Loading branch information
semantic-release-bot committed Feb 19, 2024
1 parent 1304e73 commit d135aa1
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.8.0](https://github.com/deriv-com/ui/compare/v1.7.0...v1.8.0) (2024-02-19)


### ✨ Features

* setup jest and rtl ([1304e73](https://github.com/deriv-com/ui/commit/1304e73de6215729e7a43868088c2ee520ca78de))
* setup jest and rtl ([f2a92c5](https://github.com/deriv-com/ui/commit/f2a92c51aee493c6c4dec6bd8a86f4bd0a7bc8cd))


### 🐛 Bug Fixes

* fixed EOF issues ([017efa5](https://github.com/deriv-com/ui/commit/017efa5e2c3c39857057fa543e1af470d36b59b3))
* resolved pr conflicts ([570c097](https://github.com/deriv-com/ui/commit/570c09798339e7cf0a2bb2795e0520540c44170b))

# [1.7.0](https://github.com/deriv-com/ui/compare/v1.6.1...v1.7.0) (2024-02-16)


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

0 comments on commit d135aa1

Please sign in to comment.