Skip to content

Commit

Permalink
chore: release main (#4617)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Jun 25, 2024
1 parent 5a95dee commit f020c5d
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"apps/cowswap-frontend": "1.74.1",
"apps/cowswap-frontend": "1.75.0",
"apps/explorer": "2.31.1",
"libs/permit-utils": "0.3.0",
"libs/widget-lib": "0.13.0",
"libs/widget-react": "0.9.0",
"apps/widget-configurator": "1.3.2",
"libs/analytics": "1.3.0",
"libs/assets": "1.4.1",
"libs/assets": "1.5.0",
"libs/common-const": "1.6.0",
"libs/common-hooks": "1.3.0",
"libs/common-utils": "1.4.0",
Expand All @@ -16,8 +16,8 @@
"libs/snackbars": "1.1.0",
"libs/tokens": "1.5.0",
"libs/types": "1.0.0",
"libs/ui": "1.4.1",
"libs/wallet": "1.5.0",
"libs/ui": "1.5.0",
"libs/wallet": "1.5.1",
"apps/cow-fi": "1.4.2",
"libs/wallet-provider": "1.0.0",
"libs/ui-utils": "1.1.0"
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.75.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.74.1...cowswap-v1.75.0) (2024-06-25)


### Features

* update vcow image ([#4611](https://github.com/cowprotocol/cowswap/issues/4611)) ([8212880](https://github.com/cowprotocol/cowswap/commit/821288029e011b104598fb58c8174ee2bf840f80))


### Bug Fixes

* update cow token logo ([#4608](https://github.com/cowprotocol/cowswap/issues/4608)) ([51ad5f4](https://github.com/cowprotocol/cowswap/commit/51ad5f47a7e4bf0e4ea8b9998774a82874f47306))
* **widget:** override new button text color ([#4616](https://github.com/cowprotocol/cowswap/issues/4616)) ([77793a4](https://github.com/cowprotocol/cowswap/commit/77793a4f0f740494ec929966efc64ebd0f24b9f9))

## [1.74.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.74.0...cowswap-v1.74.1) (2024-06-25)


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

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


### Features

* update cow-swap url footer ([#4609](https://github.com/cowprotocol/cowswap/issues/4609)) ([8e0ae31](https://github.com/cowprotocol/cowswap/commit/8e0ae31a5e6074e94f62487dcc0fffe7bf26ef60))
* update vcow image ([#4611](https://github.com/cowprotocol/cowswap/issues/4611)) ([8212880](https://github.com/cowprotocol/cowswap/commit/821288029e011b104598fb58c8174ee2bf840f80))


### Bug Fixes

* update cow token logo ([#4608](https://github.com/cowprotocol/cowswap/issues/4608)) ([51ad5f4](https://github.com/cowprotocol/cowswap/commit/51ad5f47a7e4bf0e4ea8b9998774a82874f47306))

## [1.4.1](https://github.com/cowprotocol/cowswap/compare/assets-v1.4.0...assets-v1.4.1) (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.4.1",
"version": "1.5.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.5.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.4.1...ui-v1.5.0) (2024-06-25)


### Features

* update brand kit link ([#4610](https://github.com/cowprotocol/cowswap/issues/4610)) ([319ab7e](https://github.com/cowprotocol/cowswap/commit/319ab7ebc3cf581684584d3ddbf57f7b9d4f1aec))
* update cow-swap url footer ([#4609](https://github.com/cowprotocol/cowswap/issues/4609)) ([8e0ae31](https://github.com/cowprotocol/cowswap/commit/8e0ae31a5e6074e94f62487dcc0fffe7bf26ef60))

## [1.4.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.4.0...ui-v1.4.1) (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.4.1",
"version": "1.5.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions libs/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.1](https://github.com/cowprotocol/cowswap/compare/wallet-v1.5.0...wallet-v1.5.1) (2024-06-25)


### Bug Fixes

* update cow token logo ([#4608](https://github.com/cowprotocol/cowswap/issues/4608)) ([51ad5f4](https://github.com/cowprotocol/cowswap/commit/51ad5f47a7e4bf0e4ea8b9998774a82874f47306))

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


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

0 comments on commit f020c5d

Please sign in to comment.