Skip to content

Commit

Permalink
chore: release main (#4720)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jul 17, 2024
1 parent 0e59ce1 commit 38c53e8
Show file tree
Hide file tree
Showing 5 changed files with 19 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,7 +1,7 @@
{
"apps/cowswap-frontend": "1.77.0",
"apps/cowswap-frontend": "1.77.1",
"apps/explorer": "2.32.3",
"libs/permit-utils": "0.3.0",
"libs/permit-utils": "0.3.1",
"libs/widget-lib": "0.13.2",
"libs/widget-react": "0.9.0",
"apps/widget-configurator": "1.4.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/cowswap-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.77.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.77.0...cowswap-v1.77.1) (2024-07-17)


### Bug Fixes

* **permit:** filter out permit signer and rotate it ([#4719](https://github.com/cowprotocol/cowswap/issues/4719)) ([bfb1f29](https://github.com/cowprotocol/cowswap/commit/bfb1f295997ba8cf16744afce45dbd19eb8990c6))
* **permit:** typefy hooks and allow only 1 permit ([#4726](https://github.com/cowprotocol/cowswap/issues/4726)) ([0e59ce1](https://github.com/cowprotocol/cowswap/commit/0e59ce1ef730ce37e15a50407da19b6816878c4d))

## [1.77.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.76.2...cowswap-v1.77.0) (2024-07-12)


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

## [0.3.1](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.3.0...permit-utils-v0.3.1) (2024-07-17)


### Bug Fixes

* **permit:** filter out permit signer and rotate it ([#4719](https://github.com/cowprotocol/cowswap/issues/4719)) ([bfb1f29](https://github.com/cowprotocol/cowswap/commit/bfb1f295997ba8cf16744afce45dbd19eb8990c6))

## [0.3.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.2.1...permit-utils-v0.3.0) (2024-05-29)


Expand Down
2 changes: 1 addition & 1 deletion libs/permit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/permit-utils",
"version": "0.3.0",
"version": "0.3.1",
"type": "module",
"dependencies": {
"ethers": "^5.7.2",
Expand Down

0 comments on commit 38c53e8

Please sign in to comment.