Skip to content

Commit 58b425e

Browse files
chore(main): release (#7719)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases > The changelog information of each package has been omitted from this message, as the content exceeds the size limit. ## @cowprotocol/currency@1.2.1 ## @cowprotocol/events@4.7.1 ## @cowprotocol/iframe-transport@2.3.2 ## @cowprotocol/permit-utils@3.4.1 ## @cowprotocol/types@4.5.1 ## @cowprotocol/widget-lib@4.3.1 ## @cowprotocol/widget-react@3.1.3 ## @cowprotocol/hook-dapp-lib@2.2.9 ## @cowprotocol/cow-fi@2.7.4 ## @cowprotocol/cowswap@3.16.1 ## @cowprotocol/explorer@4.6.1 ## @cowprotocol/widget-configurator@3.8.1 ## @cowprotocol/analytics@3.5.1 ## @cowprotocol/balances-and-allowances@3.4.1 ## @cowprotocol/common-const@3.5.1 ## @cowprotocol/common-hooks@3.4.1 ## @cowprotocol/common-utils@3.6.1 ## @cowprotocol/core@3.5.1 ## @cowprotocol/ens@3.4.1 ## @cowprotocol/multicall@3.4.1 ## @cowprotocol/snackbars@2.2.3 ## @cowprotocol/tokens@3.8.1 ## @cowprotocol/ui@3.8.1 ## @cowprotocol/wallet@3.7.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3146730 commit 58b425e

48 files changed

Lines changed: 312 additions & 24 deletions

Some content is hidden

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

apps/cow-fi/CHANGELOG.md

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

3+
## [2.7.4](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.7.3...cow-fi-v2.7.4) (2026-06-23)
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @cowprotocol/analytics@3.5.1
9+
- @cowprotocol/common-const@3.5.1
10+
- @cowprotocol/common-hooks@3.4.1
11+
- @cowprotocol/common-utils@3.6.1
12+
- @cowprotocol/core@3.5.1
13+
- @cowprotocol/events@4.7.1
14+
- @cowprotocol/types@4.5.1
15+
- @cowprotocol/ui@3.8.1
16+
- @cowprotocol/wallet@3.7.1
17+
- @cowprotocol/widget-react@3.1.3
18+
319
## [2.7.3](https://github.com/cowprotocol/cowswap/compare/cow-fi-v2.7.2...cow-fi-v2.7.3) (2026-06-23)
420

521
### Patch Changes

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": "2.7.3",
3+
"version": "2.7.4",
44
"private": true,
55
"description": "CoW DAO website",
66
"main": "index.js",

apps/cowswap-frontend/CHANGELOG.md

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

3+
## [3.16.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.16.0...cowswap-v3.16.1) (2026-06-23)
4+
5+
### Patch Changes
6+
7+
- fix: fix near bridging (#7716)
8+
9+
- Updated dependencies []:
10+
- @cowprotocol/analytics@3.5.1
11+
- @cowprotocol/balances-and-allowances@3.4.1
12+
- @cowprotocol/common-const@3.5.1
13+
- @cowprotocol/common-hooks@3.4.1
14+
- @cowprotocol/common-utils@3.6.1
15+
- @cowprotocol/core@3.5.1
16+
- @cowprotocol/currency@1.2.1
17+
- @cowprotocol/ens@3.4.1
18+
- @cowprotocol/events@4.7.1
19+
- @cowprotocol/multicall@3.4.1
20+
- @cowprotocol/permit-utils@3.4.1
21+
- @cowprotocol/tokens@3.8.1
22+
- @cowprotocol/types@4.5.1
23+
- @cowprotocol/ui@3.8.1
24+
- @cowprotocol/wallet@3.7.1
25+
- @cowprotocol/widget-lib@4.3.1
26+
- @cowprotocol/snackbars@2.2.3
27+
- @cowprotocol/iframe-transport@2.3.2
28+
- @cowprotocol/hook-dapp-lib@2.2.9
29+
330
## [3.16.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v3.15.0...cowswap-v3.16.0) (2026-06-23)
431

532
### Minor Changes

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": "3.16.0",
3+
"version": "3.16.1",
44
"private": true,
55
"description": "CoW Swap",
66
"main": "index.js",

apps/explorer/CHANGELOG.md

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

3+
## [4.6.1](https://github.com/cowprotocol/cowswap/compare/explorer-v4.6.0...explorer-v4.6.1) (2026-06-23)
4+
5+
### Patch Changes
6+
7+
- fix: fix near bridging (#7716)
8+
9+
- Updated dependencies []:
10+
- @cowprotocol/analytics@3.5.1
11+
- @cowprotocol/common-const@3.5.1
12+
- @cowprotocol/common-hooks@3.4.1
13+
- @cowprotocol/common-utils@3.6.1
14+
- @cowprotocol/core@3.5.1
15+
- @cowprotocol/types@4.5.1
16+
- @cowprotocol/ui@3.8.1
17+
- @cowprotocol/hook-dapp-lib@2.2.9
18+
319
## [4.6.0](https://github.com/cowprotocol/cowswap/compare/explorer-v4.5.1...explorer-v4.6.0) (2026-06-23)
420

521
### Minor Changes

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": "4.6.0",
3+
"version": "4.6.1",
44
"private": true,
55
"description": "CoW Swap Explorer",
66
"main": "src/main.tsx",

apps/widget-configurator/CHANGELOG.md

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

3+
## [3.8.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.8.0...widget-configurator-v3.8.1) (2026-06-23)
4+
5+
### Patch Changes
6+
7+
- fix: fix near bridging (#7716)
8+
9+
- Updated dependencies []:
10+
- @cowprotocol/analytics@3.5.1
11+
- @cowprotocol/common-const@3.5.1
12+
- @cowprotocol/common-hooks@3.4.1
13+
- @cowprotocol/common-utils@3.6.1
14+
- @cowprotocol/events@4.7.1
15+
- @cowprotocol/types@4.5.1
16+
- @cowprotocol/widget-lib@4.3.1
17+
- @cowprotocol/widget-react@3.1.3
18+
319
## [3.8.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v3.7.0...widget-configurator-v3.8.0) (2026-06-23)
420

521
### Minor Changes

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": "3.8.0",
3+
"version": "3.8.1",
44
"private": true,
55
"description": "CoW Swap widget configurator",
66
"main": "src/main.tsx",

libs/analytics/CHANGELOG.md

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

3+
## [3.5.1](https://github.com/cowprotocol/cowswap/compare/analytics-v3.5.0...analytics-v3.5.1) (2026-06-23)
4+
5+
### Patch Changes
6+
7+
- fix: fix near bridging (#7716)
8+
9+
- Updated dependencies []:
10+
- @cowprotocol/common-const@3.5.1
11+
- @cowprotocol/common-hooks@3.4.1
12+
- @cowprotocol/common-utils@3.6.1
13+
- @cowprotocol/currency@1.2.1
14+
- @cowprotocol/events@4.7.1
15+
316
## [3.5.0](https://github.com/cowprotocol/cowswap/compare/analytics-v3.4.1...analytics-v3.5.0) (2026-06-23)
417

518
### Minor Changes

libs/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/analytics",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"main": "./src/index.ts",
55
"types": "./src/index.ts",
66
"private": true,

0 commit comments

Comments
 (0)