Skip to content

Commit

Permalink
Merge pull request #8 from tiffon/prep-1.1.0-rc.1
Browse files Browse the repository at this point in the history
Prep release 1.1.0-rc.1
  • Loading branch information
tiffon committed May 25, 2020
2 parents ddea614 + 39b4590 commit 6d206c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Releases

## v1.1.0-rc.0 (May 25, 2020)
## v1.1.0-rc.1 (May 25, 2020)


- Add PropTypes, React 16 Support ([#2](https://github.com/tiffon/txregions/pull/2), [@richseviora](https://github.com/richseviora))

- Fix bug focus event handler ([#3](https://github.com/tiffon/txregions/pull/3), [@tiffon](https://github.com/tiffon))
- Fix bug focus event handler ([#5](https://github.com/tiffon/txregions/pull/5), [@tiffon](https://github.com/tiffon))

- Don't use unsafe lifecycle methods ([#3](https://github.com/tiffon/txregions/pull/3), [@tiffon](https://github.com/tiffon))
- Don't use unsafe lifecycle methods ([#5](https://github.com/tiffon/txregions/pull/5), [@tiffon](https://github.com/tiffon))

- Remove post-install NPM script ([#7](https://github.com/tiffon/txregions/pull/7), [@tiffon](https://github.com/tiffon))

### [Changes for 1.0.3 and earlier are not logged here](https://www.youtube.com/watch?v=NoAzpa1x7jU&feature=youtu.be&t=107)
## 1.0.3 and Earlier

[Changes for 1.0.3 and earlier are not logged here](https://www.youtube.com/watch?v=NoAzpa1x7jU&feature=youtu.be&t=132)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "txregions",
"version": "1.1.0-rc.0",
"version": "1.1.0-rc.1",
"description": "A React text input component with invalid character highlighting and URL, email, and number presets.",
"files": [
"*.md",
Expand Down

0 comments on commit 6d206c3

Please sign in to comment.