Skip to content

Commit ed0dde2

Browse files
committed
bump package version
1 parent b342cde commit ed0dde2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn typecheck && yarn build && yarn test && lint-staged && git add .size-snapshot.json
1+
yarn typecheck && yarn build && yarn test && yarn lint-staged && git add .size-snapshot.json

.size-snapshot.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"react-popper-tooltip.js": {
3-
"bundled": 10744,
4-
"minified": 5095,
5-
"gzipped": 1733,
3+
"bundled": 10748,
4+
"minified": 5098,
5+
"gzipped": 1732,
66
"treeshaked": {
77
"rollup": {
88
"code": 142,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper-tooltip",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"description": "React tooltip library built around react-popper",
55
"author": "Mohsin Ul Haq <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)