Skip to content

Commit 1eb6729

Browse files
authored
runtime 2220 (#50)
1 parent fc4f170 commit 1eb6729

File tree

12 files changed

+5456
-510
lines changed

12 files changed

+5456
-510
lines changed

packages/api-derive/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/api-derive",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Additional polkadot.js derives for Acala Network",
55
"author": "Acala Developers <[email protected]>",
66
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
2323
"main": "./dist/index.js",
2424
"types": "./dist/index.d.ts",
2525
"dependencies": {
26-
"@acala-network/types": "6.0.3"
26+
"@acala-network/types": "6.0.4"
2727
},
2828
"peerDependencies": {
2929
"@polkadot/api": "^10.9.1"

packages/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/api",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Acala JS API",
55
"author": "Acala Developers <[email protected]>",
66
"license": "Apache-2.0",
@@ -23,8 +23,8 @@
2323
"publish:manual": "npm publish --tolerate-republish --access public"
2424
},
2525
"dependencies": {
26-
"@acala-network/api-derive": "6.0.3",
27-
"@acala-network/types": "6.0.3"
26+
"@acala-network/api-derive": "6.0.4",
27+
"@acala-network/types": "6.0.4"
2828
},
2929
"peerDependencies": {
3030
"@polkadot/api": "^10.9.1"

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/types",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Acala types for @polkadot/api",
55
"author": "Acala Developers <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)