Skip to content

Commit

Permalink
Bump version to 1.1.0 due to API change for <EditableTextLabel>
Browse files Browse the repository at this point in the history
  • Loading branch information
zhusee2 committed Aug 15, 2017
1 parent e6d78c0 commit 8f03f40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
N/A

## [1.1.0]
### Changed
- Fix `<EditableTextLabel>` not supporting custom icon.
- `<EditableTextLabel>` now does not fire `onEditRequest` callback, leaving users to decide when to control its editing state.
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": "@ichef/gypcrete",
"version": "1.0.0",
"version": "1.1.0",
"description": "iCHEF web components library, built with React.",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 8f03f40

Please sign in to comment.