Skip to content

Commit

Permalink
(maint) release prep for 2.8.0 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wilson committed Apr 14, 2022
1 parent 888ab45 commit cea32e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v2.8.0](https://github.com/drone/drone-ui/tree/v2.8.0) (2022-04-14)

[Full Changelog](https://github.com/drone/drone-ui/compare/v2.7.1...v2.8.0)

**Implemented enhancements:**

- add registration error message for cloud.drone.io [\#415](https://github.com/drone/drone-ui/pull/415) ([d1wilko](https://github.com/d1wilko))
- add community/support information [\#413](https://github.com/drone/drone-ui/pull/413) ([mrsantons](https://github.com/mrsantons))

**Fixed bugs:**

- \(fix\) add hover text for follow logs button [\#414](https://github.com/drone/drone-ui/pull/414) ([tphoney](https://github.com/tphoney))

## [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)
Expand All @@ -8,6 +21,10 @@

- sort steps based on stepNumber not array index [\#411](https://github.com/drone/drone-ui/pull/411) ([d1wilko](https://github.com/d1wilko))

**Merged pull requests:**

- \(maint\) release prep for 2.7.1 [\#412](https://github.com/drone/drone-ui/pull/412) ([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 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.1",
"version": "2.8.0",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit cea32e4

Please sign in to comment.