From ff712c6d085499b57050fb1ca8d52d2a3261be24 Mon Sep 17 00:00:00 2001
From: Alexandr Kazachenko
Date: Wed, 17 Jan 2024 13:05:06 +0600
Subject: [PATCH 1/4] feat: update cow-sdk to 4.1.0 (#3660) (#3669)
Co-authored-by: Leandro
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 2763718749..1bd9398d26 100644
--- a/package.json
+++ b/package.json
@@ -62,7 +62,7 @@
"@cowprotocol/app-data": "^1.2.0",
"@cowprotocol/contracts": "^1.3.1",
"@cowprotocol/cow-runner-game": "^0.2.9",
- "@cowprotocol/cow-sdk": "^4.0.7",
+ "@cowprotocol/cow-sdk": "^4.1.0",
"@cowprotocol/ethflowcontract": "cowprotocol/ethflowcontract.git#v1.1.1-artifacts",
"@davatar/react": "1.8.1",
"@emotion/react": "^11.11.1",
diff --git a/yarn.lock b/yarn.lock
index eca88be2c0..79132bb645 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2288,10 +2288,10 @@
resolved "https://registry.yarnpkg.com/@cowprotocol/cow-runner-game/-/cow-runner-game-0.2.9.tgz#3f94b3f370bd114f77db8b1d238cba3ef4e9d644"
integrity sha512-rX7HnoV+HYEEkBaqVUsAkGGo0oBrExi+d6Io+8nQZYwZk+IYLmS9jdcIObsLviM2h4YX8+iin6NuKl35AaiHmg==
-"@cowprotocol/cow-sdk@^4.0.7":
- version "4.0.7"
- resolved "https://registry.yarnpkg.com/@cowprotocol/cow-sdk/-/cow-sdk-4.0.7.tgz#9a97efcca08b7e7043a7e9e621131b1cffb25952"
- integrity sha512-wfNy9yf0usYSNr+mF6Cj6ITQZsV3/TxSnTKHJ5hbnC4UZbqXEXssLBrRPRoDvaWT7Xx6k9GZ1V3gYexxOMlRLA==
+"@cowprotocol/cow-sdk@^4.1.0":
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/@cowprotocol/cow-sdk/-/cow-sdk-4.1.0.tgz#3707d53ac778470814e6395f0beefdad76dc8cc1"
+ integrity sha512-Ps5VmegGF3yi0u6midj1offs4MvtBX8u6SHrSNoCzQsuQ5re+41OfRswZsB1Xp+3kxe1JFtFtq6oa7fT6fE7sw==
dependencies:
"@cowprotocol/contracts" "^1.4.0"
"@ethersproject/abstract-signer" "^5.7.0"
From 6c851ae675143a96ed2d9da7e9df053cf0c39f5d Mon Sep 17 00:00:00 2001
From: Alexandr Kazachenko
Date: Wed, 17 Jan 2024 13:09:53 +0600
Subject: [PATCH 2/4] chore: commit to trigger ci
---
apps/cowswap-frontend/index.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/apps/cowswap-frontend/index.html b/apps/cowswap-frontend/index.html
index d8042e44ed..840cdef10b 100644
--- a/apps/cowswap-frontend/index.html
+++ b/apps/cowswap-frontend/index.html
@@ -63,7 +63,6 @@
>
🐮
-
- Home | CoW Swap
- Chat
From aa532aca0d402f167886544f746029a240d719f2 Mon Sep 17 00:00:00 2001
From: Alexandr Kazachenko
Date: Wed, 17 Jan 2024 13:13:05 +0600
Subject: [PATCH 3/4] chore: revert release (#3671)
---
.release-please-manifest.json | 8 ++++----
apps/cowswap-frontend/CHANGELOG.md | 29 -----------------------------
apps/cowswap-frontend/package.json | 2 +-
apps/explorer/CHANGELOG.md | 17 -----------------
apps/explorer/package.json | 2 +-
libs/permit-utils/CHANGELOG.md | 13 -------------
libs/permit-utils/package.json | 2 +-
libs/widget-lib/CHANGELOG.md | 14 --------------
libs/widget-lib/package.json | 2 +-
9 files changed, 8 insertions(+), 81 deletions(-)
delete mode 100644 apps/explorer/CHANGELOG.md
delete mode 100644 libs/permit-utils/CHANGELOG.md
delete mode 100644 libs/widget-lib/CHANGELOG.md
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 1ea01b3a4f..dcaadb95bd 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,7 +1,7 @@
{
- "apps/cowswap-frontend": "1.55.0",
- "apps/explorer": "2.27.0",
- "libs/permit-utils": "0.1.0",
- "libs/widget-lib": "0.3.0",
+ "apps/cowswap-frontend": "1.54.2",
+ "apps/explorer": "2.26.0",
+ "libs/permit-utils": "0.0.2",
+ "libs/widget-lib": "0.2.1",
"libs/widget-react": "0.2.3"
}
diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md
index 7e52519a2b..e49a640479 100644
--- a/apps/cowswap-frontend/CHANGELOG.md
+++ b/apps/cowswap-frontend/CHANGELOG.md
@@ -1,34 +1,5 @@
# Changelog
-## [1.55.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.54.2...cowswap-v1.55.0) (2024-01-15)
-
-
-### Features
-
-* **explorer:** update project and migrate to vite ([#3579](https://github.com/cowprotocol/cowswap/issues/3579)) ([3056162](https://github.com/cowprotocol/cowswap/commit/30561629f872612e85d64757004d9400f1600781))
-* **fee=0:** classify order types ([#3559](https://github.com/cowprotocol/cowswap/issues/3559)) ([a2f8def](https://github.com/cowprotocol/cowswap/commit/a2f8def2f203301885e4548b49f73336abbabe21))
-* **limit:** max limit order deadline ([#3567](https://github.com/cowprotocol/cowswap/issues/3567)) ([1428596](https://github.com/cowprotocol/cowswap/commit/1428596de28027ea36edbb8a912e7d27750b70d3))
-* **networks:** support Sepolia ([#3558](https://github.com/cowprotocol/cowswap/issues/3558)) ([ab8b179](https://github.com/cowprotocol/cowswap/commit/ab8b1794fb60da851f3fccdd861ebef4b18df30e))
-* sell eth warning for limit/twap ([#3573](https://github.com/cowprotocol/cowswap/issues/3573)) ([ff14c4b](https://github.com/cowprotocol/cowswap/commit/ff14c4b40a4b356a11b4b746d3240c2660dc0060))
-* **surplus:** update surplus percentage calculation ([#3548](https://github.com/cowprotocol/cowswap/issues/3548)) ([3d6dc3d](https://github.com/cowprotocol/cowswap/commit/3d6dc3da1927b9debcbb0458991f18a90c749ca8))
-* **twap:** unlimited twap deadline ([#3568](https://github.com/cowprotocol/cowswap/issues/3568)) ([378977c](https://github.com/cowprotocol/cowswap/commit/378977cf0a4d71f165d968d5b665ad6bb524ba67))
-* update docs/learn.cow.fi URLs ([#3611](https://github.com/cowprotocol/cowswap/issues/3611)) ([af0ff6b](https://github.com/cowprotocol/cowswap/commit/af0ff6b71de422e43aab987287f780d26a17ac73))
-* **widget:** custom token lists in widget ([#3390](https://github.com/cowprotocol/cowswap/issues/3390)) ([7eabe06](https://github.com/cowprotocol/cowswap/commit/7eabe06d043703718d742809791eda555dff5058))
-
-
-### Bug Fixes
-
-* disable Christmas theme ([#3582](https://github.com/cowprotocol/cowswap/issues/3582)) ([94643fb](https://github.com/cowprotocol/cowswap/commit/94643fb3ca77aea37b772d823cc48665b441eeaa))
-* display cow token logo in header ([#3608](https://github.com/cowprotocol/cowswap/issues/3608)) ([f374960](https://github.com/cowprotocol/cowswap/commit/f3749601f0105f815ca32d744bb68568be3f7f84))
-* don't crash when permittable tokens atom doesn't contain new network ([#3603](https://github.com/cowprotocol/cowswap/issues/3603)) ([ac517e8](https://github.com/cowprotocol/cowswap/commit/ac517e8656e6c0a42d3b3e4eb25318d5bc4c69db))
-* don't display Sepolia in supported list when it is off ([#3650](https://github.com/cowprotocol/cowswap/issues/3650)) ([1b97ef5](https://github.com/cowprotocol/cowswap/commit/1b97ef5ed7071b3f83f0dda1c7ea060180fb44d0))
-* **limit:** show price impact warning for Safe App when bundling ([#3571](https://github.com/cowprotocol/cowswap/issues/3571)) ([98a11e7](https://github.com/cowprotocol/cowswap/commit/98a11e7f9d41442db9c2ced08430813afce85572))
-* merge localStorage state with initial state to prevent empty states ([#3604](https://github.com/cowprotocol/cowswap/issues/3604)) ([9cd4bf5](https://github.com/cowprotocol/cowswap/commit/9cd4bf53807e307c213c547c762907b71bb5b343))
-* **permit:** report wrong permit to sentry for limit and swap flows ([#3565](https://github.com/cowprotocol/cowswap/issues/3565)) ([7067919](https://github.com/cowprotocol/cowswap/commit/706791978ca2e3412ceb33b5a1ff1ed878dd7f84))
-* **swap:** disable eth flow selling on buy orders ([#3574](https://github.com/cowprotocol/cowswap/issues/3574)) ([17f484b](https://github.com/cowprotocol/cowswap/commit/17f484b4162f0a25f655b49902cf4a33b468db33))
-* **swap:** fix swap out of market ([#3576](https://github.com/cowprotocol/cowswap/issues/3576)) ([878e99f](https://github.com/cowprotocol/cowswap/commit/878e99f1cb0079c37ff5b163f31fd1dda578f6c9))
-* **token-search:** fix token search results ([#3607](https://github.com/cowprotocol/cowswap/issues/3607)) ([955d93f](https://github.com/cowprotocol/cowswap/commit/955d93fd2fce614ff6eb85b358f72ba6c77a1f51))
-
## [1.54.2](https://github.com/cowprotocol/cowswap/compare/v1.54.1...v1.54.2) (2024-01-08)
diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json
index 21be7ebe8a..395fa75e80 100644
--- a/apps/cowswap-frontend/package.json
+++ b/apps/cowswap-frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/cowswap",
- "version": "1.55.0",
+ "version": "1.54.2",
"description": "CoW Swap",
"main": "index.js",
"author": "",
diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md
deleted file mode 100644
index f214056c14..0000000000
--- a/apps/explorer/CHANGELOG.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Changelog
-
-## [2.27.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.26.0...explorer-v2.27.0) (2024-01-15)
-
-
-### Features
-
-* cleanup and minify assets ([#3609](https://github.com/cowprotocol/cowswap/issues/3609)) ([62dd797](https://github.com/cowprotocol/cowswap/commit/62dd79796047500dd10b13a53a581c68ef8fc7c1))
-* **explorer:** copy-paste files from previous repo ([#3578](https://github.com/cowprotocol/cowswap/issues/3578)) ([9561bcb](https://github.com/cowprotocol/cowswap/commit/9561bcb42dd835197e272c734691a854ef089c7b))
-* **explorer:** support Sepolia network ([#3580](https://github.com/cowprotocol/cowswap/issues/3580)) ([d744c4a](https://github.com/cowprotocol/cowswap/commit/d744c4adc595b93b55310fd5d4e57594f45d9b26))
-* **explorer:** update project and migrate to vite ([#3579](https://github.com/cowprotocol/cowswap/issues/3579)) ([3056162](https://github.com/cowprotocol/cowswap/commit/30561629f872612e85d64757004d9400f1600781))
-
-
-### Bug Fixes
-
-* **explorer:** cast string SupportedChainId to number ([#3624](https://github.com/cowprotocol/cowswap/issues/3624)) ([784ce32](https://github.com/cowprotocol/cowswap/commit/784ce32bcfa7908999f3130357582602f02802a5))
-* **explorer:** change link to explorer version ([#3653](https://github.com/cowprotocol/cowswap/issues/3653)) ([e086118](https://github.com/cowprotocol/cowswap/commit/e086118295fe788afc9aac6ecd68defc9d634e79))
diff --git a/apps/explorer/package.json b/apps/explorer/package.json
index 3e70e8f743..86c09713aa 100644
--- a/apps/explorer/package.json
+++ b/apps/explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/explorer",
- "version": "2.27.0",
+ "version": "2.26.0",
"description": "CoW Swap Explorer",
"main": "src/main.tsx",
"author": "",
diff --git a/libs/permit-utils/CHANGELOG.md b/libs/permit-utils/CHANGELOG.md
deleted file mode 100644
index 8b4e42f048..0000000000
--- a/libs/permit-utils/CHANGELOG.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Changelog
-
-## [0.1.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.0.2...permit-utils-v0.1.0) (2024-01-15)
-
-
-### Features
-
-* **networks:** support Sepolia ([#3558](https://github.com/cowprotocol/cowswap/issues/3558)) ([ab8b179](https://github.com/cowprotocol/cowswap/commit/ab8b1794fb60da851f3fccdd861ebef4b18df30e))
-
-
-### Bug Fixes
-
-* **permit:** replace permit signer used for quoting ([#3562](https://github.com/cowprotocol/cowswap/issues/3562)) ([907d908](https://github.com/cowprotocol/cowswap/commit/907d90825643a5ad5824ed4ff5d24a9227f96f71))
diff --git a/libs/permit-utils/package.json b/libs/permit-utils/package.json
index a4a2925d3a..3f4303b106 100644
--- a/libs/permit-utils/package.json
+++ b/libs/permit-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/permit-utils",
- "version": "0.1.0",
+ "version": "0.0.2",
"type": "module",
"dependencies": {
"ethers": "^5.7.2",
diff --git a/libs/widget-lib/CHANGELOG.md b/libs/widget-lib/CHANGELOG.md
deleted file mode 100644
index 0adf3b2c03..0000000000
--- a/libs/widget-lib/CHANGELOG.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Changelog
-
-## [0.3.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.2.1...widget-lib-v0.3.0) (2024-01-15)
-
-
-### Features
-
-* update docs/learn.cow.fi URLs ([#3611](https://github.com/cowprotocol/cowswap/issues/3611)) ([af0ff6b](https://github.com/cowprotocol/cowswap/commit/af0ff6b71de422e43aab987287f780d26a17ac73))
-* **widget:** custom token lists in widget ([#3390](https://github.com/cowprotocol/cowswap/issues/3390)) ([7eabe06](https://github.com/cowprotocol/cowswap/commit/7eabe06d043703718d742809791eda555dff5058))
-
-
-### Bug Fixes
-
-* **widget:** simplify token lists config ([#3652](https://github.com/cowprotocol/cowswap/issues/3652)) ([08aacdb](https://github.com/cowprotocol/cowswap/commit/08aacdb09602f48408cfe132bb9e5440fd774063))
diff --git a/libs/widget-lib/package.json b/libs/widget-lib/package.json
index e44d0c4946..5cd29df5a0 100644
--- a/libs/widget-lib/package.json
+++ b/libs/widget-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-lib",
- "version": "0.3.0",
+ "version": "0.2.1",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",
"main": "index.js",
From 97526998f9de6da5b66dbcc46829e6aa5791fbfc Mon Sep 17 00:00:00 2001
From: Alexandr Kazachenko
Date: Wed, 17 Jan 2024 13:15:45 +0600
Subject: [PATCH 4/4] chore: release main (#3672)
---
.release-please-manifest.json | 8 ++++----
apps/cowswap-frontend/CHANGELOG.md | 29 +++++++++++++++++++++++++++++
apps/cowswap-frontend/package.json | 2 +-
apps/explorer/CHANGELOG.md | 17 +++++++++++++++++
apps/explorer/package.json | 2 +-
libs/permit-utils/CHANGELOG.md | 13 +++++++++++++
libs/permit-utils/package.json | 2 +-
libs/widget-lib/CHANGELOG.md | 14 ++++++++++++++
libs/widget-lib/package.json | 2 +-
9 files changed, 81 insertions(+), 8 deletions(-)
create mode 100644 apps/explorer/CHANGELOG.md
create mode 100644 libs/permit-utils/CHANGELOG.md
create mode 100644 libs/widget-lib/CHANGELOG.md
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index dcaadb95bd..1ea01b3a4f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,7 +1,7 @@
{
- "apps/cowswap-frontend": "1.54.2",
- "apps/explorer": "2.26.0",
- "libs/permit-utils": "0.0.2",
- "libs/widget-lib": "0.2.1",
+ "apps/cowswap-frontend": "1.55.0",
+ "apps/explorer": "2.27.0",
+ "libs/permit-utils": "0.1.0",
+ "libs/widget-lib": "0.3.0",
"libs/widget-react": "0.2.3"
}
diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md
index e49a640479..4d150871b6 100644
--- a/apps/cowswap-frontend/CHANGELOG.md
+++ b/apps/cowswap-frontend/CHANGELOG.md
@@ -1,5 +1,34 @@
# Changelog
+## [1.55.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.54.2...cowswap-v1.55.0) (2024-01-17)
+
+
+### Features
+
+* **explorer:** update project and migrate to vite ([#3579](https://github.com/cowprotocol/cowswap/issues/3579)) ([3056162](https://github.com/cowprotocol/cowswap/commit/30561629f872612e85d64757004d9400f1600781))
+* **fee=0:** classify order types ([#3559](https://github.com/cowprotocol/cowswap/issues/3559)) ([a2f8def](https://github.com/cowprotocol/cowswap/commit/a2f8def2f203301885e4548b49f73336abbabe21))
+* **limit:** max limit order deadline ([#3567](https://github.com/cowprotocol/cowswap/issues/3567)) ([1428596](https://github.com/cowprotocol/cowswap/commit/1428596de28027ea36edbb8a912e7d27750b70d3))
+* **networks:** support Sepolia ([#3558](https://github.com/cowprotocol/cowswap/issues/3558)) ([ab8b179](https://github.com/cowprotocol/cowswap/commit/ab8b1794fb60da851f3fccdd861ebef4b18df30e))
+* sell eth warning for limit/twap ([#3573](https://github.com/cowprotocol/cowswap/issues/3573)) ([ff14c4b](https://github.com/cowprotocol/cowswap/commit/ff14c4b40a4b356a11b4b746d3240c2660dc0060))
+* **surplus:** update surplus percentage calculation ([#3548](https://github.com/cowprotocol/cowswap/issues/3548)) ([3d6dc3d](https://github.com/cowprotocol/cowswap/commit/3d6dc3da1927b9debcbb0458991f18a90c749ca8))
+* **twap:** unlimited twap deadline ([#3568](https://github.com/cowprotocol/cowswap/issues/3568)) ([378977c](https://github.com/cowprotocol/cowswap/commit/378977cf0a4d71f165d968d5b665ad6bb524ba67))
+* update docs/learn.cow.fi URLs ([#3611](https://github.com/cowprotocol/cowswap/issues/3611)) ([af0ff6b](https://github.com/cowprotocol/cowswap/commit/af0ff6b71de422e43aab987287f780d26a17ac73))
+* **widget:** custom token lists in widget ([#3390](https://github.com/cowprotocol/cowswap/issues/3390)) ([7eabe06](https://github.com/cowprotocol/cowswap/commit/7eabe06d043703718d742809791eda555dff5058))
+
+
+### Bug Fixes
+
+* disable Christmas theme ([#3582](https://github.com/cowprotocol/cowswap/issues/3582)) ([94643fb](https://github.com/cowprotocol/cowswap/commit/94643fb3ca77aea37b772d823cc48665b441eeaa))
+* display cow token logo in header ([#3608](https://github.com/cowprotocol/cowswap/issues/3608)) ([f374960](https://github.com/cowprotocol/cowswap/commit/f3749601f0105f815ca32d744bb68568be3f7f84))
+* don't crash when permittable tokens atom doesn't contain new network ([#3603](https://github.com/cowprotocol/cowswap/issues/3603)) ([ac517e8](https://github.com/cowprotocol/cowswap/commit/ac517e8656e6c0a42d3b3e4eb25318d5bc4c69db))
+* don't display Sepolia in supported list when it is off ([#3650](https://github.com/cowprotocol/cowswap/issues/3650)) ([1b97ef5](https://github.com/cowprotocol/cowswap/commit/1b97ef5ed7071b3f83f0dda1c7ea060180fb44d0))
+* **limit:** show price impact warning for Safe App when bundling ([#3571](https://github.com/cowprotocol/cowswap/issues/3571)) ([98a11e7](https://github.com/cowprotocol/cowswap/commit/98a11e7f9d41442db9c2ced08430813afce85572))
+* merge localStorage state with initial state to prevent empty states ([#3604](https://github.com/cowprotocol/cowswap/issues/3604)) ([9cd4bf5](https://github.com/cowprotocol/cowswap/commit/9cd4bf53807e307c213c547c762907b71bb5b343))
+* **permit:** report wrong permit to sentry for limit and swap flows ([#3565](https://github.com/cowprotocol/cowswap/issues/3565)) ([7067919](https://github.com/cowprotocol/cowswap/commit/706791978ca2e3412ceb33b5a1ff1ed878dd7f84))
+* **swap:** disable eth flow selling on buy orders ([#3574](https://github.com/cowprotocol/cowswap/issues/3574)) ([17f484b](https://github.com/cowprotocol/cowswap/commit/17f484b4162f0a25f655b49902cf4a33b468db33))
+* **swap:** fix swap out of market ([#3576](https://github.com/cowprotocol/cowswap/issues/3576)) ([878e99f](https://github.com/cowprotocol/cowswap/commit/878e99f1cb0079c37ff5b163f31fd1dda578f6c9))
+* **token-search:** fix token search results ([#3607](https://github.com/cowprotocol/cowswap/issues/3607)) ([955d93f](https://github.com/cowprotocol/cowswap/commit/955d93fd2fce614ff6eb85b358f72ba6c77a1f51))
+
## [1.54.2](https://github.com/cowprotocol/cowswap/compare/v1.54.1...v1.54.2) (2024-01-08)
diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json
index 395fa75e80..21be7ebe8a 100644
--- a/apps/cowswap-frontend/package.json
+++ b/apps/cowswap-frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/cowswap",
- "version": "1.54.2",
+ "version": "1.55.0",
"description": "CoW Swap",
"main": "index.js",
"author": "",
diff --git a/apps/explorer/CHANGELOG.md b/apps/explorer/CHANGELOG.md
new file mode 100644
index 0000000000..511ca511b7
--- /dev/null
+++ b/apps/explorer/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Changelog
+
+## [2.27.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.26.0...explorer-v2.27.0) (2024-01-17)
+
+
+### Features
+
+* cleanup and minify assets ([#3609](https://github.com/cowprotocol/cowswap/issues/3609)) ([62dd797](https://github.com/cowprotocol/cowswap/commit/62dd79796047500dd10b13a53a581c68ef8fc7c1))
+* **explorer:** copy-paste files from previous repo ([#3578](https://github.com/cowprotocol/cowswap/issues/3578)) ([9561bcb](https://github.com/cowprotocol/cowswap/commit/9561bcb42dd835197e272c734691a854ef089c7b))
+* **explorer:** support Sepolia network ([#3580](https://github.com/cowprotocol/cowswap/issues/3580)) ([d744c4a](https://github.com/cowprotocol/cowswap/commit/d744c4adc595b93b55310fd5d4e57594f45d9b26))
+* **explorer:** update project and migrate to vite ([#3579](https://github.com/cowprotocol/cowswap/issues/3579)) ([3056162](https://github.com/cowprotocol/cowswap/commit/30561629f872612e85d64757004d9400f1600781))
+
+
+### Bug Fixes
+
+* **explorer:** cast string SupportedChainId to number ([#3624](https://github.com/cowprotocol/cowswap/issues/3624)) ([784ce32](https://github.com/cowprotocol/cowswap/commit/784ce32bcfa7908999f3130357582602f02802a5))
+* **explorer:** change link to explorer version ([#3653](https://github.com/cowprotocol/cowswap/issues/3653)) ([e086118](https://github.com/cowprotocol/cowswap/commit/e086118295fe788afc9aac6ecd68defc9d634e79))
diff --git a/apps/explorer/package.json b/apps/explorer/package.json
index 86c09713aa..3e70e8f743 100644
--- a/apps/explorer/package.json
+++ b/apps/explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/explorer",
- "version": "2.26.0",
+ "version": "2.27.0",
"description": "CoW Swap Explorer",
"main": "src/main.tsx",
"author": "",
diff --git a/libs/permit-utils/CHANGELOG.md b/libs/permit-utils/CHANGELOG.md
new file mode 100644
index 0000000000..f22d43f8c5
--- /dev/null
+++ b/libs/permit-utils/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Changelog
+
+## [0.1.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.0.2...permit-utils-v0.1.0) (2024-01-17)
+
+
+### Features
+
+* **networks:** support Sepolia ([#3558](https://github.com/cowprotocol/cowswap/issues/3558)) ([ab8b179](https://github.com/cowprotocol/cowswap/commit/ab8b1794fb60da851f3fccdd861ebef4b18df30e))
+
+
+### Bug Fixes
+
+* **permit:** replace permit signer used for quoting ([#3562](https://github.com/cowprotocol/cowswap/issues/3562)) ([907d908](https://github.com/cowprotocol/cowswap/commit/907d90825643a5ad5824ed4ff5d24a9227f96f71))
diff --git a/libs/permit-utils/package.json b/libs/permit-utils/package.json
index 3f4303b106..a4a2925d3a 100644
--- a/libs/permit-utils/package.json
+++ b/libs/permit-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/permit-utils",
- "version": "0.0.2",
+ "version": "0.1.0",
"type": "module",
"dependencies": {
"ethers": "^5.7.2",
diff --git a/libs/widget-lib/CHANGELOG.md b/libs/widget-lib/CHANGELOG.md
new file mode 100644
index 0000000000..bb0714b4c8
--- /dev/null
+++ b/libs/widget-lib/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+## [0.3.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.2.1...widget-lib-v0.3.0) (2024-01-17)
+
+
+### Features
+
+* update docs/learn.cow.fi URLs ([#3611](https://github.com/cowprotocol/cowswap/issues/3611)) ([af0ff6b](https://github.com/cowprotocol/cowswap/commit/af0ff6b71de422e43aab987287f780d26a17ac73))
+* **widget:** custom token lists in widget ([#3390](https://github.com/cowprotocol/cowswap/issues/3390)) ([7eabe06](https://github.com/cowprotocol/cowswap/commit/7eabe06d043703718d742809791eda555dff5058))
+
+
+### Bug Fixes
+
+* **widget:** simplify token lists config ([#3652](https://github.com/cowprotocol/cowswap/issues/3652)) ([08aacdb](https://github.com/cowprotocol/cowswap/commit/08aacdb09602f48408cfe132bb9e5440fd774063))
diff --git a/libs/widget-lib/package.json b/libs/widget-lib/package.json
index 5cd29df5a0..e44d0c4946 100644
--- a/libs/widget-lib/package.json
+++ b/libs/widget-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-lib",
- "version": "0.2.1",
+ "version": "0.3.0",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",
"main": "index.js",