Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jun 21, 2024
1 parent 4553ca2 commit 0a79827
Show file tree
Hide file tree
Showing 4 changed files with 820 additions and 771 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [0.14.2](https://github.com/xdevguild/buildo.dev/releases/tag/v0.14.2) (2024-06-21)
- update useElven to support MultiversX Web wallet hub
- update dependencies

### [0.14.1](https://github.com/xdevguild/buildo.dev/releases/tag/v0.14.1) (2024-06-06)
- remove domain name from title
- update dependencies
Expand Down
25 changes: 9 additions & 16 deletions app/(pages)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,25 @@ const Home: NextPage = () => {
preparing and broadcasting transactions.
</h2>
<h3 className="m-auto hidden max-w-2xl text-center text-xs font-extralight sm:block md:text-sm lg:max-w-4xl">
If you prefer working with CLI tools, check out the{' '}
Remember that different{' '}
<a
href="https://github.com/xdevguild/buildo-begins"
target="_blank"
className="underline"
>
Buildo Begins
</a>{' '}
CLI! Also check out the{' '}
<a
href="https://chat.openai.com/g/g-GN0Zq0iZP-buildo-expert"
href="https://github.com/multiversx/mx-api-service/blob/main/src/utils/cache.info.ts"
target="_blank"
className="underline"
>
Buildo Expert GPT Assistant
cache strategies for APIs
</a>
, mean not all changes will be visible immediately.
<br />
Remember that different{' '}
Submit bug reports or feature requests directly through the{' '}
<a
className="underline"
href="https://github.com/multiversx/mx-api-service/blob/main/src/utils/cache.info.ts"
href="https://github.com/xdevguild/buildo.dev/issues"
target="_blank"
className="underline"
>
cache strategies for APIs
GitHub repository
</a>
, mean not all changes will be visible immediately.
.
</h3>
<OperationsAuthCheck />
</div>
Expand Down
Loading

0 comments on commit 0a79827

Please sign in to comment.