Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 21b0b97

Browse files
fix: upload finish error & scroll style on edge (#15)
* fix: scroll style on edge (#6) * chore: update versions (alpha) (#7) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: upload finish error (#8) * chore: update versions (alpha) (#9) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: upload finish error & scroll style on edge --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8373e5f commit 21b0b97

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
lines changed

.changeset/five-turtles-attack.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/greenfield-uploadkit': patch
3+
---
4+
5+
fix: upload finish error

.changeset/pre.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mode": "exit",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"example-nextjs-with-rainbowkit": "0.0.1",
6+
"example-nextjs-with-walletkit": "0.0.1",
7+
"example-vite-with-walletkit": "0.0.1",
8+
"@node-real/greenfield-uploadkit": "0.0.2",
9+
"website": "0.0.1"
10+
},
11+
"changesets": [
12+
"five-turtles-attack",
13+
"thin-mirrors-warn"
14+
]
15+
}

.changeset/thin-mirrors-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@node-real/greenfield-uploadkit': patch
3+
---
4+
5+
fix: scroll style on edge

packages/uploadkit/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# @node-real/greenfield-uploadkit
22

3-
## 0.0.3
4-
5-
### Patch Changes
6-
7-
- d285121: fix: upload finish error
8-
- d285121: fix: scroll style on edge
9-
103
## 0.0.3-alpha.1
114

125
### Patch Changes

packages/uploadkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-real/greenfield-uploadkit",
3-
"version": "0.0.3",
3+
"version": "0.0.3-alpha.1",
44
"author": "node-real",
55
"description": "Greenfield UploadKit is a React component library for easily uploading objects to BNB Greenfield.",
66
"homepage": "https://node-real.github.io/greenfield-uploadkit",

0 commit comments

Comments
 (0)