Skip to content

Commit

Permalink
chore: release main (#4499)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored May 29, 2024
1 parent 36b5122 commit 38cd0fc
Show file tree
Hide file tree
Showing 31 changed files with 170 additions and 30 deletions.
30 changes: 15 additions & 15 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"apps/cowswap-frontend": "1.70.0",
"apps/explorer": "2.29.6",
"libs/permit-utils": "0.2.1",
"libs/widget-lib": "0.11.0",
"apps/cowswap-frontend": "1.71.0",
"apps/explorer": "2.30.0",
"libs/permit-utils": "0.3.0",
"libs/widget-lib": "0.12.0",
"libs/widget-react": "0.9.0",
"apps/widget-configurator": "1.2.1",
"apps/widget-configurator": "1.3.0",
"libs/analytics": "1.2.0",
"libs/assets": "1.2.0",
"libs/common-const": "1.2.0",
"libs/common-hooks": "1.0.1",
"libs/common-utils": "1.1.1",
"libs/core": "1.0.0",
"libs/ens": "1.1.0",
"libs/assets": "1.3.0",
"libs/common-const": "1.3.0",
"libs/common-hooks": "1.1.0",
"libs/common-utils": "1.2.0",
"libs/core": "1.1.0",
"libs/ens": "1.2.0",
"libs/events": "1.3.0",
"libs/snackbars": "1.0.1",
"libs/tokens": "1.2.0",
"libs/tokens": "1.3.0",
"libs/types": "1.0.0",
"libs/ui": "1.2.0",
"libs/wallet": "1.3.0",
"apps/cow-fi": "1.0.0",
"libs/ui": "1.2.1",
"libs/wallet": "1.4.0",
"apps/cow-fi": "1.1.0",
"libs/wallet-provider": "1.0.0"
}
12 changes: 12 additions & 0 deletions apps/cow-fi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.0.0...cow-fi-v1.1.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))


### Bug Fixes

