Skip to content

Commit

Permalink
runtime 2220
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Nov 9, 2023
1 parent fc4f170 commit 8baa50a
Show file tree
Hide file tree
Showing 12 changed files with 5,456 additions and 510 deletions.
4 changes: 2 additions & 2 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/api-derive",
"version": "6.0.3",
"version": "6.0.4",
"description": "Additional polkadot.js derives for Acala Network",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@acala-network/types": "6.0.3"
"@acala-network/types": "6.0.4"
},
"peerDependencies": {
"@polkadot/api": "^10.9.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/api",
"version": "6.0.3",
"version": "6.0.4",
"description": "Acala JS API",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -23,8 +23,8 @@
"publish:manual": "npm publish --tolerate-republish --access public"
},
"dependencies": {
"@acala-network/api-derive": "6.0.3",
"@acala-network/types": "6.0.3"
"@acala-network/api-derive": "6.0.4",
"@acala-network/types": "6.0.4"
},
"peerDependencies": {
"@polkadot/api": "^10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/types",
"version": "6.0.3",
"version": "6.0.4",
"description": "Acala types for @polkadot/api",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 8baa50a

Please sign in to comment.