Skip to content

Commit

Permalink
chore: release main (#4355)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored May 2, 2024
1 parent a261d38 commit ec2a817
Show file tree
Hide file tree
Showing 9 changed files with 41 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,10 +1,10 @@
{
"apps/cowswap-frontend": "1.67.0",
"apps/explorer": "2.29.5",
"libs/permit-utils": "0.2.0",
"libs/permit-utils": "0.2.1",
"libs/widget-lib": "0.11.0",
"libs/widget-react": "0.9.0",
"apps/widget-configurator": "1.1.0",
"apps/widget-configurator": "1.2.0",
"libs/analytics": "1.1.0",
"libs/assets": "1.1.0",
"libs/common-const": "1.1.0",
Expand All @@ -14,8 +14,8 @@
"libs/ens": "1.0.0",
"libs/events": "1.3.0",
"libs/snackbars": "1.0.1",
"libs/tokens": "1.1.1",
"libs/tokens": "1.2.0",
"libs/types": "1.0.0",
"libs/ui": "1.1.0",
"libs/ui": "1.2.0",
"libs/wallet": "1.1.0"
}
12 changes: 12 additions & 0 deletions apps/widget-configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* **widget-cfg:** update web3modal ([#4272](https://github.com/cowprotocol/cowswap/issues/4272)) ([badb43b](https://github.com/cowprotocol/cowswap/commit/badb43bda3e4d361c381c55ab3d373c7cced3f2c))


### Bug Fixes

* **widget:** fix modals displaying ([#4308](https://github.com/cowprotocol/cowswap/issues/4308)) ([2750b2f](https://github.com/cowprotocol/cowswap/commit/2750b2fd6c848ced889cef2d3ce16bf59f77afcb))

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/widget-configurator-v1.0.2...widget-configurator-v1.1.0) (2024-04-11)


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.1.0",
"version": "1.2.0",
"description": "CoW Swap widget configurator",
"main": "src/main.tsx",
"author": "",
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.2.1](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.2.0...permit-utils-v0.2.1) (2024-05-02)


### Bug Fixes

* **sentry:** fix unhandled permit failure ([#4275](https://github.com/cowprotocol/cowswap/issues/4275)) ([a774983](https://github.com/cowprotocol/cowswap/commit/a7749831a4874536423d6f65b1e17bfae8571d27))

## [0.2.0](https://github.com/cowprotocol/cowswap/compare/permit-utils-v0.1.2...permit-utils-v0.2.0) (2024-04-11)


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.2.0",
"version": "0.2.1",
"type": "module",
"dependencies": {
"ethers": "^5.7.2",
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.2.0](https://github.com/cowprotocol/cowswap/compare/tokens-v1.1.1...tokens-v1.2.0) (2024-05-02)


### Features

* add coingecko token list to Gnosis chain ([#4305](https://github.com/cowprotocol/cowswap/issues/4305)) ([41d5067](https://github.com/cowprotocol/cowswap/commit/41d5067c7227a321f582a381e039e05997b79908))

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


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.1.1",
"version": "1.2.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.2.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.1.0...ui-v1.2.0) (2024-05-02)


### Features

* **cms:** markup Category page and display all articles ([#4334](https://github.com/cowprotocol/cowswap/issues/4334)) ([57a9657](https://github.com/cowprotocol/cowswap/commit/57a965717ec5f5d7058b3ff23963256206744a22))

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.0.2...ui-v1.1.0) (2024-05-01)


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

0 comments on commit ec2a817

Please sign in to comment.