Skip to content

Commit

Permalink
chore: release main (#4863)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Sep 5, 2024
1 parent bb031c3 commit 25965ed
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"apps/cowswap-frontend": "1.81.1",
"apps/cowswap-frontend": "1.81.2",
"apps/explorer": "2.33.1",
"libs/permit-utils": "0.3.1",
"libs/widget-lib": "0.14.0",
"libs/widget-react": "0.10.0",
"libs/widget-react": "0.10.1",
"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.7.0",
"libs/common-utils": "1.7.1",
"libs/core": "1.3.0",
"libs/ens": "1.2.0",
"libs/events": "1.4.0",
"libs/snackbars": "1.1.0",
"libs/tokens": "1.8.0",
"libs/tokens": "1.8.1",
"libs/types": "1.1.0",
"libs/ui": "1.8.0",
"libs/wallet": "1.5.1",
"libs/ui": "1.8.1",
"libs/wallet": "1.5.2",
"apps/cow-fi": "1.12.0",
"libs/wallet-provider": "1.0.0",
"libs/ui-utils": "1.1.0",
Expand Down
9 changes: 9 additions & 0 deletions apps/cowswap-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.81.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.81.1...cowswap-v1.81.2) (2024-09-05)


### Bug Fixes

* **progress-bar:** fix styling issues ([#4841](https://github.com/cowprotocol/cowswap/issues/4841)) ([083d489](https://github.com/cowprotocol/cowswap/commit/083d489198033516d58e769075707d42e4fcaedc))
* **twap:** display relevant price after slippage ([#4844](https://github.com/cowprotocol/cowswap/issues/4844)) ([14064c0](https://github.com/cowprotocol/cowswap/commit/14064c0a8ebc9bbf7ca42edaec1e7311c1dfa641))
* **twap:** don't crash when slippage is 100 ([#4845](https://github.com/cowprotocol/cowswap/issues/4845)) ([f2f092c](https://github.com/cowprotocol/cowswap/commit/f2f092c66050b7fd9f5e7d56cf71d921c974af12))

## [1.81.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.81.0...cowswap-v1.81.1) (2024-08-29)


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.81.1",
"version": "1.81.2",
"description": "CoW Swap",
"main": "index.js",
"author": "",
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.1](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.7.0...common-utils-v1.7.1) (2024-09-05)


### Bug Fixes

* **twap:** don't crash when slippage is 100 ([#4845](https://github.com/cowprotocol/cowswap/issues/4845)) ([f2f092c](https://github.com/cowprotocol/cowswap/commit/f2f092c66050b7fd9f5e7d56cf71d921c974af12))

## [1.7.0](https://github.com/cowprotocol/cowswap/compare/common-utils-v1.6.1...common-utils-v1.7.0) (2024-08-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.7.0",
"version": "1.7.1",
"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.1](https://github.com/cowprotocol/cowswap/compare/tokens-v1.8.0...tokens-v1.8.1) (2024-09-05)


### Bug Fixes

* **progress-bar:** fix styling issues ([#4841](https://github.com/cowprotocol/cowswap/issues/4841)) ([083d489](https://github.com/cowprotocol/cowswap/commit/083d489198033516d58e769075707d42e4fcaedc))

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


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.8.0",
"version": "1.8.1",
"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.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.8.0...ui-v1.8.1) (2024-09-05)


### Bug Fixes

* **progress-bar:** fix styling issues ([#4841](https://github.com/cowprotocol/cowswap/issues/4841)) ([083d489](https://github.com/cowprotocol/cowswap/commit/083d489198033516d58e769075707d42e4fcaedc))

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


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.8.0",
"version": "1.8.1",
"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.2](https://github.com/cowprotocol/cowswap/compare/wallet-v1.5.1...wallet-v1.5.2) (2024-09-05)


### Bug Fixes

* **wallet:** connect eagerly only once ([#4846](https://github.com/cowprotocol/cowswap/issues/4846)) ([65142d5](https://github.com/cowprotocol/cowswap/commit/65142d5b3d2d2d5ee750b5d6a18ef2b0702bc957))

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


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

## [0.10.1](https://github.com/cowprotocol/cowswap/compare/widget-react-v0.10.0...widget-react-v0.10.1) (2024-09-05)


### Bug Fixes

* **widget-react:** fix @cowprotocol/widget-lib build export path ([#4839](https://github.com/cowprotocol/cowswap/issues/4839)) ([2b56673](https://github.com/cowprotocol/cowswap/commit/2b566737e603aeca7f278c059c892f6cc6fe539d))

## [0.10.0](https://github.com/cowprotocol/cowswap/compare/widget-react-v0.9.0...widget-react-v0.10.0) (2024-08-28)


Expand Down
2 changes: 1 addition & 1 deletion libs/widget-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-react",
"version": "0.10.1-RC.0",
"version": "0.10.1",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your React application.",
"main": "index.js",
Expand Down

0 comments on commit 25965ed

Please sign in to comment.