Skip to content

Commit

Permalink
chore: release main (#4712)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jul 12, 2024
1 parent a57e338 commit 72c5b9c
Show file tree
Hide file tree
Showing 25 changed files with 130 additions and 23 deletions.
24 changes: 13 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"apps/cowswap-frontend": "1.76.2",
"apps/cowswap-frontend": "1.77.0",
"apps/explorer": "2.32.2",
"libs/permit-utils": "0.3.0",
"libs/widget-lib": "0.13.2",
"libs/widget-react": "0.9.0",
"apps/widget-configurator": "1.3.2",
"libs/analytics": "1.3.0",
"libs/assets": "1.5.0",
"libs/common-const": "1.6.2",
"apps/widget-configurator": "1.4.0",
"libs/analytics": "1.4.0",
"libs/assets": "1.6.0",
"libs/common-const": "1.7.0",
"libs/common-hooks": "1.3.0",
"libs/common-utils": "1.4.1",
"libs/common-utils": "1.5.0",
"libs/core": "1.1.0",
"libs/ens": "1.2.0",
"libs/events": "1.3.0",
"libs/events": "1.4.0",
"libs/snackbars": "1.1.0",
"libs/tokens": "1.5.2",
"libs/types": "1.0.0",
"libs/ui": "1.5.0",
"libs/types": "1.1.0",
"libs/ui": "1.6.0",
"libs/wallet": "1.5.1",
"apps/cow-fi": "1.6.0",
"apps/cow-fi": "1.7.0",
"libs/wallet-provider": "1.0.0",
"libs/ui-utils": "1.1.0"
"libs/ui-utils": "1.1.0",
"libs/abis": "1.0.0",
"libs/balances-and-allowances": "1.0.0"
}
7 changes: 7 additions & 0 deletions apps/cow-fi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.6.0...cow-fi-v1.7.0) (2024-07-12)


### Features

