Skip to content

Commit

Permalink
chore: release main (#5251)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Dec 23, 2024
1 parent 8b6180c commit ac83b1d
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/cowswap-frontend": "1.95.1",
"apps/cowswap-frontend": "1.95.2",
"apps/explorer": "2.41.0",
"libs/permit-utils": "0.5.0",
"libs/widget-lib": "0.18.0",
Expand All @@ -13,10 +13,10 @@
"libs/core": "1.6.0",
"libs/ens": "1.3.0",
"libs/events": "1.5.0",
"libs/snackbars": "1.1.0",
"libs/snackbars": "1.1.1",
"libs/tokens": "1.13.1",
"libs/types": "1.5.0",
"libs/ui": "1.17.0",
"libs/ui": "1.17.1",
"libs/wallet": "1.8.1",
"apps/cow-fi": "1.19.3",
"libs/wallet-provider": "1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/cowswap-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.95.2](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.95.1...cowswap-v1.95.2) (2024-12-23)


### Bug Fixes

* **snackbars:** stick snackbars widget to header menu ([4582d67](https://github.com/cowprotocol/cowswap/commit/4582d67156364fe1866a40227f76c8101d11e1bd))
* **widget:** do not display Christmas background ([6a4ae4c](https://github.com/cowprotocol/cowswap/commit/6a4ae4cc7bad90c9dc1fcb1ef71f8635415cd3cd))

## [1.95.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.95.0...cowswap-v1.95.1) (2024-12-20)


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

## [1.1.1](https://github.com/cowprotocol/cowswap/compare/snackbars-v1.1.0...snackbars-v1.1.1) (2024-12-23)


### Bug Fixes

* **snackbars:** stick snackbars widget to header menu ([4582d67](https://github.com/cowprotocol/cowswap/commit/4582d67156364fe1866a40227f76c8101d11e1bd))

## [1.1.0](https://github.com/cowprotocol/cowswap/compare/snackbars-v1.0.1...snackbars-v1.1.0) (2024-06-24)


Expand Down
2 changes: 1 addition & 1 deletion libs/snackbars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/snackbars",
"version": "1.1.0",
"version": "1.1.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.17.1](https://github.com/cowprotocol/cowswap/compare/ui-v1.17.0...ui-v1.17.1) (2024-12-23)


### Bug Fixes

* **snackbars:** stick snackbars widget to header menu ([4582d67](https://github.com/cowprotocol/cowswap/commit/4582d67156364fe1866a40227f76c8101d11e1bd))

## [1.17.0](https://github.com/cowprotocol/cowswap/compare/ui-v1.16.0...ui-v1.17.0) (2024-12-18)


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

0 comments on commit ac83b1d

Please sign in to comment.