-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): publish v0.0.23 - [skip ci]
- @coong/[email protected] - @coong/[email protected] - @coong/[email protected] - @coong/[email protected]
- Loading branch information
Showing
8 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@coong/base", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"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", | ||
|
@@ -16,8 +16,8 @@ | |
}, | ||
"main": "src/index.ts", | ||
"dependencies": { | ||
"@coong/keyring": "^0.0.22", | ||
"@coong/utils": "^0.0.22", | ||
"@coong/keyring": "^0.0.23", | ||
"@coong/utils": "^0.0.23", | ||
"@polkadot/networks": "^12.6.2", | ||
"@polkadot/types": "^12.1.1", | ||
"@polkadot/util": "^12.6.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.22' }; | ||
export const packageInfo = { name: '@coong/base', version: '0.0.23' }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@coong/keyring", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Keyring for Coong Wallet", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/CoongCrafts/coong-wallet/tree/main/packages/keyring#readme", | ||
|
@@ -16,7 +16,7 @@ | |
}, | ||
"main": "src/index.ts", | ||
"dependencies": { | ||
"@coong/utils": "^0.0.22", | ||
"@coong/utils": "^0.0.23", | ||
"@polkadot/ui-keyring": "^3.6.6", | ||
"crypto-js": "^4.1.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.22' }; | ||
export const packageInfo = { name: '@coong/keyring', version: '0.0.23' }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@coong/sdk", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"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", | ||
|
@@ -15,8 +15,8 @@ | |
"clean": "rm -rf ./dist && rm -rf ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo" | ||
}, | ||
"dependencies": { | ||
"@coong/base": "^0.0.22", | ||
"@coong/utils": "^0.0.22", | ||
"@coong/base": "^0.0.23", | ||
"@coong/utils": "^0.0.23", | ||
"@polkadot/extension-inject": "^0.48.2", | ||
"rxjs": "^7.8.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.22' }; | ||
export const packageInfo = { name: '@coong/sdk', version: '0.0.23' }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@coong/utils", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Utilities for Coong Wallet", | ||
"author": "Thang X. Vu <[email protected]>", | ||
"homepage": "https://github.com/CoongCrafts/coong-wallet/tree/main/packages/utils#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.22' }; | ||
export const packageInfo = { name: '@coong/utils', version: '0.0.23' }; |