Skip to content

Commit 0a79827

Browse files
committed
update dependencies
1 parent 4553ca2 commit 0a79827

File tree

4 files changed

+820
-771
lines changed

4 files changed

+820
-771
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### [0.14.2](https://github.com/xdevguild/buildo.dev/releases/tag/v0.14.2) (2024-06-21)
2+
- update useElven to support MultiversX Web wallet hub
3+
- update dependencies
4+
15
### [0.14.1](https://github.com/xdevguild/buildo.dev/releases/tag/v0.14.1) (2024-06-06)
26
- remove domain name from title
37
- update dependencies

app/(pages)/page.tsx

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,25 @@ const Home: NextPage = () => {
2323
preparing and broadcasting transactions.
2424
</h2>
2525
<h3 className="m-auto hidden max-w-2xl text-center text-xs font-extralight sm:block md:text-sm lg:max-w-4xl">
26-
If you prefer working with CLI tools, check out the{' '}
26+
Remember that different{' '}
2727
<a
28-
href="https://github.com/xdevguild/buildo-begins"
29-
target="_blank"
3028
className="underline"
31-
>
32-
Buildo Begins
33-
</a>{' '}
34-
CLI! Also check out the{' '}
35-
<a
36-
href="https://chat.openai.com/g/g-GN0Zq0iZP-buildo-expert"
29+
href="https://github.com/multiversx/mx-api-service/blob/main/src/utils/cache.info.ts"
3730
target="_blank"
38-
className="underline"
3931
>
40-
Buildo Expert GPT Assistant
32+
cache strategies for APIs
4133
</a>
34+
, mean not all changes will be visible immediately.
4235
<br />
43-
Remember that different{' '}
36+
Submit bug reports or feature requests directly through the{' '}
4437
<a
45-
className="underline"
46-
href="https://github.com/multiversx/mx-api-service/blob/main/src/utils/cache.info.ts"
38+
href="https://github.com/xdevguild/buildo.dev/issues"
4739
target="_blank"
40+
className="underline"
4841
>
49-
cache strategies for APIs
42+
GitHub repository
5043
</a>
51-
, mean not all changes will be visible immediately.
44+
.
5245
</h3>
5346
<OperationsAuthCheck />
5447
</div>

0 commit comments

Comments
 (0)