Skip to content

Commit

Permalink
chore: release main (#4837)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Aug 27, 2024
1 parent b6c27c1 commit f6e561f
Show file tree
Hide file tree
Showing 21 changed files with 97 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"apps/cowswap-frontend": "1.80.0",
"apps/cowswap-frontend": "1.81.0",
"apps/explorer": "2.33.1",
"libs/permit-utils": "0.3.1",
"libs/widget-lib": "0.13.2",
"libs/widget-lib": "0.14.0",
"libs/widget-react": "0.9.0",
"apps/widget-configurator": "1.5.1",
"libs/analytics": "1.5.0",
"libs/assets": "1.6.0",
"apps/widget-configurator": "1.6.0",
"libs/analytics": "1.6.0",
"libs/assets": "1.7.0",
"libs/common-const": "1.7.0",
"libs/common-hooks": "1.3.0",
"libs/common-utils": "1.6.1",
"libs/core": "1.2.0",
"libs/common-utils": "1.7.0",
"libs/core": "1.3.0",
"libs/ens": "1.2.0",
"libs/events": "1.4.0",
"libs/snackbars": "1.1.0",
"libs/tokens": "1.7.0",
"libs/tokens": "1.8.0",
"libs/types": "1.1.0",
"libs/ui": "1.7.1",
"libs/ui": "1.8.0",
"libs/wallet": "1.5.1",
"apps/cow-fi": "1.10.0",
"apps/cow-fi": "1.11.0",
"libs/wallet-provider": "1.0.0",
"libs/ui-utils": "1.1.0",
"libs/abis": "1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/cow-fi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.11.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.10.0...cow-fi-v1.11.0) (2024-08-27)


### Features

* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))
* update refer to earn text ([#4821](https://github.com/cowprotocol/cowswap/issues/4821)) ([c90dba0](https://github.com/cowprotocol/cowswap/commit/c90dba0c1bfbf1923354e08476eaaf2e039d73b2))

## [1.10.0](https://github.com/cowprotocol/cowswap/compare/cow-fi-v1.9.0...cow-fi-v1.10.0) (2024-08-09)


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.10.0",
"version": "1.11.0",
"description": "CoW DAO website",
"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.81.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.80.0...cowswap-v1.81.0) (2024-08-27)


### Features

* **dynamic-slippage:** add tooltip and change message ([#4819](https://github.com/cowprotocol/cowswap/issues/4819)) ([75a16ac](https://github.com/cowprotocol/cowswap/commit/75a16aca98541b42583399b6aad3a99f7ced3ab7))
* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))


### Bug Fixes

* adjust dynamic slippage wording ([a2375e6](https://github.com/cowprotocol/cowswap/commit/a2375e6651a6fba7d2a99cc67395011133486676))

## [1.80.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.79.0...cowswap-v1.80.0) (2024-08-14)


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.80.0",
"version": "1.81.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.6.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.5.1...widget-configurator-v1.6.0) (2024-08-27)


### Features

* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))

## [1.5.1](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.5.0...widget-configurator-v1.5.1) (2024-08-14)


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.5.1",
"version": "1.6.0",
"description": "CoW Swap widget configurator",
"main": "src/main.tsx",
"author": "",
Expand Down
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.6.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.5.0...analytics-v1.6.0) (2024-08-27)


### Features

* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))

## [1.5.0](https://github.com/cowprotocol/cowswap/compare/analytics-v1.4.0...analytics-v1.5.0) (2024-07-18)


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.5.0",
"version": "1.6.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
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.7.0](https://github.com/cowprotocol/cowswap/compare/assets-v1.6.0...assets-v1.7.0) (2024-08-27)


### Features

* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))

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


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.6.0",
"version": "1.7.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions libs/common-utils/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-utils-v1.6.1...common-utils-v1.7.0) (2024-08-27)


### Features

* **dynamic-slippage:** add tooltip and change message ([#4819](https://github.com/cowprotocol/cowswap/issues/4819)) ([75a16ac](https://github.com/cowprotocol/cowswap/commit/75a16aca98541b42583399b6aad3a99f7ced3ab7))

## [1.6.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.6.0...common-utils-v1.6.1) (2024-08-14)


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.6.1",
"version": "1.7.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.3.0](https://github.com/cowprotocol/cowswap/compare/core-v1.2.0...core-v1.3.0) (2024-08-27)


### Features

* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))

## [1.2.0](https://github.com/cowprotocol/cowswap/compare/core-v1.1.0...core-v1.2.0) (2024-07-31)


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.2.0",
"version": "1.3.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.8.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.7.0...tokens-v1.8.0) (2024-08-27)


### Features

* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))

## [1.7.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.6.1...tokens-v1.7.0) (2024-08-14)


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

## [1.8.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.7.1...ui-v1.8.0) (2024-08-27)


### Features

* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))

## [1.7.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.7.0...ui-v1.7.1) (2024-08-14)


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.7.1",
"version": "1.8.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.14.0](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.13.2...widget-lib-v0.14.0) (2024-08-27)


### Features

* **progress-bar-v2:** replace progress bar with v2 ([#4033](https://github.com/cowprotocol/cowswap/issues/4033)) ([e199bff](https://github.com/cowprotocol/cowswap/commit/e199bff492ad3f91df23be34a829ebe1f246444a))

## [0.13.2](https://github.com/cowprotocol/cowswap/compare/widget-lib-v0.13.1...widget-lib-v0.13.2) (2024-07-05)


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.13.2",
"version": "0.14.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 f6e561f

Please sign in to comment.