From 92621ad8992a23eface9bcfff914ca665a34c79f Mon Sep 17 00:00:00 2001 From: Dan Wilson Date: Tue, 8 Mar 2022 16:35:04 +0000 Subject: [PATCH] (maint) release prep for 2.7.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d164c213..d9cdf663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v2.7.1](https://github.com/drone/drone-ui/tree/v2.7.1) (2022-03-08) + +[Full Changelog](https://github.com/drone/drone-ui/compare/v2.7.0...v2.7.1) + +**Fixed bugs:** + +- sort steps based on stepNumber not array index [\#411](https://github.com/drone/drone-ui/pull/411) ([d1wilko](https://github.com/d1wilko)) + ## [v2.7.0](https://github.com/drone/drone-ui/tree/v2.7.0) (2022-03-03) [Full Changelog](https://github.com/drone/drone-ui/compare/v2.6.2...v2.7.0) @@ -12,6 +20,10 @@ - remove search text for branches and builds [\#408](https://github.com/drone/drone-ui/pull/408) ([d1wilko](https://github.com/d1wilko)) +**Merged pull requests:** + +- release v2.7.0 [\#410](https://github.com/drone/drone-ui/pull/410) ([d1wilko](https://github.com/d1wilko)) + ## [v2.6.2](https://github.com/drone/drone-ui/tree/v2.6.2) (2022-02-15) [Full Changelog](https://github.com/drone/drone-ui/compare/v2.6.1...v2.6.2) diff --git a/package.json b/package.json index 8921fbd1..5e2feb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drone-ui-react", - "version": "2.7.0", + "version": "2.7.1", "private": true, "scripts": { "start": "react-scripts start",