Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cowprotocol/cowswap into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
shoom3301 committed Oct 18, 2023
2 parents 250da7a + 1717cf9 commit b61920a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.48.3](https://github.com/cowprotocol/cowswap/compare/v1.48.2...v1.48.3) (2023-10-18)


### Bug Fixes

* display trade menu item badge ([#3236](https://github.com/cowprotocol/cowswap/issues/3236)) ([9d54b0a](https://github.com/cowprotocol/cowswap/commit/9d54b0acc8fd1af409776d005a2858647db817c6))

## [1.48.2](https://github.com/cowprotocol/cowswap/compare/v1.48.1...v1.48.2) (2023-10-17)


### Bug Fixes

* **swap:** don't reset swap form on recipient ens input ([#3234](https://github.com/cowprotocol/cowswap/issues/3234)) ([9c1f2f1](https://github.com/cowprotocol/cowswap/commit/9c1f2f1b13597a4af5600c1c915bd59ecf14f578))

## [1.48.1](https://github.com/cowprotocol/cowswap/compare/v1.48.0...v1.48.1) (2023-10-17)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const MenuItem = ({
<styledEl.MenuItem isActive={isActive}>
<styledEl.Link to={routePath}>
<Trans>{item.label}</Trans>
{item.featureGuard && badgeText && (
{badgeText && (
<styledEl.Badge type={badgeType}>
<Trans>{badgeText}</Trans>
</styledEl.Badge>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cowswap",
"version": "1.48.1",
"version": "1.48.3",
"description": "CoW Swap",
"main": "index.js",
"author": "",
Expand Down

0 comments on commit b61920a

Please sign in to comment.