Skip to content

Commit

Permalink
Merge pull request #4798 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 14, 2024
2 parents 50b800e + 62a50d5 commit 12191b4
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"apps/cowswap-frontend": "1.79.0",
"apps/explorer": "2.33.0",
"apps/cowswap-frontend": "1.80.0",
"apps/explorer": "2.33.1",
"libs/permit-utils": "0.3.1",
"libs/widget-lib": "0.13.2",
"libs/widget-react": "0.9.0",
"apps/widget-configurator": "1.5.0",
"apps/widget-configurator": "1.5.1",
"libs/analytics": "1.5.0",
"libs/assets": "1.6.0",
"libs/common-const": "1.7.0",
"libs/common-hooks": "1.3.0",
"libs/common-utils": "1.6.0",
"libs/common-utils": "1.6.1",
"libs/core": "1.2.0",
"libs/ens": "1.2.0",
"libs/events": "1.4.0",
"libs/snackbars": "1.1.0",
"libs/tokens": "1.6.1",
"libs/tokens": "1.7.0",
"libs/types": "1.1.0",
"libs/ui": "1.7.0",
"libs/ui": "1.7.1",
"libs/wallet": "1.5.1",
"apps/cow-fi": "1.10.0",
"libs/wallet-provider": "1.0.0",
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.80.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.79.0...cowswap-v1.80.0) (2024-08-14)


### Features

* add analytics event for closing CoW AMM banner ([#4790](https://github.com/cowprotocol/cowswap/issues/4790)) ([46add78](https://github.com/cowprotocol/cowswap/commit/46add78c41e8612986514ffa946cb60d1c180a33))
* add analytics for notifications ([#4785](https://github.com/cowprotocol/cowswap/issues/4785)) ([5755ca0](https://github.com/cowprotocol/cowswap/commit/5755ca0b60707319c88d210c32ee8ec0b2e198cd))


### Bug Fixes

* fix issue with the swap label don't showing ([#4789](https://github.com/cowprotocol/cowswap/issues/4789)) ([63c0f55](https://github.com/cowprotocol/cowswap/commit/63c0f55c3a5e6565484708fc0bb27251843cf1ee))

## [1.79.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.78.2...cowswap-v1.79.0) (2024-08-09)


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.79.0",
"version": "1.80.0",
"description": "CoW Swap",
"main": "index.js",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions apps/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.33.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.33.0...explorer-v2.33.1) (2024-08-14)


### Bug Fixes

* fix wrong quote in explorer ([#4791](https://github.com/cowprotocol/cowswap/issues/4791)) ([b70b27c](https://github.com/cowprotocol/cowswap/commit/b70b27cf6d25e76ae79b3906693095a2e92e64d9))
* replace cloudflare-ipfs.com with ipfs.io ([#4786](https://github.com/cowprotocol/cowswap/issues/4786)) ([a10df31](https://github.com/cowprotocol/cowswap/commit/a10df31010c34c90cffdad34b69a320a4167e119))

## [2.33.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.32.3...explorer-v2.33.0) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/explorer",
"version": "2.33.0",
"version": "2.33.1",
"description": "CoW Swap Explorer",
"main": "src/main.tsx",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions apps/widget-configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.5.0...widget-configurator-v1.5.1) (2024-08-14)


### Bug Fixes

* replace gateway.ipfs.io with ipfs.io ([#4788](https://github.com/cowprotocol/cowswap/issues/4788)) ([df1235b](https://github.com/cowprotocol/cowswap/commit/df1235b20ab9a888e085d1d90a9e5ab73da54d13))

## [1.5.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.4.0...widget-configurator-v1.5.0) (2024-07-18)


Expand Down
2 changes: 1 addition & 1 deletion apps/widget-configurator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-configurator",
"version": "1.5.0",
"version": "1.5.1",
"description": "CoW Swap widget configurator",
"main": "src/main.tsx",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions libs/common-utils/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/common-utils-v1.6.0...common-utils-v1.6.1) (2024-08-14)


### Bug Fixes

* replace cloudflare-ipfs.com with ipfs.io ([#4786](https://github.com/cowprotocol/cowswap/issues/4786)) ([a10df31](https://github.com/cowprotocol/cowswap/commit/a10df31010c34c90cffdad34b69a320a4167e119))

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


Expand Down
2 changes: 1 addition & 1 deletion libs/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/common-utils",
"version": "1.6.0",
"version": "1.6.1",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions libs/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.7.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.6.1...tokens-v1.7.0) (2024-08-14)


### Features

* improve finding tokens in other networks ([#4794](https://github.com/cowprotocol/cowswap/issues/4794)) ([87ee5aa](https://github.com/cowprotocol/cowswap/commit/87ee5aac719db1fcaecd17d06bddecda172e8a95))


### Bug Fixes

* replace gateway.ipfs.io with ipfs.io ([#4788](https://github.com/cowprotocol/cowswap/issues/4788)) ([df1235b](https://github.com/cowprotocol/cowswap/commit/df1235b20ab9a888e085d1d90a9e5ab73da54d13))

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


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.1",
"version": "1.7.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions libs/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.7.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.7.0...ui-v1.7.1) (2024-08-14)


### Bug Fixes

* cancel modal does not pop-up when press on Cancel button in mobile view ([#4757](https://github.com/cowprotocol/cowswap/issues/4757)) ([f84d6b5](https://github.com/cowprotocol/cowswap/commit/f84d6b5cfe0710e33c02a692bf7f8b1e2464eb06))
* total surplus tooltip cannot be open in iOS mobile device ([#4756](https://github.com/cowprotocol/cowswap/issues/4756)) ([22ca5e0](https://github.com/cowprotocol/cowswap/commit/22ca5e0a9aa156e124cf6c34858e90c65cb0175c))

## [1.7.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.6.0...ui-v1.7.0) (2024-07-18)


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

0 comments on commit 12191b4

Please sign in to comment.