Skip to content

Commit

Permalink
release v2.1.0 (#375)
Browse files Browse the repository at this point in the history
* release v2.1.0

* fix changelog
  • Loading branch information
Dan Wilson authored Sep 1, 2021
1 parent add3d3d commit 0b1eb93
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v2.1.0](https://github.com/drone/drone-ui/tree/v2.1.0) (2021-09-01)

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

**Implemented enhancements:**

- add new repo setting toggles and generate go binary [\#374](https://github.com/drone/drone-ui/pull/374) ([d1wilko](https://github.com/d1wilko))
- add tooltip to long build step names [\#371](https://github.com/drone/drone-ui/pull/371) ([d1wilko](https://github.com/d1wilko))

**Fixed bugs:**

- stop general settings from remounting on each new build [\#373](https://github.com/drone/drone-ui/pull/373) ([d1wilko](https://github.com/d1wilko))
- fix branch link bug [\#372](https://github.com/drone/drone-ui/pull/372) ([rohow](https://github.com/rohow))

## [v2.0.1](https://github.com/drone/drone-ui/tree/v2.0.1) (2021-08-20)

[Full Changelog](https://github.com/drone/drone-ui/compare/v2.0.0...v2.0.1)
Expand All @@ -20,6 +34,7 @@

**Merged pull requests:**

- release v2.0.1 [\#370](https://github.com/drone/drone-ui/pull/370) ([d1wilko](https://github.com/d1wilko))
- Merging drone2 branch into master [\#369](https://github.com/drone/drone-ui/pull/369) ([d1wilko](https://github.com/d1wilko))
- allow ~ in project name [\#361](https://github.com/drone/drone-ui/pull/361) ([muffl0n](https://github.com/muffl0n))

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.0.1",
"version": "2.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 0b1eb93

Please sign in to comment.