Skip to content

Commit

Permalink
chore: release main (#4631)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jun 27, 2024
1 parent c6aadf4 commit 636825d
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apps/cowswap-frontend": "1.75.0",
"apps/explorer": "2.31.1",
"apps/cowswap-frontend": "1.76.0",
"apps/explorer": "2.32.0",
"libs/permit-utils": "0.3.0",
"libs/widget-lib": "0.13.0",
"libs/widget-react": "0.9.0",
Expand All @@ -14,11 +14,11 @@
"libs/ens": "1.2.0",
"libs/events": "1.3.0",
"libs/snackbars": "1.1.0",
"libs/tokens": "1.5.0",
"libs/tokens": "1.5.1",
"libs/types": "1.0.0",
"libs/ui": "1.5.0",
"libs/wallet": "1.5.1",
"apps/cow-fi": "1.4.2",
"apps/cow-fi": "1.5.0",
"libs/wallet-provider": "1.0.0",
"libs/ui-utils": "1.1.0"
}
9 changes: 9 additions & 0 deletions apps/cow-fi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.5.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.4.2...cow-fi-v1.5.0) (2024-06-27)


### Features

* add og images for cow.fi product page ([#4620](https://github.com/cowprotocol/cowswap/issues/4620)) ([4101624](https://github.com/cowprotocol/cowswap/commit/4101624fe90b360ce511a03d78baf49442a655c2))
* add products page ([#4621](https://github.com/cowprotocol/cowswap/issues/4621)) ([4adccb3](https://github.com/cowprotocol/cowswap/commit/4adccb3cd9f54d1a6398c618512bd47bdc711d0f))
* update legal pages ([#4619](https://github.com/cowprotocol/cowswap/issues/4619)) ([de136fe](https://github.com/cowprotocol/cowswap/commit/de136fe708aabb32ae9e23ae9170d296956fd737))

## [1.4.2](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.4.1...cow-fi-v1.4.2) (2024-06-25)


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.4.2",
"version": "1.5.0",
"description": "CoW Swap landing page",
"main": "index.js",
"author": "",
Expand Down
14 changes: 14 additions & 0 deletions apps/cowswap-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.76.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.75.0...cowswap-v1.76.0) (2024-06-27)


### Features

* update legal pages ([#4619](https://github.com/cowprotocol/cowswap/issues/4619)) ([de136fe](https://github.com/cowprotocol/cowswap/commit/de136fe708aabb32ae9e23ae9170d296956fd737))


### Bug Fixes

* fix inconsistent use of the word favourite between US/UK version ([#4572](https://github.com/cowprotocol/cowswap/issues/4572)) ([c60f8b4](https://github.com/cowprotocol/cowswap/commit/c60f8b409291d6acd1ee997b3cb2fcac24acb325))
* **limit-orders:** redesign confirm modal context usage ([#4628](https://github.com/cowprotocol/cowswap/issues/4628)) ([856f180](https://github.com/cowprotocol/cowswap/commit/856f180573c156c9da73bf68a8a7317eea49cb67))
* **trade:** keep trade state after navigating from trade widgets ([#4601](https://github.com/cowprotocol/cowswap/issues/4601)) ([56d4eda](https://github.com/cowprotocol/cowswap/commit/56d4eda76007d60292a5be288c68e98a918b638a))

## [1.75.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.74.1...cowswap-v1.75.0) (2024-06-25)


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

## [2.32.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.31.1...explorer-v2.32.0) (2024-06-27)


### Features

* add easy link for Etherscan ([#4573](https://github.com/cowprotocol/cowswap/issues/4573)) ([bfd5cf9](https://github.com/cowprotocol/cowswap/commit/bfd5cf9bd6d2aa121bf1c3e81a81652aacd271d0))


### Bug Fixes

* **limit-orders:** redesign confirm modal context usage ([#4628](https://github.com/cowprotocol/cowswap/issues/4628)) ([856f180](https://github.com/cowprotocol/cowswap/commit/856f180573c156c9da73bf68a8a7317eea49cb67))

## [2.31.1](https://github.com/cowprotocol/cowswap/compare/explorer-v2.31.0...explorer-v2.31.1) (2024-06-25)


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.31.1",
"version": "2.32.0",
"description": "CoW Swap Explorer",
"main": "src/main.tsx",
"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.5.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.5.0...tokens-v1.5.1) (2024-06-27)


### Bug Fixes

* fix inconsistent use of the word favourite between US/UK version ([#4572](https://github.com/cowprotocol/cowswap/issues/4572)) ([c60f8b4](https://github.com/cowprotocol/cowswap/commit/c60f8b409291d6acd1ee997b3cb2fcac24acb325))

## [1.5.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.4.1...tokens-v1.5.0) (2024-06-24)


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.5.0",
"version": "1.5.1",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit 636825d

Please sign in to comment.