Skip to content

Commit

Permalink
chore: update to ar.io sdk 3.8.2-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Feb 25, 2025
1 parent b18a314 commit 127b6a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.3] - 2025-02-25

### Changed

- Updated to ar.io SDK 3.8.2-alpha.1 for improved retry logic on AO interactions
- Made info icon red on redelegation modal to make it more noticeable for users

## [1.10.2] - 2025-02-20

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ar-io/network-portal",
"private": true,
"version": "1.10.2",
"version": "1.10.3",
"type": "module",
"scripts": {
"build": "yarn clean && tsc --build tsconfig.build.json && NODE_OPTIONS=--max-old-space-size=32768 vite build",
Expand All @@ -20,7 +20,7 @@
"deploy": "yarn build && permaweb-deploy --ant-process ${DEPLOY_ANT_PROCESS_ID}"
},
"dependencies": {
"@ar.io/sdk": "^3.8.0",
"@ar.io/sdk": "^3.8.2-alpha.1",
"@fontsource/rubik": "^5.0.19",
"@headlessui/react": "^2.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
plimit-lit "^3.0.1"
warp-contracts "1.4.45"

"@ar.io/sdk@^3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-3.8.0.tgz#e425860a0e6a8c0b99623cdd295f5170d7fa4dfd"
integrity sha512-ELtTZ/xrq7v7rWqNzQdMx7yQGpqSOMTwaAaujcDlcyo8weJIj/cAAO9s0WBIDbtq84vvq/CGobGmGmBc1esmCQ==
"@ar.io/sdk@^3.8.2-alpha.1":
version "3.8.2-alpha.1"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-3.8.2-alpha.1.tgz#11e0430bfcf6cbe07f5994b73b1bf5f35601d3a1"
integrity sha512-jlXmQuWQ0Ve5WNXkNg2N6mulEXvk/j+3OqKTR9U4x7cIWr9u7jaxRtkVC0ea2Ft2BaIPOYmw4tG1aTfn8ntnKQ==
dependencies:
"@dha-team/arbundles" "^1.0.1"
"@permaweb/aoconnect" "^0.0.57"
Expand Down

0 comments on commit 127b6a7

Please # to comment.