Skip to content

Commit

Permalink
chore: release main (#4426)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored May 14, 2024
1 parent 461b83a commit f128d80
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.68.5",
"apps/cowswap-frontend": "1.69.0",
"apps/explorer": "2.29.5",
"libs/permit-utils": "0.2.1",
"libs/widget-lib": "0.11.0",
Expand All @@ -17,5 +17,5 @@
"libs/tokens": "1.2.0",
"libs/types": "1.0.0",
"libs/ui": "1.2.0",
"libs/wallet": "1.1.0"
"libs/wallet": "1.2.0"
}
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.69.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.68.5...cowswap-v1.69.0) (2024-05-14)


### Features

* support counterfactual safes ([461b83a](https://github.com/cowprotocol/cowswap/commit/461b83a139509ef308e3d147e7674f53ca52fe73))

## [1.68.5](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.68.4...cowswap-v1.68.5) (2024-05-13)


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

## [1.2.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.1.0...wallet-v1.2.0) (2024-05-14)


### Features

* support counterfactual safes ([#4063](https://github.com/cowprotocol/cowswap/issues/4063)) ([43f86b8](https://github.com/cowprotocol/cowswap/commit/43f86b889b963341f2214a23ee21ae49ae550a8f))

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.0.2...wallet-v1.1.0) (2024-05-01)


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

0 comments on commit f128d80

Please sign in to comment.