Skip to content

Commit de4c6f3

Browse files
committed
released v1.1.1
1 parent b627c68 commit de4c6f3

3 files changed

Lines changed: 4 additions & 4 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.0.0",
3+
"version": "1.1.1",
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.1.0",
2+
"version": "1.1.1",
33
"packages": ["website", "core"]
44
}

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "website",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"private": true,
55
"scripts": {
66
"start": "kkt start",
77
"build": "kkt build"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.18.9",
11+
"@uiw/react-back-to-top": "1.1.1",
1112
"@uiw/react-github-corners": "^1.5.15",
1213
"@uiw/react-markdown-preview": "^4.1.0",
13-
"@uiw/react-back-to-top": "1.0.0",
1414
"@wcj/dark-mode": "^1.0.15",
1515
"react": "^18.2.0",
1616
"react-code-preview-layout": "^2.0.4",

0 commit comments

Comments
 (0)