Skip to content

Commit

Permalink
chore: release main (#4908)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Sep 18, 2024
1 parent 073ab51 commit 7503565
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/cowswap-frontend": "1.82.0",
"apps/cowswap-frontend": "1.83.0",
"apps/explorer": "2.34.0",
"libs/permit-utils": "0.3.1",
"libs/widget-lib": "0.14.1",
Expand Down
13 changes: 13 additions & 0 deletions apps/cowswap-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.83.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.82.0...cowswap-v1.83.0) (2024-09-18)


### Features

* **hook-store:** enhance items sorting ux ([#4893](https://github.com/cowprotocol/cowswap/issues/4893)) ([9d72b77](https://github.com/cowprotocol/cowswap/commit/9d72b77f35358e25510495eeb8903ba9a7c18558))


### Bug Fixes

* don't request network switching at page load ([#4903](https://github.com/cowprotocol/cowswap/issues/4903)) ([da375be](https://github.com/cowprotocol/cowswap/commit/da375be55f34bd35e5cf1152e0f3f5d0bcc92aa5))
* remove blocknative mempool checking ([#4902](https://github.com/cowprotocol/cowswap/issues/4902)) ([79fcfe4](https://github.com/cowprotocol/cowswap/commit/79fcfe41c84a272077e735382ffbbf313b01398c))

## [1.82.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.81.2...cowswap-v1.82.0) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion apps/cowswap-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/cowswap",
"version": "1.82.0",
"version": "1.83.0",
"description": "CoW Swap",
"main": "index.js",
"author": "",
Expand Down

0 comments on commit 7503565

Please sign in to comment.