Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed Apr 14, 2017
1 parent 7390730 commit 6da5af8
Show file tree
Hide file tree
Showing 4 changed files with 1,064 additions and 55 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Change Log

### 3.2.10 (2017/03/28 20:39 +00:00)
### 3.3.0 (2017/04/14 03:32 +00:00)
- [#287](https://github.com/wwayne/react-tooltip/pull/287) Use prop-types package instead of React.PropTypes (@ssilve1989)

### 3.2.10 (2017/03/28 20:41 +00:00)
- [#278](https://github.com/wwayne/react-tooltip/pull/278) Make MutationObserver-based removal tracking (@huumanoid)
- [#272](https://github.com/wwayne/react-tooltip/pull/272) Fix wrapper tag (@huumanoid)
- [#259](https://github.com/wwayne/react-tooltip/pull/259) Track removal of DOM elements (@antoniogiordano)
Expand Down Expand Up @@ -152,4 +155,4 @@
- [#15](https://github.com/wwayne/react-tooltip/pull/15) Adding support for server-side rendering (@bluejamesbond)
- [#8](https://github.com/wwayne/react-tooltip/pull/8) Change curly brackets to quotes (single) (@af7)
- [#6](https://github.com/wwayne/react-tooltip/pull/6) Fix bug with mouse hover triggerring on tooltip children (@tom-s)
- [#5](https://github.com/wwayne/react-tooltip/pull/5) fixed classnames require call (@mciparelli)
- [#5](https://github.com/wwayne/react-tooltip/pull/5) fixed classnames require call (@mciparelli)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tooltip",
"version": "3.2.10",
"version": "3.3.0",
"description": "react tooltip component",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading

4 comments on commit 6da5af8

@balthazar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @wwayne I know you are looking for maintainers, but do you mind rebuilding the lib? 3.3.0 is not using the prop-types package from af4a3a2 in the dist.

@balthazar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it is simply running make dev && npm publish I could do it if you prefer ;)

@wwayne
Copy link
Collaborator Author

@wwayne wwayne commented on 6da5af8 Oct 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apercu You are correct, I just run make deploy and published 3.3.1 to the NPM, thanks :)

@balthazar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks to you! Have a nice day! ❤️

Please sign in to comment.