Skip to content

Commit

Permalink
chore: release main (#4512)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jun 6, 2024
1 parent 48a7536 commit ac5a84e
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"apps/cowswap-frontend": "1.71.1",
"apps/cowswap-frontend": "1.72.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.3.0",
"libs/analytics": "1.2.0",
"libs/assets": "1.3.0",
"libs/common-const": "1.3.1",
"libs/common-hooks": "1.1.0",
"libs/common-const": "1.4.0",
"libs/common-hooks": "1.2.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.3.1",
"libs/tokens": "1.4.0",
"libs/types": "1.0.0",
"libs/ui": "1.2.1",
"libs/wallet": "1.4.0",
"apps/cow-fi": "1.1.0",
"apps/cow-fi": "1.2.0",
"libs/wallet-provider": "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.2.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.1.0...cow-fi-v1.2.0) (2024-06-06)


### Features

* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46))

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


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

## [1.72.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.71.1...cowswap-v1.72.0) (2024-06-06)


### Features

* expose the address of a token in the HTML ([#4501](https://github.com/cowprotocol/cowswap/issues/4501)) ([0d5f468](https://github.com/cowprotocol/cowswap/commit/0d5f468e48c1b2dee56375bc80ed3f3c785c6b66))
* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46))


### Bug Fixes

* fix lint issue ([#4514](https://github.com/cowprotocol/cowswap/issues/4514)) ([48a7536](https://github.com/cowprotocol/cowswap/commit/48a75363422e5e63e246f0553e8372ce94a3f6b6))

## [1.71.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.71.0...cowswap-v1.71.1) (2024-06-04)


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.71.1",
"version": "1.72.0",
"description": "CoW Swap",
"main": "index.js",
"author": "",
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.4.0](https://github.com/cowprotocol/cowswap/compare/common-const-v1.3.1...common-const-v1.4.0) (2024-06-06)


### Features

* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46))

## [1.3.1](https://github.com/cowprotocol/cowswap/compare/common-const-v1.3.0...common-const-v1.3.1) (2024-06-04)


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.3.1",
"version": "1.4.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.2.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.1.0...common-hooks-v1.2.0) (2024-06-06)


### Features

* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46))

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/common-hooks-v1.0.1...common-hooks-v1.1.0) (2024-05-29)


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


### Features

* use bff proxies ([#4491](https://github.com/cowprotocol/cowswap/issues/4491)) ([cb9586b](https://github.com/cowprotocol/cowswap/commit/cb9586bbb4f78498a39b2b01c6bb1e4255dd0c46))

## [1.3.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.3.0...tokens-v1.3.1) (2024-06-04)


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.3.1",
"version": "1.4.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down

0 comments on commit ac5a84e

Please sign in to comment.