Skip to content

Commit 7b22113

Browse files
committed
1.1.0
1 parent 75486aa commit 7b22113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact-css-transition-group",
33
"amdName": "PreactCSSTransitionGroup",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Apply CSS transitions when adding or removing Preact components/elements.",
66
"main": "dist/preact-css-transition-group.js",
77
"minified:main": "dist/preact-css-transition-group.min.js",
@@ -80,6 +80,6 @@
8080
"webpack": "^1.12.14"
8181
},
8282
"peerDependencies": {
83-
"preact": "^5.7.0 || ^6.0.2"
83+
"preact": "*"
8484
}
8585
}

0 commit comments

Comments
 (0)