Skip to content

Commit

Permalink
v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii committed Mar 14, 2023
1 parent fef9890 commit 9bcffee
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 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.19",
"version": "0.0.20",
"description": "Shared functions, logics for Coong wallet",
"author": "Thang X. Vu <[email protected]>",
"homepage": "https://github.com/CoongCrafts/coong-wallet/tree/main/packages/base#readme",
Expand All @@ -16,8 +16,8 @@
},
"main": "src/index.ts",
"dependencies": {
"@coong/keyring": "^0.0.19",
"@coong/utils": "^0.0.19",
"@coong/keyring": "^0.0.20",
"@coong/utils": "^0.0.20",
"@polkadot/networks": "^10.4.1",
"@polkadot/types": "^9.14.1",
"@polkadot/util-crypto": "^10.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/base/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS FILE IS AUTO-GENERATED, DO NOT EDIT!

export const packageInfo = { name: '@coong/base', version: '0.0.19' };
export const packageInfo = { name: '@coong/base', version: '0.0.20' };
4 changes: 2 additions & 2 deletions packages/keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coong/keyring",
"version": "0.0.19",
"version": "0.0.20",
"description": "Keyring for Coong wallet",
"author": "Thang X. Vu <[email protected]>",
"homepage": "https://github.com/CoongCrafts/coong-wallet/tree/main/packages/keyring#readme",
Expand All @@ -16,7 +16,7 @@
},
"main": "src/index.ts",
"dependencies": {
"@coong/utils": "^0.0.19",
"@coong/utils": "^0.0.20",
"@polkadot/ui-keyring": "^2.11.2",
"crypto-js": "^4.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS FILE IS AUTO-GENERATED, DO NOT EDIT!

export const packageInfo = { name: '@coong/keyring', version: '0.0.19' };
export const packageInfo = { name: '@coong/keyring', version: '0.0.20' };
6 changes: 3 additions & 3 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.19",
"version": "0.0.20",
"description": "Coong SDK to integrate Coong Wallet into dapps",
"author": "Thang X. Vu <[email protected]>",
"homepage": "https://github.com/CoongCrafts/coong-wallet/tree/main/packages/sdk#readme",
Expand All @@ -15,8 +15,8 @@
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo"
},
"dependencies": {
"@coong/base": "^0.0.19",
"@coong/utils": "^0.0.19",
"@coong/base": "^0.0.20",
"@coong/utils": "^0.0.20",
"@polkadot/extension-inject": "^0.44.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS FILE IS AUTO-GENERATED, DO NOT EDIT!

export const packageInfo = { name: '@coong/sdk', version: '0.0.19' };
export const packageInfo = { name: '@coong/sdk', version: '0.0.20' };
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.19",
"version": "0.0.20",
"description": "Utilities for Coong wallet",
"author": "Thang X. Vu <[email protected]>",
"homepage": "https://github.com/CoongCrafts/coong-wallet/tree/main/packages/utils#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/packageInfo.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS FILE IS AUTO-GENERATED, DO NOT EDIT!

export const packageInfo = { name: '@coong/utils', version: '0.0.19' };
export const packageInfo = { name: '@coong/utils', version: '0.0.20' };

0 comments on commit 9bcffee

Please sign in to comment.