Skip to content

Commit

Permalink
(maint) release prep for 2.7.1 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wilson authored Mar 8, 2022
1 parent 0e2fb1c commit b05a930
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drone-ui-react",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit b05a930

Please sign in to comment.