Skip to content

Commit ead06cf

Browse files
committed
v0.9.9
1 parent d6baadd commit ead06cf

File tree

15 files changed

+69
-69
lines changed

15 files changed

+69
-69
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.9-rc.2",
2+
"version": "0.9.9",
33
"useWorkspaces": true,
44
"npmClient": "yarn"
55
}

packages/background/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/background",
3-
"version": "0.9.9-rc.0",
3+
"version": "0.9.9",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -26,13 +26,13 @@
2626
"dependencies": {
2727
"@cosmjs/launchpad": "^0.24.0-alpha.25",
2828
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
29-
"@keplr-wallet/common": "^0.9.9-rc.0",
30-
"@keplr-wallet/cosmos": "^0.9.9-rc.0",
31-
"@keplr-wallet/crypto": "^0.9.9-rc.0",
29+
"@keplr-wallet/common": "^0.9.9",
30+
"@keplr-wallet/cosmos": "^0.9.9",
31+
"@keplr-wallet/crypto": "^0.9.9",
3232
"@keplr-wallet/popup": "^0.9.6",
3333
"@keplr-wallet/router": "^0.9.6",
34-
"@keplr-wallet/types": "^0.9.9-rc.0",
35-
"@keplr-wallet/unit": "^0.9.9-rc.0",
34+
"@keplr-wallet/types": "^0.9.9",
35+
"@keplr-wallet/unit": "^0.9.9",
3636
"@ledgerhq/hw-transport": "^6.3.0",
3737
"@ledgerhq/hw-transport-webhid": "^6.3.0",
3838
"@ledgerhq/hw-transport-webusb": "^6.3.0",

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/common",
3-
"version": "0.9.9-rc.0",
3+
"version": "0.9.9",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -17,7 +17,7 @@
1717
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
1818
},
1919
"dependencies": {
20-
"@keplr-wallet/crypto": "^0.9.9-rc.0",
20+
"@keplr-wallet/crypto": "^0.9.9",
2121
"buffer": "^6.0.3",
2222
"delay": "^4.4.0"
2323
}

packages/cosmos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/cosmos",
3-
"version": "0.9.9-rc.0",
3+
"version": "0.9.9",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@cosmjs/launchpad": "^0.24.0-alpha.25",
22-
"@keplr-wallet/types": "^0.9.9-rc.0",
23-
"@keplr-wallet/unit": "^0.9.9-rc.0",
22+
"@keplr-wallet/types": "^0.9.9",
23+
"@keplr-wallet/unit": "^0.9.9",
2424
"axios": "^0.21.0",
2525
"bech32": "^1.1.4",
2626
"buffer": "^6.0.3",