* navigate with widget awareness ([#4471](https://github.com/cowprotocol/cowswap/issues/4471)) ([f0c4134](https://github.com/cowprotocol/cowswap/commit/f0c41344eea751006a4fe0b66865b2c5c30a5310))

## 1.0.0 (2024-05-22)


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.0.0",
"version": "1.1.0",
"description": "CoW Swap landing pages",
"main": "index.js",
"author": "",
Expand Down
20 changes: 20 additions & 0 deletions apps/cowswap-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.71.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.70.0...cowswap-v1.71.0) (2024-05-29)


### Features

* add support for ERC-3770 on recipient addr ([#4418](https://github.com/cowprotocol/cowswap/issues/4418)) ([3e1732d](https://github.com/cowprotocol/cowswap/commit/3e1732dfb11f2cb4fdb815802e68c1d03af29c80))
* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))
* don't pollute the history with widget changes ([#4470](https://github.com/cowprotocol/cowswap/issues/4470)) ([9e813bd](https://github.com/cowprotocol/cowswap/commit/9e813bd835f67f6d3676a2e06164606e7c434d5a))
* improve message for wrong prefix on networks ([#4468](https://github.com/cowprotocol/cowswap/issues/4468)) ([fdb36e5](https://github.com/cowprotocol/cowswap/commit/fdb36e57ec937c883106d200df130e3072181f02))


### Bug Fixes

* **explorer:** adjust almost fully filled orders displaying ([#4482](https://github.com/cowprotocol/cowswap/issues/4482)) ([3a5d654](https://github.com/cowprotocol/cowswap/commit/3a5d65484ab8818f5a5ba6aa18e6519243f686ee))
* fix safe read-only button tooltip ([#4475](https://github.com/cowprotocol/cowswap/issues/4475)) ([f33a1eb](https://github.com/cowprotocol/cowswap/commit/f33a1ebb5eb347e62deca26211a7779f41db63df))
* **limit-orders:** adjust almost fully filled orders displaying ([#4477](https://github.com/cowprotocol/cowswap/issues/4477)) ([d89a0d4](https://github.com/cowprotocol/cowswap/commit/d89a0d4ba76836c05526091c9ab6bee8a5048616))
* **limit-orders:** don't update trade context after review modal open ([#4476](https://github.com/cowprotocol/cowswap/issues/4476)) ([972ddd9](https://github.com/cowprotocol/cowswap/commit/972ddd93b2ad3c8cb7fbbf7a4ce4c1e452324fe0))
* navigate with widget awareness ([#4471](https://github.com/cowprotocol/cowswap/issues/4471)) ([f0c4134](https://github.com/cowprotocol/cowswap/commit/f0c41344eea751006a4fe0b66865b2c5c30a5310))
* **usd-estimation:** no usd estimations for native ([#4352](https://github.com/cowprotocol/cowswap/issues/4352)) ([e986ec4](https://github.com/cowprotocol/cowswap/commit/e986ec4812119ed5c79347efe8d21aa25c9629dd))

## [1.70.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.69.0...cowswap-v1.70.0) (2024-05-22)


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

## [2.30.0](https://github.com/cowprotocol/cowswap/compare/explorer-v2.29.6...explorer-v2.30.0) (2024-05-29)


### Features

* add arbitrum uni token list ([#4488](https://github.com/cowprotocol/cowswap/issues/4488)) ([057bc68](https://github.com/cowprotocol/cowswap/commit/057bc689771bd256d667f3335a3da0b683f1bd8d))
* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))


### Bug Fixes

* **explorer:** adjust almost fully filled orders displaying ([#4482](https://github.com/cowprotocol/cowswap/issues/4482)) ([3a5d654](https://github.com/cowprotocol/cowswap/commit/3a5d65484ab8818f5a5ba6aa18e6519243f686ee))
* navigate with widget awareness ([#4471](https://github.com/cowprotocol/cowswap/issues/4471)) ([f0c4134](https://github.com/cowprotocol/cowswap/commit/f0c41344eea751006a4fe0b66865b2c5c30a5310))

## [2.29.6](https://github.com/cowprotocol/cowswap/compare/explorer-v2.29.5...explorer-v2.29.6) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/explorer",
"version": "2.29.6",
"version": "2.30.0",
"description": "CoW Swap Explorer",
"main": "src/main.tsx",
"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.3.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.2.1...widget-configurator-v1.3.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [1.2.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.2.0...widget-configurator-v1.2.1) (2024-05-22)


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.2.1",
"version": "1.3.0",
"description": "CoW Swap widget configurator",
"main": "src/main.tsx",
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions libs/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.2.0...assets-v1.3.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [1.2.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.1.0...assets-v1.2.0) (2024-05-22)


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.2.0",
"version": "1.3.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions libs/common-const/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.2.0...common-const-v1.3.0) (2024-05-29)


### Features

* add support for ERC-3770 on recipient addr ([#4418](https://github.com/cowprotocol/cowswap/issues/4418)) ([3e1732d](https://github.com/cowprotocol/cowswap/commit/3e1732dfb11f2cb4fdb815802e68c1d03af29c80))
* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [1.2.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.1.0...common-const-v1.2.0) (2024-05-22)


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.2.0",
"version": "1.3.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions libs/common-hooks/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/common-hooks-v1.0.1...common-hooks-v1.1.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [1.0.1](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.0.0...common-hooks-v1.0.1) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion libs/common-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/common-hooks",
"version": "1.0.1",
"version": "1.1.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.2.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.1.1...common-utils-v1.2.0) (2024-05-29)


### Features

* add support for ERC-3770 on recipient addr ([#4418](https://github.com/cowprotocol/cowswap/issues/4418)) ([3e1732d](https://github.com/cowprotocol/cowswap/commit/3e1732dfb11f2cb4fdb815802e68c1d03af29c80))
* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [1.1.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.1.0...common-utils-v1.1.1) (2024-04-18)


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.1.1",
"version": "1.2.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions libs/core/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/core-v1.0.0...core-v1.1.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## 1.0.0 (2024-03-29)


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

## [1.2.0](https://github.com/cowprotocol/cowswap/compare/ens-v1.1.0...ens-v1.2.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/ens-v1.0.0...ens-v1.1.0) (2024-05-22)


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

## [0.3.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.2.1...permit-utils-v0.3.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [0.2.1](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.2.0...permit-utils-v0.2.1) (2024-05-02)


Expand Down
2 changes: 1 addition & 1 deletion libs/permit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/permit-utils",
"version": "0.3.0-RC.0",
"version": "0.3.0",
"type": "module",
"dependencies": {
"ethers": "^5.7.2",
Expand Down
8 changes: 8 additions & 0 deletions libs/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.2.0...tokens-v1.3.0) (2024-05-29)


### Features

* add arbitrum uni token list ([#4488](https://github.com/cowprotocol/cowswap/issues/4488)) ([057bc68](https://github.com/cowprotocol/cowswap/commit/057bc689771bd256d667f3335a3da0b683f1bd8d))
* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [1.2.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.1.1...tokens-v1.2.0) (2024-05-02)


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

## [1.2.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.2.0...ui-v1.2.1) (2024-05-29)


### Bug Fixes

* **explorer:** adjust almost fully filled orders displaying ([#4482](https://github.com/cowprotocol/cowswap/issues/4482)) ([3a5d654](https://github.com/cowprotocol/cowswap/commit/3a5d65484ab8818f5a5ba6aa18e6519243f686ee))
* fix safe read-only button tooltip ([#4475](https://github.com/cowprotocol/cowswap/issues/4475)) ([f33a1eb](https://github.com/cowprotocol/cowswap/commit/f33a1ebb5eb347e62deca26211a7779f41db63df))

## [1.2.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.1.0...ui-v1.2.0) (2024-05-02)


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.2.0",
"version": "1.2.1",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
13 changes: 13 additions & 0 deletions libs/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.3.0...wallet-v1.4.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))


### Bug Fixes

* **wallets:** don't reset wallet on network switching ([#4497](https://github.com/cowprotocol/cowswap/issues/4497)) ([e11a858](https://github.com/cowprotocol/cowswap/commit/e11a85810b881b00b2c6cce0ef040964344122c3))
* **wallets:** update provider when eip6963 wallet changed ([#4483](https://github.com/cowprotocol/cowswap/issues/4483)) ([7c37566](https://github.com/cowprotocol/cowswap/commit/7c37566cce83a2f23c7a63b71717edf67488cb74))

## [1.3.0](https://github.com/cowprotocol/cowswap/compare/wallet-v1.2.0...wallet-v1.3.0) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion libs/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/wallet",
"version": "1.3.0",
"version": "1.4.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
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.12.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.11.0...widget-lib-v0.12.0) (2024-05-29)


### Features

* **arbitrum:** add arbitrum_one ([#4407](https://github.com/cowprotocol/cowswap/issues/4407)) ([166e33f](https://github.com/cowprotocol/cowswap/commit/166e33f3c494972738b154cf844584dd78e12c7d))

## [0.11.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.10.1...widget-lib-v0.11.0) (2024-05-01)


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.11.1",
"version": "0.12.0",
"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 38cd0fc

Please sign in to comment.