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

Commit bfdbbfb

Browse files
Feat/sync 0.0.5 (#28)
* 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> * feat: opt upload process (#19) * chore: update versions (#16) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Ensure correct context in encode function (#17) * 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> * chore: update versions (#16) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: Ensure correct context in encode function --------- 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> * chore: update versions (#18) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: opt upload process * chore: update changelog --------- 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> * fix: pnpm version (#20) * fix: pnpm version (#21) * chore: update pnpm-lock.yml (#22) * fix/peerdep import (#23) * fix: upgrade pnpm version & add external pkg * fix: peerdep import error * chore: update versions (alpha) (#24) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix: entry js path & nextjs example & add remix example (#25) * fix: sync pnpm-lock.yml (#26) * chore: update versions (alpha) (#27) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat: opt upload process & entry js path & more example --------- 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 2b69063 commit bfdbbfb

File tree

93 files changed

+7456
-1760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+7456
-1760
lines changed

.changeset/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"uploadkit-with-nextjs-walletkit",
1212
"uploadkit-with-nextjs-rainbowkit",
1313
"uploadkit-with-vite-walletkit",
14+
"uploadkit-with-remix-rainbowkit",
1415
"docs"
1516
]
1617
}

.changeset/dull-clouds-impress.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: peerdep import error

.changeset/hungry-swans-attend.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+
chore: update pnpm-lock.yml

.changeset/pre.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"mode": "exit",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"docs": "0.0.1",
6+
"uploadkit-with-nextjs-rainbowkit": "0.0.1",
7+
"uploadkit-with-nextjs-walletkit": "0.0.1",
8+
"uploadkit-with-vite-walletkit": "0.0.1",
9+
"@node-real/greenfield-uploadkit": "0.0.4",
10+
"uploadkit-with-remix-rainbowkit": "0.0.75"
11+
},
12+
"changesets": [
13+
"dull-clouds-impress",
14+
"hungry-swans-attend",
15+
"small-poems-notice",
16+
"tall-years-judge"
17+
]
18+
}

.changeset/small-poems-notice.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: entry js path & nextjs example & add remix example

.changeset/tall-years-judge.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+
feat: opt upload process

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
uses: pnpm/action-setup@v2
1414
id: pnpm-install
1515
with:
16-
version: 7
16+
version: 8
1717
run_install: false
1818

1919
- name: Setup pnpm config

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@totejs/uikit": "^2.54.2",
1919
"@totejs/walletkit": "^1.0.8",
2020
"@node-real/greenfield-uploadkit": "workspace:*",
21-
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.30",
21+
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
2222
"@bnb-chain/greenfield-js-sdk": "1.2.0",
2323
"@bnb-chain/reed-solomon": "^1.1.3",
2424
"prism-react-renderer": "~1.3.5",

docs/src/pages/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ npm i wagmi viem @bnb-chain/greenfield-js-sdk @bnb-chain/greenfield-cosmos-types
1010
- viem > 1.0.0
1111
- @bnb-chain/greenfield-js-sdk >= 1.2.0
1212
- @bnb-chain/reed-solomon >= 1.1.3
13-
- @bnb-chain/greenfield-cosmos-types >= 0.4.0-alpha.30
13+
- @bnb-chain/greenfield-cosmos-types >= 0.4.0
1414

1515
## Examples
1616

17+
- [uploadkit-with-vite-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-vite-walletkit)
1718
- [uploadkit-with-nextjs-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-nextjs-walletkit)
1819
- [uploadkit-with-nextjs-rainbowkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-nextjs-rainbowkit)
19-
- [uploadkit-with-vite-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-vite-walletkit)
20+
- [uploadkit-with-remix-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-vite-walletkit)
2021

2122
## Playground
2223

examples/uploadkit-with-nextjs-rainbowkit/.gitignore

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)