Skip to content

Commit d9b28ec

Browse files
committed
released v1.2.4
1 parent 7064a8b commit d9b28ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-back-to-top",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "A minimal lightweight react component for adding a nice scroll up (back to top) button with onScroll progress.",
55
"author": "Kenny Wong <wowohoo@qq.com>",
66
"homepage": "https://uiwjs.github.io/react-back-to-top",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "1.2.3",
2+
"version": "1.2.4",
33
"packages": ["website", "core"]
44
}

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"private": true,
55
"scripts": {
66
"start": "kkt start",

0 commit comments

Comments
 (0)