* sitemap.xml generating cow.fi ([#4687](https://github.com/cowprotocol/cowswap/issues/4687)) ([571bb7d](https://github.com/cowprotocol/cowswap/commit/571bb7d2fabedceb5484bf59e3c26b39de3e5717))

## [1.6.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.5.0...cow-fi-v1.6.0) (2024-07-05)


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

## [1.77.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.76.2...cowswap-v1.77.0) (2024-07-12)


### Features

* **hooks:** simulate hook transaction via Tenderly ([#4702](https://github.com/cowprotocol/cowswap/issues/4702)) ([19ee90a](https://github.com/cowprotocol/cowswap/commit/19ee90ab37638df29269bd47572898dcc94be8f4))
* **swap:** use smart slippage ([#4649](https://github.com/cowprotocol/cowswap/issues/4649)) ([ebb22ce](https://github.com/cowprotocol/cowswap/commit/ebb22cec497dfc696d32a2fd75ecc17cfd58eb41))
* update favicon icons and manifest ([#4689](https://github.com/cowprotocol/cowswap/issues/4689)) ([549bcc0](https://github.com/cowprotocol/cowswap/commit/549bcc0dea929efdb6adbffa956dac013a73c679))


### Bug Fixes

* **hooks:** link hooks page to swap trade state ([#4698](https://github.com/cowprotocol/cowswap/issues/4698)) ([bab250c](https://github.com/cowprotocol/cowswap/commit/bab250cb9888b3ec3dab422fc91fbaf23541b778))
* **limit:** clear limit output amount when price is empty ([#4678](https://github.com/cowprotocol/cowswap/issues/4678)) ([0620a9a](https://github.com/cowprotocol/cowswap/commit/0620a9a70a31687f70ec4abc6da280d54a823cb8))
* **limit:** missing price error takes precedence over missing approval ([#4693](https://github.com/cowprotocol/cowswap/issues/4693)) ([306059e](https://github.com/cowprotocol/cowswap/commit/306059ee46c57cb14bb69eb48f06aa6c85a9e4f6))
* **safe-bundle:** don't show active SWAP button unless trade is valid ([#4672](https://github.com/cowprotocol/cowswap/issues/4672)) ([1ea49ea](https://github.com/cowprotocol/cowswap/commit/1ea49ea7552ce8a314b35c9092bc234ba38fa66f))
* **trade:** display trade details when there is no usd value of costs ([#4704](https://github.com/cowprotocol/cowswap/issues/4704)) ([62e6b78](https://github.com/cowprotocol/cowswap/commit/62e6b78ea934836f709ef4a4c6ab5f817baf592a))
* vercel redirects ([#4686](https://github.com/cowprotocol/cowswap/issues/4686)) ([107ed3a](https://github.com/cowprotocol/cowswap/commit/107ed3ad74318c14ef608cd090d1086d6389426b))

## [1.76.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.76.1...cowswap-v1.76.2) (2024-07-05)


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

## [1.4.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.3.2...widget-configurator-v1.4.0) (2024-07-12)


### Features

* update favicon icons and manifest ([#4689](https://github.com/cowprotocol/cowswap/issues/4689)) ([549bcc0](https://github.com/cowprotocol/cowswap/commit/549bcc0dea929efdb6adbffa956dac013a73c679))

## [1.3.2](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.3.1...widget-configurator-v1.3.2) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion apps/widget-configurator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-configurator",
"version": "1.3.2",
"version": "1.4.0",
"description": "CoW Swap widget configurator",
"main": "src/main.tsx",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions libs/abis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-07-12)


### Features

* hook store & hook Dapps 🪝 ([#4652](https://github.com/cowprotocol/cowswap/issues/4652)) ([b38321e](https://github.com/cowprotocol/cowswap/commit/b38321e0665e1ad5f0633868f8934128601ad313))
2 changes: 1 addition & 1 deletion libs/abis/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cowprotocol/cowswap-abis",
"version": "0.0.1",
"version": "1.0.0",
"type": "commonjs"
}
7 changes: 7 additions & 0 deletions libs/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.3.0...analytics-v1.4.0) (2024-07-12)


### Features

* hook store & hook Dapps 🪝 ([#4652](https://github.com/cowprotocol/cowswap/issues/4652)) ([b38321e](https://github.com/cowprotocol/cowswap/commit/b38321e0665e1ad5f0633868f8934128601ad313))

## [1.3.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.2.0...analytics-v1.3.0) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion libs/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/analytics",
"version": "1.3.0",
"version": "1.4.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions libs/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.6.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.5.0...assets-v1.6.0) (2024-07-12)


### Features

* **hooks:** simulate hook transaction via Tenderly ([#4702](https://github.com/cowprotocol/cowswap/issues/4702)) ([19ee90a](https://github.com/cowprotocol/cowswap/commit/19ee90ab37638df29269bd47572898dcc94be8f4))
* update widget cow logo ([#4659](https://github.com/cowprotocol/cowswap/issues/4659)) ([d7d40f7](https://github.com/cowprotocol/cowswap/commit/d7d40f718012b1d4dc039c57dcbfe2070795b3e0))

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


Expand Down
2 changes: 1 addition & 1 deletion libs/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/assets",
"version": "1.5.0",
"version": "1.6.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions libs/balances-and-allowances/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-07-12)


### Bug Fixes

* **limit:** clear limit output amount when price is empty ([#4678](https://github.com/cowprotocol/cowswap/issues/4678)) ([0620a9a](https://github.com/cowprotocol/cowswap/commit/0620a9a70a31687f70ec4abc6da280d54a823cb8))
2 changes: 1 addition & 1 deletion libs/balances-and-allowances/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/balances-and-allowances",
"version": "0.0.1",
"version": "1.0.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions libs/common-const/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.6.2...common-const-v1.7.0) (2024-07-12)


### Features

* **swap:** use smart slippage ([#4649](https://github.com/cowprotocol/cowswap/issues/4649)) ([ebb22ce](https://github.com/cowprotocol/cowswap/commit/ebb22cec497dfc696d32a2fd75ecc17cfd58eb41))

## [1.6.2](https://github.com/cowprotocol/cowswap/compare/common-const-v1.6.1...common-const-v1.6.2) (2024-07-05)


Expand Down
2 changes: 1 addition & 1 deletion libs/common-const/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/common-const",
"version": "1.6.2",
"version": "1.7.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions libs/common-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.5.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.4.1...common-utils-v1.5.0) (2024-07-12)


### Features

* **hooks:** simulate hook transaction via Tenderly ([#4702](https://github.com/cowprotocol/cowswap/issues/4702)) ([19ee90a](https://github.com/cowprotocol/cowswap/commit/19ee90ab37638df29269bd47572898dcc94be8f4))
* **swap:** use smart slippage ([#4649](https://github.com/cowprotocol/cowswap/issues/4649)) ([ebb22ce](https://github.com/cowprotocol/cowswap/commit/ebb22cec497dfc696d32a2fd75ecc17cfd58eb41))

## [1.4.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.4.0...common-utils-v1.4.1) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion libs/common-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/common-utils",
"version": "1.4.1",
"version": "1.5.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions libs/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/cowprotocol/cowswap/compare/events-v1.3.0...events-v1.4.0) (2024-07-12)


### Features

* hook store & hook Dapps 🪝 ([#4652](https://github.com/cowprotocol/cowswap/issues/4652)) ([b38321e](https://github.com/cowprotocol/cowswap/commit/b38321e0665e1ad5f0633868f8934128601ad313))

## [1.3.0](https://github.com/cowprotocol/cowswap/compare/events-v1.2.0...events-v1.3.0) (2024-04-15)


Expand Down
2 changes: 1 addition & 1 deletion libs/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/events",
"version": "1.3.0",
"version": "1.4.0",
"type": "commonjs",
"description": "CoW Swap events",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions libs/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/types-v1.0.0...types-v1.1.0) (2024-07-12)


### Features

* hook store & hook Dapps 🪝 ([#4652](https://github.com/cowprotocol/cowswap/issues/4652)) ([b38321e](https://github.com/cowprotocol/cowswap/commit/b38321e0665e1ad5f0633868f8934128601ad313))

## 1.0.0 (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion libs/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/types",
"version": "1.0.0",
"version": "1.1.0",
"type": "commonjs",
"description": "CoW Swap events",
"main": "index.js",
Expand Down
12 changes: 12 additions & 0 deletions libs/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.6.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.5.0...ui-v1.6.0) (2024-07-12)


### Features

* explorer app cleanup ([#4625](https://github.com/cowprotocol/cowswap/issues/4625)) ([4148b0a](https://github.com/cowprotocol/cowswap/commit/4148b0a2f8e33d0b5d2c09a0f5eeacdb8d4eb66a))


### Bug Fixes

* **explorer:** fix almost filled orders on Explorer ([#4650](https://github.com/cowprotocol/cowswap/issues/4650)) ([fb4f593](https://github.com/cowprotocol/cowswap/commit/fb4f593d8a30f6fe3834d298178994aa9af3abf5))

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


Expand Down
2 changes: 1 addition & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/ui",
"version": "1.5.0",
"version": "1.6.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit 72c5b9c

Please sign in to comment.