@bitgo-beta/sdk-coin-celo 1.3.3-alpha.295 → 1.3.3-alpha.296

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 +21 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
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
+ ## [5.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@5.0.1...@bitgo/sdk-coin-celo@5.0.2) (2025-04-04)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-celo
9
+
10
+ ## [5.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@5.0.0...@bitgo/sdk-coin-celo@5.0.1) (2025-04-02)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-celo
13
+
14
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@4.0.23...@bitgo/sdk-coin-celo@5.0.0) (2025-03-28)
15
+
16
+ ### Features
17
+
18
+ - **sdk-coin-celo:** prepare celo for mainnet hardfork ([1028d63](https://github.com/BitGo/BitGoJS/commit/1028d63d8f41cd4204d8c3d3bb3d84a09ecc81fa))
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ - **sdk-coin-celo:** added changes to transaction building for
23
+ celo l2 migration
24
+
25
+ TICKET: COIN-3350
26
+
6
27
  ## [4.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@4.0.22...@bitgo/sdk-coin-celo@4.0.23) (2025-03-20)
7
28
 
8
29
  **Note:** Version bump only for package @bitgo/sdk-coin-celo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-celo",
3
- "version": "1.3.3-alpha.295",
3
+ "version": "1.3.3-alpha.296",
4
4
  "description": "BitGo SDK coin library for Celo",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,10 +40,10 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.2.3-alpha.299",
44
- "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.297",
45
- "@bitgo-beta/sdk-core": "2.4.1-alpha.299",
46
- "@bitgo-beta/statics": "10.0.1-alpha.299",
43
+ "@bitgo-beta/abstract-eth": "1.2.3-alpha.300",
44
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.298",
45
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.300",
46
+ "@bitgo-beta/statics": "10.0.1-alpha.300",
47
47
  "@celo/connect": "^2.0.0",
48
48
  "@celo/contractkit": "^2.0.0",
49
49
  "@celo/wallet-base": "^2.0.0",
@@ -55,8 +55,8 @@
55
55
  "ethers": "^5.1.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@bitgo-beta/sdk-api": "1.6.1-alpha.299",
59
- "@bitgo-beta/sdk-test": "^8.0.77"
58
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.300",
59
+ "@bitgo-beta/sdk-test": "^8.0.80"
60
60
  },
61
- "gitHead": "23783eadc1c4c452264c566570dce7cbe10867fa"
61
+ "gitHead": "45db79ab3eea36dea1f8bb5a3b10e67e384deb47"
62
62
  }