Skip to content

Commit

Permalink
chore: release main (cowprotocol#4752)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jul 31, 2024
1 parent 6c767e3 commit 9390d31
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/cowswap-frontend": "1.78.0",
"apps/cowswap-frontend": "1.78.1",
"apps/explorer": "2.33.0",
"libs/permit-utils": "0.3.1",
"libs/widget-lib": "0.13.2",
Expand All @@ -10,15 +10,15 @@
"libs/common-const": "1.7.0",
"libs/common-hooks": "1.3.0",
"libs/common-utils": "1.6.0",
"libs/core": "1.1.0",
"libs/core": "1.2.0",
"libs/ens": "1.2.0",
"libs/events": "1.4.0",
"libs/snackbars": "1.1.0",
"libs/tokens": "1.6.0",
"libs/types": "1.1.0",
"libs/ui": "1.7.0",
"libs/wallet": "1.5.1",
"apps/cow-fi": "1.8.0",
"apps/cow-fi": "1.9.0",
"libs/wallet-provider": "1.0.0",
"libs/ui-utils": "1.1.0",
"libs/abis": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions apps/cow-fi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.8.0...cow-fi-v1.9.0) (2024-07-31)


### Features

* add click event add rpc ([#4746](https://github.com/cowprotocol/cowswap/issues/4746)) ([0571451](https://github.com/cowprotocol/cowswap/commit/057145196a5f756978e5fe6132f1570520c0ae8e))

## [1.8.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.7.0...cow-fi-v1.8.0) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion apps/cow-fi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/cow-fi",
"version": "1.8.0",
"version": "1.9.0",
"description": "CoW DAO website",
"main": "index.js",
"author": "",
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.78.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.78.0...cowswap-v1.78.1) (2024-07-31)


### Bug Fixes

* flashing network selector/tokens when connect to a wallet in ano… ([#4747](https://github.com/cowprotocol/cowswap/issues/4747)) ([856240f](https://github.com/cowprotocol/cowswap/commit/856240f688a8238ed4138a1c8ec053c34b2e4ce6))
* **twap:** make TWAP warning less scary ([#4728](https://github.com/cowprotocol/cowswap/issues/4728)) ([00b24d1](https://github.com/cowprotocol/cowswap/commit/00b24d1ada6b0673ddefbb3bff5ba4eb9b0988c9))

## [1.78.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.77.1...cowswap-v1.78.0) (2024-07-18)


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.0",
"version": "1.78.1",
"description": "CoW Swap",
"main": "index.js",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions libs/core/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/core-v1.1.0...core-v1.2.0) (2024-07-31)


### Features

* support barn CMS and refactor ([#4630](https://github.com/cowprotocol/cowswap/issues/4630)) ([3b9bbff](https://github.com/cowprotocol/cowswap/commit/3b9bbffd9b916a0f5ec493941bcffd7fb9182972))

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/core-v1.0.0...core-v1.1.0) (2024-05-29)


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

0 comments on commit 9390d31

Please sign in to comment.