Skip to content

Commit 4a7a875

Browse files
chore(release): 4.4.0 [skip ci]
# [4.4.0](v4.3.1...v4.4.0) (2022-10-13) ### Features * add borderClass prop to allow a custom border class ([2eec877](2eec877)) * add borderClass prop to allow a custom border class [skip-ci] ([9844a6c](9844a6c)) ### Reverts * revert the upgrade in uuid as it was breaking the examples page ([71afd00](71afd00))
1 parent 9844a6c commit 4a7a875

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [4.4.0](https://github.com/ReactTooltip/react-tooltip/compare/v4.3.1...v4.4.0) (2022-10-13)
2+
3+
### Features
4+
5+
- add borderClass prop to allow a custom border class ([2eec877](https://github.com/ReactTooltip/react-tooltip/commit/2eec8775d30a533e028b3a6b5bca90856f193060))
6+
- add borderClass prop to allow a custom border class [skip-ci] ([9844a6c](https://github.com/ReactTooltip/react-tooltip/commit/9844a6ce5a9ce549b72b4ab0700394adeb009ed2))
7+
8+
### Reverts
9+
10+
- revert the upgrade in uuid as it was breaking the examples page ([71afd00](https://github.com/ReactTooltip/react-tooltip/commit/71afd0045fe3ab4127bd120900a453f17dc4ad4b))
11+
112
## [4.3.1](https://github.com/ReactTooltip/react-tooltip/compare/v4.3.0...v4.3.1) (2022-10-13)
213

314
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "react tooltip component",
55
"private": false,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)