From 8c8085d254e9919d5e889118ae201dae07f03ce1 Mon Sep 17 00:00:00 2001 From: bao Date: Wed, 5 Jun 2024 12:00:15 +0700 Subject: [PATCH] Prepare for release 1.2.6 --- package.json | 6 +++--- yarn.lock | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 2745d58..d2ece4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aesirx-uikit", - "version": "1.2.5", + "version": "1.2.6", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.mts", @@ -63,8 +63,8 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@types/react-color": "^3.0.6", "aesirx-dam-app": "^1.5.0", - "aesirx-lib": "^2.0.8", - "aesirx-sso": "^1.4.10", + "aesirx-lib": "^2.0.9", + "aesirx-sso": "^1.4.11", "bootstrap": "^5.3.1", "dayjs": "^1.11.10", "i18next": "^22.4.15", diff --git a/yarn.lock b/yarn.lock index bc31eee..c7e81e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3553,10 +3553,10 @@ aesirx-lib@^2.0.1, aesirx-lib@^2.0.4: query-string "7" react-secure-storage "^1.3.2" -aesirx-lib@^2.0.8: - version "2.0.8" - resolved "https://registry.yarnpkg.com/aesirx-lib/-/aesirx-lib-2.0.8.tgz#1b3d4dc540bec8c9277eeaf11e296c7817aeafb7" - integrity sha512-SYYPhc20T3blpXOylzy7F2CprR0LrVQULb7ozupZIHfzqd0dQGikraK77MDFiQPAIk4iwPoN7+rHBw6rqSBwhQ== +aesirx-lib@^2.0.9: + version "2.0.9" + resolved "https://registry.yarnpkg.com/aesirx-lib/-/aesirx-lib-2.0.9.tgz#0c081076c36454be296659675788bbed0935c1b7" + integrity sha512-tXz2K5xDIXsjOmGl1ZrDsNMMsmdf5h7vbYFSqtr7m3Shqm9zWcsUAkn9oJjTi7cLvqqiMB2kmpx9AN72PFoIbA== dependencies: axios "^1.6.0" axios-auth-refresh "^3.3.6" @@ -3567,10 +3567,10 @@ aesirx-lib@^2.0.8: query-string "7" react-secure-storage "^1.3.2" -aesirx-sso@^1.4.10: - version "1.4.10" - resolved "https://registry.yarnpkg.com/aesirx-sso/-/aesirx-sso-1.4.10.tgz#5b17ca2fece50902d0e001cc90c2aaf653b6a64b" - integrity sha512-wFBOAHq6mIxvx93xKKwSQvUcI84wUPpo+QIPvFidW9Xxpkikj4ycWAoqNLjtJy3PiWKxi925cfmRKUN1VhEawg== +aesirx-sso@^1.4.11: + version "1.4.11" + resolved "https://registry.yarnpkg.com/aesirx-sso/-/aesirx-sso-1.4.11.tgz#fa71a0cae0f1edb16183a73f73f9db2c82289f60" + integrity sha512-Y1fzF95sx/VCu5CvXJXXWi3nf9r2/6zZC6C2hLO0p6nkr1ajLrMnbXUmX0GiS6dLWakTLtiWAuHAYZ0q5bLy5Q== dependencies: "@concordium/browser-wallet-api-helpers" "^3.0.0" "@concordium/react-components" "^0.4.0-rc.7" @@ -3582,7 +3582,7 @@ aesirx-sso@^1.4.10: "@wagmi/core" "^1.3.8" "@web3modal/ethereum" "^2.7.0" "@web3modal/react" "^2.7.0" - aesirx-lib "^2.0.8" + aesirx-lib "^2.0.9" axios "^1.6.0" bootstrap "^5.3.0" bowser "^2.11.0"