@bitgo-beta/sdk-coin-sgb 1.1.2-alpha.2 → 1.1.2-alpha.20

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.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.5...@bitgo/sdk-coin-sgb@1.1.6) (2025-02-20)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-sgb
9
+
10
+ ## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.4...@bitgo/sdk-coin-sgb@1.1.5) (2025-02-19)
11
+
12
+ ### Bug Fixes
13
+
14
+ - display name correction for xdc,flr,sgb,wemix ([b50ea6a](https://github.com/BitGo/BitGoJS/commit/b50ea6ad6723e755ac8e5c61380ffe5735d74a4b))
15
+
16
+ ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.3...@bitgo/sdk-coin-sgb@1.1.4) (2025-02-11)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-sgb
19
+
20
+ ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.2...@bitgo/sdk-coin-sgb@1.1.3) (2025-02-05)
21
+
22
+ **Note:** Version bump only for package @bitgo/sdk-coin-sgb
23
+
24
+ ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.1...@bitgo/sdk-coin-sgb@1.1.2) (2025-01-28)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-coin-sgb
27
+
6
28
  ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sgb@1.1.0...@bitgo/sdk-coin-sgb@1.1.1) (2025-01-23)
7
29
 
8
30
  **Note:** Version bump only for package @bitgo/sdk-coin-sgb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-sgb",
3
- "version": "1.1.2-alpha.2",
3
+ "version": "1.1.2-alpha.20",
4
4
  "description": "BitGo SDK coin library for Sgb",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,14 +40,14 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.262",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.262",
45
- "@bitgo-beta/statics": "10.0.1-alpha.262",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.280",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.280",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.280",
46
46
  "@ethereumjs/common": "^2.6.5"
47
47
  },
48
48
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.6.1-alpha.262",
50
- "@bitgo-beta/sdk-test": "^8.0.67"
49
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.280",
50
+ "@bitgo-beta/sdk-test": "^8.0.72"
51
51
  },
52
- "gitHead": "95723af1cf9305d1f8d3d32423d68f743c571f57"
52
+ "gitHead": "a66cb523a7e2df3a536729f4b0c716763632d3d1"
53
53
  }