Skip to content

Commit

Permalink
Publish 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii committed Feb 21, 2023
1 parent 79fbe87 commit eb9bff1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coong/base",
"version": "0.0.2",
"version": "0.0.3",
"description": "Shared functions, logics for Coong wallet",
"author": "Thang X. Vu <[email protected]>",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"main": "dist/index.js",
"dependencies": {
"@coong/keyring": "^0.0.2",
"@coong/keyring": "^0.0.3",
"@polkadot/networks": "^10.4.1",
"@polkadot/types": "^9.14.1",
"rxjs": "^7.8.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coong/keyring",
"version": "0.0.2",
"version": "0.0.3",
"description": "Keyring for Coong wallet",
"author": "Thang X. Vu <[email protected]>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coong/sdk",
"version": "0.0.2",
"version": "0.0.3",
"description": "Coong SDK to integrate Coong Wallet into dapps",
"author": "Thang X. Vu <[email protected]>",
"main": "dist/index.js",
Expand All @@ -9,7 +9,7 @@
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@coong/base": "^0.0.2"
"@coong/base": "^0.0.3"
},
"devDependencies": {
"@polkadot/api": "^9.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coong/utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "Utilities for Coong wallet",
"author": "Thang X. Vu <[email protected]>",
"main": "dist/index.js",
Expand Down

0 comments on commit eb9bff1

Please sign in to comment.