packages/crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/crypto",
3-
"version": "0.9.9-rc.0",
3+
"version": "0.9.9",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -17,7 +17,7 @@
1717
"lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""
1818
},
1919
"devDependencies": {
20-
"@keplr-wallet/cosmos": "^0.9.9-rc.0",
20+
"@keplr-wallet/cosmos": "^0.9.9",
2121
"@types/crypto-js": "^4.0.1",
2222
"@types/elliptic": "^6.4.12",
2323
"@types/sha.js": "^2.4.0"

packages/extension/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/extension",
3-
"version": "0.9.9-rc.2",
3+
"version": "0.9.9",
44
"author": "chainapsis",
55
"license": "Apache-2.0",
66
"private": true,
@@ -19,19 +19,19 @@
1919
"@cosmjs/launchpad": "^0.24.0-alpha.25",
2020
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
2121
"@fortawesome/fontawesome-free": "^5.11.2",
22-
"@keplr-wallet/background": "^0.9.9-rc.0",
23-
"@keplr-wallet/common": "^0.9.9-rc.0",
24-
"@keplr-wallet/cosmos": "^0.9.9-rc.0",
25-
"@keplr-wallet/crypto": "^0.9.9-rc.0",
22+
"@keplr-wallet/background": "^0.9.9",
23+
"@keplr-wallet/common": "^0.9.9",
24+
"@keplr-wallet/cosmos": "^0.9.9",
25+
"@keplr-wallet/crypto": "^0.9.9",
2626
"@keplr-wallet/ens": "^0.9.0",
27-
"@keplr-wallet/hooks": "^0.9.9-rc.0",
27+
"@keplr-wallet/hooks": "^0.9.9",
2828
"@keplr-wallet/popup": "^0.9.6",
29-
"@keplr-wallet/provider": "^0.9.9-rc.0",
29+
"@keplr-wallet/provider": "^0.9.9",
3030
"@keplr-wallet/router": "^0.9.6",
3131
"@keplr-wallet/router-extension": "^0.9.6",
32-
"@keplr-wallet/stores": "^0.9.9-rc.0",
33-
"@keplr-wallet/types": "^0.9.9-rc.0",
34-
"@keplr-wallet/unit": "^0.9.9-rc.0",
32+
"@keplr-wallet/stores": "^0.9.9",
33+
"@keplr-wallet/types": "^0.9.9",
34+
"@keplr-wallet/unit": "^0.9.9",
3535
"@walletconnect/client": "^1.6.4",
3636
"aes-js": "^3.1.2",
3737
"amplitude-js": "^8.5.0",

packages/hooks/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/hooks",
3-
"version": "0.9.9-rc.0",
3+
"version": "0.9.9",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -21,15 +21,15 @@
2121
},
2222
"dependencies": {
2323
"@cosmjs/launchpad": "^0.24.0-alpha.25",
24-
"@keplr-wallet/background": "^0.9.9-rc.0",
25-
"@keplr-wallet/common": "^0.9.9-rc.0",
26-
"@keplr-wallet/cosmos": "^0.9.9-rc.0",
27-
"@keplr-wallet/crypto": "^0.9.9-rc.0",
24+
"@keplr-wallet/background": "^0.9.9",
25+
"@keplr-wallet/common": "^0.9.9",
26+
"@keplr-wallet/cosmos": "^0.9.9",
27+
"@keplr-wallet/crypto": "^0.9.9",
2828
"@keplr-wallet/ens": "^0.9.0",
2929
"@keplr-wallet/popup": "^0.9.6",
30-
"@keplr-wallet/stores": "^0.9.9-rc.0",
31-
"@keplr-wallet/types": "^0.9.9-rc.0",
32-
"@keplr-wallet/unit": "^0.9.9-rc.0",
30+
"@keplr-wallet/stores": "^0.9.9",
31+
"@keplr-wallet/types": "^0.9.9",
32+
"@keplr-wallet/unit": "^0.9.9",
3333
"long": "^4.0.0",
3434
"mobx": "^6.1.7",
3535
"mobx-utils": "^6.0.3",

packages/mobile/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobile",
3-
"version": "0.9.9-rc.0",
3+
"version": "0.9.9",
44
"private": true,
55
"workspaces": {
66
"nohoist": [
@@ -32,17 +32,17 @@
3232
"@formatjs/intl-numberformat": "^7.1.5",
3333
"@formatjs/intl-pluralrules": "^4.0.28",
3434
"@formatjs/intl-relativetimeformat": "^9.1.7",
35-
"@keplr-wallet/background": "^0.9.9-rc.0",
36-
"@keplr-wallet/common": "^0.9.9-rc.0",
37-
"@keplr-wallet/cosmos": "^0.9.9-rc.0",
38-
"@keplr-wallet/crypto": "^0.9.9-rc.0",
35+
"@keplr-wallet/background": "^0.9.9",
36+
"@keplr-wallet/common": "^0.9.9",
37+
"@keplr-wallet/cosmos": "^0.9.9",
38+
"@keplr-wallet/crypto": "^0.9.9",
3939
"@keplr-wallet/ens": "^0.9.0",
40-
"@keplr-wallet/hooks": "^0.9.9-rc.0",
41-
"@keplr-wallet/provider": "^0.9.9-rc.0",
40+
"@keplr-wallet/hooks": "^0.9.9",
41+
"@keplr-wallet/provider": "^0.9.9",
4242
"@keplr-wallet/router": "^0.9.6",
43-
"@keplr-wallet/stores": "^0.9.9-rc.0",
44-
"@keplr-wallet/types": "^0.9.9-rc.0",
45-
"@keplr-wallet/unit": "^0.9.9-rc.0",
43+
"@keplr-wallet/stores": "^0.9.9",
44+
"@keplr-wallet/types": "^0.9.9",
45+
"@keplr-wallet/unit": "^0.9.9",
4646
"@ledgerhq/react-native-hw-transport-ble": "^6.3.0",
4747
"@react-native-async-storage/async-storage": "^1.14.1",
4848
"@react-native-community/blur": "^3.6.0",

packages/provider-mock/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/provider-mock",
3-
"version": "0.9.9-rc.0",
3+
"version": "0.9.9",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -19,10 +19,10 @@
1919
"dependencies": {
2020
"@cosmjs/launchpad": "^0.24.0-alpha.25",
2121
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
22-
"@keplr-wallet/cosmos": "^0.9.9-rc.0",
23-
"@keplr-wallet/provider": "^0.9.9-rc.0",
22+
"@keplr-wallet/cosmos": "^0.9.9",
23+
"@keplr-wallet/provider": "^0.9.9",
2424
"@keplr-wallet/router": "^0.9.6",
25-
"@keplr-wallet/types": "^0.9.9-rc.0",
25+
"@keplr-wallet/types": "^0.9.9",
2626
"buffer": "^6.0.3",
2727
"deepmerge": "^4.2.2",
2828
"secretjs": "^0.17.0"

packages/provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keplr-wallet/provider",
3-
"version": "0.9.9-rc.0",
3+
"version": "0.9.9",
44
"main": "build/index.js",
55
"author": "chainapsis",
66
"license": "Apache-2.0",
@@ -20,7 +20,7 @@
2020
"@cosmjs/launchpad": "^0.24.0-alpha.25",
2121
"@cosmjs/proto-signing": "^0.24.0-alpha.25",
2222
"@keplr-wallet/router": "^0.9.6",
23-
"@keplr-wallet/types": "^0.9.9-rc.0",
23+
"@keplr-wallet/types": "^0.9.9",
2424
"deepmerge": "^4.2.2",
2525
"long": "^4.0.0",
2626
"secretjs": "^0.17.0"

0 commit comments

Comments
 (0)