Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Updated version in all files (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 authored Oct 30, 2023
1 parent 6d7db7b commit faecd9f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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": "@astar-network/astar-api-derive",
"version": "0.2.5",
"version": "0.2.6",
"description": "Astar JS API",
"main": "index.js",
"author": "Astar Network <info@astar.network>",
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/AstarNetwork/astar.js",
"dependencies": {
"@astar-network/astar-types": "0.2.5",
"@astar-network/astar-types": "0.2.6",
"@babel/runtime": "^7.10.2",
"@open-web3/orml-types": "^1.0.2-0",
"@polkadot/api-derive": "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": "@astar-network/astar-api",
"version": "0.2.5",
"version": "0.2.6",
"description": "Astar JS API",
"main": "index.js",
"author": "Astar Network <info@astar.network>",
Expand All @@ -19,8 +19,8 @@
},
"homepage": "https://github.com/AstarNetwork/astar.js",
"dependencies": {
"@astar-network/astar-api-derive": "0.2.5",
"@astar-network/astar-types": "0.2.5",
"@astar-network/astar-api-derive": "0.2.6",
"@astar-network/astar-types": "0.2.6",
"@babel/runtime": "^7.10.2",
"@open-web3/orml-api-derive": "^1.0.2-0",
"@polkadot/api": "10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astar-network/astar-sdk-core",
"version": "0.2.5",
"version": "0.2.6",
"description": "the core for astar SDK",
"main": "index.js",
"author": "Astar Network <info@astar.network>",
Expand Down
4 changes: 2 additions & 2 deletions packages/type-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astar-network/astar-type-definitions",
"version": "0.2.5",
"description": "Polkadot.js type definations for astar Network",
"version": "0.2.6",
"description": "Polkadot.js type definitions for astar Network",
"main": "index.js",
"author": "Astar Network <info@astar.network>",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astar-network/astar-types",
"version": "0.2.5",
"description": "Polkadot.js type definations for Astar Network",
"version": "0.2.6",
"description": "Polkadot.js type definitions for Astar Network",
"main": "index.js",
"author": "Astar Network <info@astar.network>",
"license": "Apache-2.0",
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/AstarNetwork/astar.js",
"dependencies": {
"@astar-network/astar-type-definitions": "0.2.5",
"@astar-network/astar-type-definitions": "0.2.6",
"@babel/runtime": "^7.10.2",
"@open-web3/api-mobx": "^1.0.2-0",
"@open-web3/orml-types": "^1.0.2-0",
Expand Down

0 comments on commit faecd9f

Please sign in to comment.