Skip to content

Commit

Permalink
chore: update versions (alpha) (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 26, 2024
1 parent 27e6b08 commit b1251aa
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"uploadkit-with-vite-walletkit": "0.0.1",
"@node-real/greenfield-uploadkit": "0.0.5"
},
"changesets": []
"changesets": [
"slimy-knives-hunt"
]
}
2 changes: 1 addition & 1 deletion examples/uploadkit-with-nextjs-rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
"@bnb-chain/greenfield-js-sdk": "1.2.0",
"@bnb-chain/reed-solomon": "1.1.3",
"@node-real/greenfield-uploadkit": "0.0.5",
"@node-real/greenfield-uploadkit": "0.0.6-alpha.0",
"@rainbow-me/rainbowkit": "^1.3.3",
"axios": "^1.6.3",
"next": "14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/uploadkit-with-nextjs-walletkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
"@bnb-chain/greenfield-js-sdk": "1.2.0",
"@bnb-chain/reed-solomon": "1.1.3",
"@node-real/greenfield-uploadkit": "0.0.5",
"@node-real/greenfield-uploadkit": "0.0.6-alpha.0",
"@node-real/walletkit": "^1.0.10-alpha.1",
"axios": "^1.6.3",
"next": "14.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/uploadkit-with-remix-rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
"@bnb-chain/greenfield-js-sdk": "1.2.0",
"@bnb-chain/reed-solomon": "1.1.3",
"@node-real/greenfield-uploadkit": "0.0.5",
"@node-real/greenfield-uploadkit": "0.0.6-alpha.0",
"@rainbow-me/rainbowkit": "1.3.3",
"@remix-run/node": "^1.5.1",
"@remix-run/react": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/uploadkit-with-vite-walletkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@bnb-chain/greenfield-cosmos-types": "0.4.0",
"@bnb-chain/greenfield-js-sdk": "1.2.0",
"@bnb-chain/reed-solomon": "1.1.3",
"@node-real/greenfield-uploadkit": "0.0.5",
"@node-real/greenfield-uploadkit": "0.0.6-alpha.0",
"@node-real/walletkit": "1.0.10-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/uploadkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @node-real/greenfield-uploadkit

## 0.0.6-alpha.0

### Patch Changes

- 27e6b08: chore: fix dependencies' versions in the example project, migrate @totejs/walletkit to @node-real/walletkit.

## 0.0.5

### 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.5",
"version": "0.0.6-alpha.0",
"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-toolkit/packages/uploadkit",
Expand Down

0 comments on commit b1251aa

Please sign in to comment.