Skip to content

Commit 92cbc56

Browse files
authored
Merge pull request #16 from ryami333/chore/release-1.5.0
Chore/release 1.5.0
2 parents f935f4d + 0c5d87e commit 92cbc56

File tree

8 files changed

+7
-33
lines changed

8 files changed

+7
-33
lines changed

packages/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"dependencies": {
6262
"babel-polyfill": "^6.26.0",
6363
"classnames": "^2.2.5",
64-
"react": "^16.0.0",
65-
"react-accessible-tooltip": "1.3.2",
66-
"react-dom": "^16.0.0"
64+
"react": "^16.2.0",
65+
"react-accessible-tooltip": "1.5.0",
66+
"react-dom": "^16.2.0"
6767
}
6868
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
*/
3+
!.gitignore

packages/react-accessible-tooltip/dist/es/index.js.flow

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-accessible-tooltip/dist/es/setupTests.js.flow

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-accessible-tooltip/dist/umd/index.js.flow

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-accessible-tooltip/dist/umd/setupTests.js.flow

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-accessible-tooltip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-tooltip",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "React utility component for building accessible tooltips.",
55
"homepage": "https://ryami333.github.io/react-accessible-tooltip/",
66
"keywords": ["tooltip", "react", "component", "accessibility", "aria"],

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6106,7 +6106,6 @@ rc@^1.1.7:
61066106
prop-types "^15.5.10"
61076107

61086108
"react-16@npm:[email protected]", react@^16.2.0:
6109-
name react-16
61106109
version "16.2.0"
61116110
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
61126111
dependencies:

0 commit comments

Comments
 (0)