Skip to content

Commit a07ad8c

Browse files
authored
chore: release main (#5852)
1 parent 5ad5268 commit a07ad8c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+245
-40
lines changed

.release-please-manifest.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"apps/cowswap-frontend": "1.108.2",
3-
"apps/explorer": "2.47.0",
2+
"apps/cowswap-frontend": "1.109.0",
3+
"apps/explorer": "2.48.0",
44
"libs/permit-utils": "0.6.2",
5-
"libs/widget-lib": "0.19.1",
6-
"libs/widget-react": "0.11.1",
7-
"apps/widget-configurator": "1.13.2",
8-
"libs/analytics": "1.11.2",
9-
"libs/assets": "1.13.1",
10-
"libs/common-const": "1.18.0",
11-
"libs/common-hooks": "1.8.2",
12-
"libs/common-utils": "1.15.0",
13-
"libs/core": "1.7.2",
14-
"libs/ens": "1.3.1",
5+
"libs/widget-lib": "0.19.2",
6+
"libs/widget-react": "0.11.2",
7+
"apps/widget-configurator": "1.14.0",
8+
"libs/analytics": "1.12.0",
9+
"libs/assets": "1.14.0",
10+
"libs/common-const": "1.19.0",
11+
"libs/common-hooks": "1.9.0",
12+
"libs/common-utils": "1.16.0",
13+
"libs/core": "1.7.3",
14+
"libs/ens": "1.4.0",
1515
"libs/events": "1.6.1",
16-
"libs/snackbars": "1.1.2",
17-
"libs/tokens": "1.19.1",
18-
"libs/types": "1.7.0",
19-
"libs/ui": "1.23.2",
20-
"libs/wallet": "1.12.3",
21-
"apps/cow-fi": "1.22.7",
16+
"libs/snackbars": "1.1.3",
17+
"libs/tokens": "1.20.0",
18+
"libs/types": "1.7.1",
19+
"libs/ui": "1.24.0",
20+
"libs/wallet": "1.12.4",
21+
"apps/cow-fi": "1.23.0",
2222
"libs/wallet-provider": "1.0.1",
2323
"libs/ui-utils": "1.1.1",
2424
"libs/abis": "1.2.2",
25-
"libs/balances-and-allowances": "1.3.4",
26-
"libs/iframe-transport": "1.0.2",
25+
"libs/balances-and-allowances": "1.4.0",
26+
"libs/iframe-transport": "1.0.3",
2727
"libs/hook-dapp-lib": "1.7.1",
2828
"libs/multicall": "1.1.2"
2929
}

