From f17a88621fdd05644e76e17e6dce34d0d289acc8 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Wed, 5 May 2021 14:29:25 +0200 Subject: [PATCH 1/2] [DDW-674] Integrate react-polymorph 1.0.0 release --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b28b09f683..d7d95e0447 100644 --- a/package.json +++ b/package.json @@ -234,7 +234,7 @@ "react-intl": "2.7.2", "react-lottie": "1.2.3", "react-markdown": "4.3.1", - "react-polymorph": "1.0.0-rc.1", + "react-polymorph": "1.0.0", "react-router": "5.2.0", "react-router-dom": "5.2.0", "react-svg-inline": "2.1.1", diff --git a/yarn.lock b/yarn.lock index 648efb46e5..b6f702c7d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12735,9 +12735,9 @@ react-modal@3.1.12: prop-types "^15.5.10" warning "^3.0.0" -react-polymorph@1.0.0-rc.1: - version "1.0.0-rc.1" - resolved "https://registry.yarnpkg.com/react-polymorph/-/react-polymorph-1.0.0-rc.1.tgz#666c18bbd2683dc61b617ff2e32a0302f974fa98" +react-polymorph@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/react-polymorph/-/react-polymorph-1.0.0.tgz#912953633184f4abd277328e92b4cfa654598ac2" dependencies: "@tippyjs/react" "4.2.1" create-react-context "0.2.2" From 22aba8ac0df3be0b1f90c3325214b4fce89cc053 Mon Sep 17 00:00:00 2001 From: Nikola Glumac Date: Fri, 7 May 2021 10:39:40 +0200 Subject: [PATCH 2/2] [DDW-674] Updates CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8a6b4e2c..f83362169e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Changelog ### Chores +- Updated `react-polymorph` to version `1.0.0` ([PR 2549](https://github.com/input-output-hk/daedalus/pull/2549)) - Updated `cardano-wallet` to version `2021-04-28` and `cardano-node` to version `1.26.2` ([PR 2551](https://github.com/input-output-hk/daedalus/pull/2551)) - Updated Catalyst voting registration to include rewards address instead of the payment one ([PR 2550](https://github.com/input-output-hk/daedalus/pull/2550)) - Moved currency related code into a dedicated store ([PR 2546](https://github.com/input-output-hk/daedalus/pull/2546)) @@ -1781,4 +1782,4 @@ and support for submitting the form with enter key ### Chore - Updated to react-router v4 -- Testing setup with cucumber & spectron \ No newline at end of file +- Testing setup with cucumber & spectron