Skip to content

Commit ab8ec41

Browse files
committed
chore(sdks): bump versions to 1.2.5-beta
1 parent 0ecd68d commit ab8ec41

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/dapp-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sodax/dapp-kit",
33
"license": "MIT",
4-
"version": "1.2.4-beta",
4+
"version": "1.2.5-beta",
55
"description": "dapp-kit of New World",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.2.4-beta",
7+
"version": "1.2.5-beta",
88
"license": "MIT",
99
"description": "Sodax SDK",
1010
"keywords": ["sodax", "sdk", "frontend", "interface"],

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.2.4-beta",
7+
"version": "1.2.5-beta",
88
"description": "Sodax Types",
99
"main": "dist/index.js",
1010
"homepage": "https://github.com/icon-project/sodax-frontend/tree/main/packages/types",

packages/types/src/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type {
2424
XToken,
2525
} from '../common/index.js';
2626

27-
export const CONFIG_VERSION = 23; // Increment this when the config is updated
27+
export const CONFIG_VERSION = 24; // Increment this when the config is updated
2828

2929
// chain ids (actual for evm chains), custom for other chains not having native ids
3030
export const AVALANCHE_MAINNET_CHAIN_ID = '0xa86a.avax';

packages/wallet-sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.2.4-beta",
7+
"version": "1.2.5-beta",
88
"license": "MIT",
99
"description": "Sodax Wallet SDK Core",
1010
"keywords": ["sodax", "wallet", "sdk", "frontend", "interface"],

packages/wallet-sdk-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sodax/wallet-sdk-react",
33
"license": "MIT",
4-
"version": "1.2.4-beta",
4+
"version": "1.2.5-beta",
55
"description": "Wallet SDK of Sodax",
66
"type": "module",
77
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)