Skip to content

Commit

Permalink
fix: upload finish error & scroll style on edge (#15)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jan 15, 2024
1 parent 8373e5f commit 21b0b97
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/five-turtles-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/greenfield-uploadkit': patch
---

fix: upload finish error
15 changes: 15 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"mode": "exit",
"tag": "alpha",
"initialVersions": {
"example-nextjs-with-rainbowkit": "0.0.1",
"example-nextjs-with-walletkit": "0.0.1",
"example-vite-with-walletkit": "0.0.1",
"@node-real/greenfield-uploadkit": "0.0.2",
"website": "0.0.1"
},
"changesets": [
"five-turtles-attack",
"thin-mirrors-warn"
]
}
5 changes: 5 additions & 0 deletions .changeset/thin-mirrors-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/greenfield-uploadkit': patch
---

fix: scroll style on edge
7 changes: 0 additions & 7 deletions packages/uploadkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @node-real/greenfield-uploadkit

## 0.0.3

### Patch Changes

- d285121: fix: upload finish error
- d285121: fix: scroll style on edge

## 0.0.3-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uploadkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@node-real/greenfield-uploadkit",
"version": "0.0.3",
"version": "0.0.3-alpha.1",
"author": "node-real",
"description": "Greenfield UploadKit is a React component library for easily uploading objects to BNB Greenfield.",
"homepage": "https://node-real.github.io/greenfield-uploadkit",
Expand Down

0 comments on commit 21b0b97

Please sign in to comment.