Skip to content

Commit

Permalink
Merge pull request #4293 from cowprotocol/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
shoom3301 authored Apr 23, 2024
2 parents ec5db3a + a1a3090 commit e2df89a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apps/cowswap-frontend": "1.65.2",
"apps/explorer": "2.29.5",
"libs/permit-utils": "0.2.0",
"libs/widget-lib": "0.10.0",
"libs/widget-lib": "0.10.1",
"libs/widget-react": "0.8.1",
"apps/widget-configurator": "1.1.0",
"libs/analytics": "1.1.0",
Expand Down
7 changes: 7 additions & 0 deletions libs/widget-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.1](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.10.0...widget-lib-v0.10.1) (2024-04-23)


### Bug Fixes

* **widget:** ignore self-fired events in Safe sdk bridge ([#4271](https://github.com/cowprotocol/cowswap/issues/4271)) ([b11eab7](https://github.com/cowprotocol/cowswap/commit/b11eab7ad5dff65bee8ffa2be8aef2fa913af5f2))

## [0.10.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.9.0...widget-lib-v0.10.0) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion libs/widget-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-lib",
"version": "0.10.0",
"version": "0.10.1",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",
"main": "index.js",
Expand Down

0 comments on commit e2df89a

Please sign in to comment.