From 3a3af2fa89191d421712b15bd7800f849df7ccb3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 1 Mar 2023 07:49:42 +0000 Subject: [PATCH] chore(release): 0.12.0 --- CHANGELOG.md | 28 +++++++++------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c21768..2b50cba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.12.0](https://github.com/lidofinance/dao-voting-ui/compare/0.11.0...0.12.0) (2023-03-01) + + +### Features + +* add buttonsfullwidth to reef-knot modal ([9913c88](https://github.com/lidofinance/dao-voting-ui/commit/9913c885ed1a8ffa55ab0eb0b47cdf3e17b1b5aa)) + + + # [0.11.0](https://github.com/lidofinance/dao-voting-ui/compare/0.10.0...0.11.0) (2023-02-14) @@ -154,22 +163,3 @@ -# [0.5.0](https://github.com/lidofinance/dao-voting-ui/compare/0.4.0...0.5.0) (2022-07-14) - - -### Bug Fixes - -* metric labels ([432bebc](https://github.com/lidofinance/dao-voting-ui/commit/432bebced9c2fe740d6964b58868a6e128fc38e1)) -* metrics histogram naming ([237c55f](https://github.com/lidofinance/dao-voting-ui/commit/237c55f2f888f05d3205e26f27f6862e03dac77d)) -* metrics label ([c4847a9](https://github.com/lidofinance/dao-voting-ui/commit/c4847a987c50ed70dba0d2b85ab1eae4560d890d)) - - -### Features - -* abort etherscan request by timeout ([bb055b0](https://github.com/lidofinance/dao-voting-ui/commit/bb055b05cc9b449004513abd6aa3edf18afe5c54)) -* etherscan requests caching ([a32bc4b](https://github.com/lidofinance/dao-voting-ui/commit/a32bc4b43900a0de759d81f3281dfc1af4365abc)) -* fetch abi from etherscan ([068947e](https://github.com/lidofinance/dao-voting-ui/commit/068947e06963a61150b0975b72c155a8dd2d55c7)) -* tracking response time ([0fa5cd9](https://github.com/lidofinance/dao-voting-ui/commit/0fa5cd942f04266221a5731b07df35d11e47fc6f)) - - - diff --git a/package.json b/package.json index cf28e6bd..4b74a355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dao-voting-ui", - "version": "0.11.0", + "version": "0.12.0", "private": true, "scripts": { "dev": "next dev",