apps/cow-fi/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.23.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.22.7...cow-fi-v1.23.0) (2025-06-18)
4+
5+
6+
### Features
7+
8+
* **analytics:** enhance UTM handling and analytics readiness checks ([#5779](https://github.com/cowprotocol/cowswap/issues/5779)) ([3fb616c](https://github.com/cowprotocol/cowswap/commit/3fb616cf8f5b5ad7c1736bd095912d692bbf1fd5))
9+
10+
11+
### Bug Fixes
12+
13+
* punctuation on the careers page disclaimer ([#5796](https://github.com/cowprotocol/cowswap/issues/5796)) ([e378e84](https://github.com/cowprotocol/cowswap/commit/e378e8422ad296f59717cdfa6363d091d5408a1b))
14+
* reduce rerenders count and theme recalculation ([#5831](https://github.com/cowprotocol/cowswap/issues/5831)) ([96a7a35](https://github.com/cowprotocol/cowswap/commit/96a7a350f366615a1e5149097541b5e2ccf880f1))
15+
316
## [1.22.7](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.22.6...cow-fi-v1.22.7) (2025-05-29)
417

518

apps/cow-fi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cow-fi",
3-
"version": "1.22.7",
3+
"version": "1.23.0",
44
"description": "CoW DAO website",
55
"main": "index.js",
66
"author": "",

apps/cowswap-frontend/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [1.109.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.108.2...cowswap-v1.109.0) (2025-06-18)
4+
5+
6+
### Features
7+
8+
* **analytics:** enhance UTM handling and analytics readiness checks ([#5779](https://github.com/cowprotocol/cowswap/issues/5779)) ([3fb616c](https://github.com/cowprotocol/cowswap/commit/3fb616cf8f5b5ad7c1736bd095912d692bbf1fd5))
9+
* hide non-prod envs from search engines ([#5800](https://github.com/cowprotocol/cowswap/issues/5800)) ([5ed181d](https://github.com/cowprotocol/cowswap/commit/5ed181d2a9f1f61f3bed3c971ea4eac4007277ea))
10+
11+
12+
### Bug Fixes
13+
14+
* **limit-orders:** display prices in orders table ([#5808](https://github.com/cowprotocol/cowswap/issues/5808)) ([6393e2c](https://github.com/cowprotocol/cowswap/commit/6393e2c7a5ce0b537dcd10a4564f56106c374beb))
15+
* make order progress bar UI more stable ([#5834](https://github.com/cowprotocol/cowswap/issues/5834)) ([80cebd1](https://github.com/cowprotocol/cowswap/commit/80cebd1104a0a2e30e12ce8a4b3d62c212559cec))
16+
* reduce rerenders count and theme recalculation ([#5831](https://github.com/cowprotocol/cowswap/issues/5831)) ([96a7a35](https://github.com/cowprotocol/cowswap/commit/96a7a350f366615a1e5149097541b5e2ccf880f1))
17+
* refetch quote when slippage changed ([#5824](https://github.com/cowprotocol/cowswap/issues/5824)) ([00238b9](https://github.com/cowprotocol/cowswap/commit/00238b9b526d6f71c16a46704dc22290234d10a1))
18+
* **service-worker:** disable verbose workbox logging in production ([#5815](https://github.com/cowprotocol/cowswap/issues/5815)) ([cb53ccb](https://github.com/cowprotocol/cowswap/commit/cb53ccb5a39a8857dfc030f0fb13869060211c8a))
19+
* **slippage:** cap auto-slippage with 50% ([#5807](https://github.com/cowprotocol/cowswap/issues/5807)) ([1bea824](https://github.com/cowprotocol/cowswap/commit/1bea824717d5e74c5389b7da7d99ac5ca4940925))
20+
* **token-logo:** fix network logo size in mobile ([#5809](https://github.com/cowprotocol/cowswap/issues/5809)) ([6c4d2f4](https://github.com/cowprotocol/cowswap/commit/6c4d2f47771f3868a3fe530bc9ac1779175b2db5))
21+
* **trade:** fix sellToken comparing for quote fetch skip ([#5802](https://github.com/cowprotocol/cowswap/issues/5802)) ([7786c99](https://github.com/cowprotocol/cowswap/commit/7786c99257b75b68c0d7436cd0676c50dd309d1e))
22+
* **trade:** hide auto-slippage warning when amounts are not set ([#5811](https://github.com/cowprotocol/cowswap/issues/5811)) ([a1898bf](https://github.com/cowprotocol/cowswap/commit/a1898bf987156440bfad7e86a1350bf758e8ffc8))
23+
* **trade:** reset loading state when confirm wasn't happen ([#5818](https://github.com/cowprotocol/cowswap/issues/5818)) ([38883ad](https://github.com/cowprotocol/cowswap/commit/38883ad6b137659a11b1ef766231a989b0b16d14))
24+
* update to latest app-data ([#5762](https://github.com/cowprotocol/cowswap/issues/5762)) ([54e6882](https://github.com/cowprotocol/cowswap/commit/54e68826ea00c93834cf8f7cf1c17c7b6c4831e6))
25+
* **widget:** do not request wallet capabilities for wallet-connect ([#5823](https://github.com/cowprotocol/cowswap/issues/5823)) ([49f22ad](https://github.com/cowprotocol/cowswap/commit/49f22ade0da4ffe95aaa11a6265cd4eeaf339e08))
26+
* **widget:** get slippage value directly from active quote ([#5830](https://github.com/cowprotocol/cowswap/issues/5830)) ([154e374](https://github.com/cowprotocol/cowswap/commit/154e37490b7d558a3b182269bee6936751d3eba4))
27+
328
## [1.108.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.108.1...cowswap-v1.108.2) (2025-06-06)
429

530

apps/cowswap-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cowswap",
3-
"version": "1.108.2",
3+
"version": "1.109.0",
44
"description": "CoW Swap",
55
"main": "index.js",
66
"author": "",

apps/explorer/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.48.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.47.0...explorer-v2.48.0) (2025-06-18)
4+
5+
6+
### Features
7+
8+
* **bridge:** add bridge types and order type guard to explorer ([#5725](https://github.com/cowprotocol/cowswap/issues/5725)) ([e4896fd](https://github.com/cowprotocol/cowswap/commit/e4896fd9bf3d9a8f3315cf8350ab45a702092534))
9+
* **bridge:** add cosmos explorer configuration and global decorator ([#5729](https://github.com/cowprotocol/cowswap/issues/5729)) ([8249f4a](https://github.com/cowprotocol/cowswap/commit/8249f4aa27b067cfecfb164b6ba9c2c2e45d46d4))
10+
* **new-networks:** add support to `Avalanche` and `Polygon` networks ([#5715](https://github.com/cowprotocol/cowswap/issues/5715)) ([e3e8a8d](https://github.com/cowprotocol/cowswap/commit/e3e8a8d6b94569a5dda7a425d1a79f0b4f6d5200))
11+
12+
13+
### Bug Fixes
14+
15+
* **explorer:** adjust items order in order details ([#5846](https://github.com/cowprotocol/cowswap/issues/5846)) ([bf0e321](https://github.com/cowprotocol/cowswap/commit/bf0e3217132d7188bbb6749d2ef1e39c1dbbaa73))
16+
* make order progress bar UI more stable ([#5834](https://github.com/cowprotocol/cowswap/issues/5834)) ([80cebd1](https://github.com/cowprotocol/cowswap/commit/80cebd1104a0a2e30e12ce8a4b3d62c212559cec))
17+
318
## [2.47.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.46.0...explorer-v2.47.0) (2025-05-19)
419

520

apps/explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/explorer",
3-
"version": "2.47.0",
3+
"version": "2.48.0",
44
"description": "CoW Swap Explorer",
55
"main": "src/main.tsx",
66
"author": "",

apps/widget-configurator/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.14.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.13.2...widget-configurator-v1.14.0) (2025-06-18)
4+
5+
6+
### Features
7+
8+
* **new-networks:** add support to `Avalanche` and `Polygon` networks ([#5715](https://github.com/cowprotocol/cowswap/issues/5715)) ([e3e8a8d](https://github.com/cowprotocol/cowswap/commit/e3e8a8d6b94569a5dda7a425d1a79f0b4f6d5200))
9+
10+
11+
### Bug Fixes
12+
13+
* make order progress bar UI more stable ([#5834](https://github.com/cowprotocol/cowswap/issues/5834)) ([80cebd1](https://github.com/cowprotocol/cowswap/commit/80cebd1104a0a2e30e12ce8a4b3d62c212559cec))
14+
* **widget:** do not request wallet capabilities for wallet-connect ([#5823](https://github.com/cowprotocol/cowswap/issues/5823)) ([49f22ad](https://github.com/cowprotocol/cowswap/commit/49f22ade0da4ffe95aaa11a6265cd4eeaf339e08))
15+
316
## [1.13.2](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.13.1...widget-configurator-v1.13.2) (2025-05-19)
417

518

apps/widget-configurator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/widget-configurator",
3-
"version": "1.13.2",
3+
"version": "1.14.0",
44
"description": "CoW Swap widget configurator",
55
"main": "src/main.tsx",
66
"author": "",

libs/analytics/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.12.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.11.2...analytics-v1.12.0) (2025-06-18)
4+
5+
6+
### Features
7+
8+
* **analytics:** enhance UTM handling and analytics readiness checks ([#5779](https://github.com/cowprotocol/cowswap/issues/5779)) ([3fb616c](https://github.com/cowprotocol/cowswap/commit/3fb616cf8f5b5ad7c1736bd095912d692bbf1fd5))
9+
310
## [1.11.2](https://github.com/cowprotocol/cowswap/compare/analytics-v1.11.1...analytics-v1.11.2) (2025-05-19)
411

512

0 commit comments

Comments
 (0)