Skip to content

Commit

Permalink
Feat/sync 0.0.5 (#28)
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>

* 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>
  • Loading branch information
3 people authored Jan 16, 2024
1 parent 2b69063 commit bfdbbfb
Show file tree
Hide file tree
Showing 93 changed files with 7,456 additions and 1,760 deletions.
1 change: 1 addition & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"uploadkit-with-nextjs-walletkit",
"uploadkit-with-nextjs-rainbowkit",
"uploadkit-with-vite-walletkit",
"uploadkit-with-remix-rainbowkit",
"docs"
]
}
5 changes: 5 additions & 0 deletions .changeset/dull-clouds-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/greenfield-uploadkit': patch
---

fix: peerdep import error
5 changes: 5 additions & 0 deletions .changeset/hungry-swans-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/greenfield-uploadkit': patch
---

chore: update pnpm-lock.yml
18 changes: 18 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"mode": "exit",
"tag": "alpha",
"initialVersions": {
"docs": "0.0.1",
"uploadkit-with-nextjs-rainbowkit": "0.0.1",
"uploadkit-with-nextjs-walletkit": "0.0.1",
"uploadkit-with-vite-walletkit": "0.0.1",
"@node-real/greenfield-uploadkit": "0.0.4",
"uploadkit-with-remix-rainbowkit": "0.0.75"
},
"changesets": [
"dull-clouds-impress",
"hungry-swans-attend",
"small-poems-notice",
"tall-years-judge"
]
}
5 changes: 5 additions & 0 deletions .changeset/small-poems-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@node-real/greenfield-uploadkit": patch
---

fix: entry js path & nextjs example & add remix example
5 changes: 5 additions & 0 deletions .changeset/tall-years-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/greenfield-uploadkit': patch
---

feat: opt upload process
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Setup pnpm config
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@totejs/uikit": "^2.54.2",
"@totejs/walletkit": "^1.0.8",
"@node-real/greenfield-uploadkit": "workspace:*",
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.30",
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
"@bnb-chain/greenfield-js-sdk": "1.2.0",
"@bnb-chain/reed-solomon": "^1.1.3",
"prism-react-renderer": "~1.3.5",
Expand Down
5 changes: 3 additions & 2 deletions docs/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ npm i wagmi viem @bnb-chain/greenfield-js-sdk @bnb-chain/greenfield-cosmos-types
- viem > 1.0.0
- @bnb-chain/greenfield-js-sdk >= 1.2.0
- @bnb-chain/reed-solomon >= 1.1.3
- @bnb-chain/greenfield-cosmos-types >= 0.4.0-alpha.30
- @bnb-chain/greenfield-cosmos-types >= 0.4.0

## Examples

- [uploadkit-with-vite-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-vite-walletkit)
- [uploadkit-with-nextjs-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-nextjs-walletkit)
- [uploadkit-with-nextjs-rainbowkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-nextjs-rainbowkit)
- [uploadkit-with-vite-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-vite-walletkit)
- [uploadkit-with-remix-walletkit](https://github.com/node-real/greenfield-toolkit/examples/uploadkit-with-vite-walletkit)

## Playground

Expand Down
36 changes: 0 additions & 36 deletions examples/uploadkit-with-nextjs-rainbowkit/.gitignore

This file was deleted.

6 changes: 1 addition & 5 deletions examples/uploadkit-with-nextjs-rainbowkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ bun dev

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

Expand Down
5 changes: 5 additions & 0 deletions examples/uploadkit-with-nextjs-rainbowkit/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
4 changes: 1 addition & 3 deletions examples/uploadkit-with-nextjs-rainbowkit/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
const nextConfig = {};

module.exports = nextConfig;
23 changes: 12 additions & 11 deletions examples/uploadkit-with-nextjs-rainbowkit/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "uploadkit-with-nextjs-rainbowkit",
"version": "0.0.1",
"author": "node-real",
"private": "true",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -15,18 +14,20 @@
"@bnb-chain/reed-solomon": "latest",
"@node-real/greenfield-uploadkit": "latest",
"@rainbow-me/rainbowkit": "^1.3.3",
"@totejs/walletkit": "^1.0.8",
"axios": "^1.6.3",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"viem": "^1.19.9",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"typescript": "^5.3.2"
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"pino-pretty": "^10.3.1",
"typescript": "^5"
}
}
68 changes: 0 additions & 68 deletions examples/uploadkit-with-nextjs-rainbowkit/pages/_app.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions examples/uploadkit-with-nextjs-rainbowkit/pages/_document.tsx

This file was deleted.

66 changes: 0 additions & 66 deletions examples/uploadkit-with-nextjs-rainbowkit/pages/chains.ts

This file was deleted.

3 changes: 0 additions & 3 deletions examples/uploadkit-with-nextjs-rainbowkit/pages/index.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions examples/uploadkit-with-nextjs-rainbowkit/pages/offchainauth.ts

This file was deleted.

Loading

0 comments on commit bfdbbfb

Please sign in to comment.