@bitgo-beta/sdk-coin-bera 1.0.1-beta.94 → 1.0.1-beta.96

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 1.18.0 (2024-01-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
11
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
12
+
13
+ ### Features
14
+
15
+ - **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
16
+
17
+ # 1.17.0 (2024-01-26)
18
+
19
+ ### Bug Fixes
20
+
21
+ - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
22
+ - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
23
+
24
+ ### Features
25
+
26
+ - **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
27
+
6
28
  # 1.16.0 (2024-01-25)
7
29
 
8
30
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-bera",
3
- "version": "1.0.1-beta.94",
3
+ "version": "1.0.1-beta.96",
4
4
  "description": "BitGo SDK coin library for Bera",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,16 +40,16 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-cosmos": "1.0.1-beta.218",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.236",
45
- "@bitgo-beta/statics": "15.1.1-beta.239",
43
+ "@bitgo-beta/abstract-cosmos": "1.0.1-beta.220",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.238",
45
+ "@bitgo-beta/statics": "15.1.1-beta.241",
46
46
  "@cosmjs/amino": "^0.29.5",
47
47
  "@cosmjs/stargate": "^0.29.5",
48
48
  "bignumber.js": "^9.1.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@bitgo-beta/sdk-api": "1.10.1-beta.236",
52
- "@bitgo-beta/sdk-test": "^4.0.0"
51
+ "@bitgo-beta/sdk-api": "1.10.1-beta.238",
52
+ "@bitgo-beta/sdk-test": "^6.0.0"
53
53
  },
54
- "gitHead": "a5b486124c25ff41360b729c3c6394f6d5ad7809"
54
+ "gitHead": "69e0cc37190f641ea4cd8095316fe7f7185849d6"
55
55
  }