Skip to content

Commit

Permalink
chore(release): publish v0.0.23 - [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sinzii committed Jul 10, 2024
1 parent 8980a5a commit 70a8844
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.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",
Expand All @@ -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",
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.22' };
export const packageInfo = { name: '@coong/base', version: '0.0.23' };
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.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",
Expand All @@ -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"
},
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.22' };
export const packageInfo = { name: '@coong/keyring', version: '0.0.23' };
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.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",
Expand All @@ -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"
},
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.22' };
export const packageInfo = { name: '@coong/sdk', version: '0.0.23' };
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.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",
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.22' };
export const packageInfo = { name: '@coong/utils', version: '0.0.23' };

0 comments on commit 70a8844

Please sign in to comment.