Skip to content

Commit

Permalink
bump to version 0.0.12 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Jul 10, 2024
1 parent 13ad49a commit cce3909
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ All notable changes to the create-aptos-dapp tool will be captured in this file.

# Unreleased

# 0.0.12 (2024-07-10)

- Add a `Boilerplate Template` option
- Support `Devnet` as a network option for the boilerplate template
- [`Fix`] `AptosConnect` to show on any public page
- Move the template doc link prompt to show up before the `npm run dev` command on the `next steps` section
- Add the `AptosConnect` educational screen on the wallet selector component on each template

# 0.0.11 (2024-06-24)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-aptos-dapp",
"description": "a starter kit for dapp developers to easily bootstrap a dapp on the Aptos network",
"version": "0.0.11",
"version": "0.0.12",
"license": "Apache-2.0",
"author": "aptoslabs.com",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function ConnectWalletDialog({ close }: ConnectWalletDialogProps) {
return (
<DialogContent className="max-h-screen overflow-auto">
<AboutAptosConnect renderEducationScreen={renderEducationScreen}>
{/* AptosConnect does not support file uploads, so we only show it on the public mint page when people want to mint an NFT */}
{/* AptosConnect does not support file uploads, so we only show it on the public mint page when people want to mint an asset */}
{isPublicMintPage ? (
<>
<DialogHeader className="flex flex-col items-center">
Expand Down

0 comments on commit cce3909

Please sign in to comment.