Skip to content

Commit 2f83b0d

Browse files
ci: release(version): Release 1.10.3 [skip ci]
## [1.10.3](v1.10.2...v1.10.3) (2024-03-07) ### ♻️ Chores * add unit tests for button ([5c5fb21](5c5fb21)) * add unit tests for button ([cf8c43f](cf8c43f)) * add unit tests for button ([a7f6af5](a7f6af5)) ### 🐛 Bug Fixes * add lg type for rounded ([d94d8d8](d94d8d8))
1 parent 5c5fb21 commit 2f83b0d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.10.3](https://github.com/deriv-com/ui/compare/v1.10.2...v1.10.3) (2024-03-07)
2+
3+
4+
### ♻️ Chores
5+
6+
* add unit tests for button ([5c5fb21](https://github.com/deriv-com/ui/commit/5c5fb21bd319be0f7e368889f8cc9baabc461e88))
7+
* add unit tests for button ([cf8c43f](https://github.com/deriv-com/ui/commit/cf8c43fffacae82734a456d02ec5c6c3f9f6dd95))
8+
* add unit tests for button ([a7f6af5](https://github.com/deriv-com/ui/commit/a7f6af58f4463a7df5ccdbc45ff2100c82de65f0))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* add lg type for rounded ([d94d8d8](https://github.com/deriv-com/ui/commit/d94d8d8873cf7a1e6cde2895ef77cf93868103a3))
14+
115
## [1.10.2](https://github.com/deriv-com/ui/compare/v1.10.1...v1.10.2) (2024-03-06)
216

317

Diff for: package-lock.json

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

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

0 commit comments

Comments
 (0)