Skip to content

Commit

Permalink
increased version; updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tikri committed Apr 25, 2019
1 parent ed60fe9 commit fbaca40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
skip_cleanup: true
on:
tags: true
# branch: master
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.2.0](https://github.com/orgenic/orgenic-ui/compare/v0.1.4...v0.2.0) (2019-04-25)

### Bug Fixes
* combobox: prevent dropdown from being cut off due to container style (overflow hidden)
* combobox: ensure dropdown is visible and respecting viewport size

### Features
* added new components: Dialog, Success Dialog, Confirmation Dialog

# [0.1.4](https://github.com/orgenic/orgenic-ui/compare/v0.1.3...v0.1.4) (2019-04-18)

### Bug Fixes
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": "@orgenic/orgenic-ui",
"version": "0.1.4",
"version": "0.2.0",
"description": "ORGENIC UI",
"author": {
"name": "MAXIMAGO GmbH",
Expand Down

0 comments on commit fbaca40

Please sign in to comment.