Skip to content

Commit

Permalink
Merge pull request #4763 from cowprotocol/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
anxolin authored Aug 5, 2024
2 parents ee70bb0 + b6e4453 commit 344fbd2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/cowswap-frontend": "1.78.1",
"apps/cowswap-frontend": "1.78.2",
"apps/explorer": "2.33.0",
"libs/permit-utils": "0.3.1",
"libs/widget-lib": "0.13.2",
Expand All @@ -14,7 +14,7 @@
"libs/ens": "1.2.0",
"libs/events": "1.4.0",
"libs/snackbars": "1.1.0",
"libs/tokens": "1.6.0",
"libs/tokens": "1.6.1",
"libs/types": "1.1.0",
"libs/ui": "1.7.0",
"libs/wallet": "1.5.1",
Expand Down
7 changes: 7 additions & 0 deletions apps/cowswap-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.78.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.78.1...cowswap-v1.78.2) (2024-08-02)


### Bug Fixes

* fix race condition with unsuported tokens ([#4762](https://github.com/cowprotocol/cowswap/issues/4762)) ([ee70bb0](https://github.com/cowprotocol/cowswap/commit/ee70bb0b10e98621909d1811c4fece520ae5c6b3))

## [1.78.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.78.0...cowswap-v1.78.1) (2024-07-31)


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.78.1",
"version": "1.78.2",
"description": "CoW Swap",
"main": "index.js",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions libs/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.6.0...tokens-v1.6.1) (2024-08-02)


### Bug Fixes

* fix race condition with unsuported tokens ([#4762](https://github.com/cowprotocol/cowswap/issues/4762)) ([ee70bb0](https://github.com/cowprotocol/cowswap/commit/ee70bb0b10e98621909d1811c4fece520ae5c6b3))

## [1.6.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.5.2...tokens-v1.6.0) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion libs/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/tokens",
"version": "1.6.0",
"version": "1.6.1",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit 344fbd2

Please sign in to comment.