Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.2.3...v7.0.0) (2019-06-18)

### Features

* consistent exports ([#37](#37)) ([6b51ec6](6b51ec6))

### BREAKING CHANGES

* no more default export

- removed default export
- name files properly

* Use default exports
  • Loading branch information
semantic-release-bot committed Jun 18, 2019
1 parent 6b51ec6 commit 7077e17
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [7.0.0](https://github.com/jquense/uncontrollable/compare/v6.2.3...v7.0.0) (2019-06-18)


### Features

* consistent exports ([#37](https://github.com/jquense/uncontrollable/issues/37)) ([6b51ec6](https://github.com/jquense/uncontrollable/commit/6b51ec6))


### BREAKING CHANGES

* no more default export

- removed default export
- name files properly

* Use default exports

## [6.2.3](https://github.com/jquense/uncontrollable/compare/v6.2.2...v6.2.3) (2019-06-17)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uncontrollable",
"version": "6.2.3",
"version": "7.0.0",
"description": "Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled",
"author": {
"name": "Jason Quense",
Expand Down Expand Up @@ -74,4 +74,4 @@
"@4c/semantic-release-config"
]
}
}
}

0 comments on commit 7077e17

Please sign in to comment.