@avalabs/types 2.8.0-alpha.1 → 2.8.0-alpha.11

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 +54 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,60 @@
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
+ # 2.8.0-alpha.11 (2022-11-02)
7
+
8
+ ### Bug Fixes
9
+
10
+ - coingecko treeshake ([#220](https://github.com/ava-labs/avalanche-sdks/issues/220)) ([7aeb9d8](https://github.com/ava-labs/avalanche-sdks/commit/7aeb9d8f20488aa7f7f99b8c8332092591b321ed))
11
+
12
+ # 2.8.0-alpha.10 (2022-11-01)
13
+
14
+ ### Bug Fixes
15
+
16
+ - replace all requires with imports ([0762c46](https://github.com/ava-labs/avalanche-sdks/commit/0762c4648af2161cdbe6d7a8e823b21aa3383491))
17
+
18
+ # 2.8.0-alpha.9 (2022-11-01)
19
+
20
+ ### Bug Fixes
21
+
22
+ - simpler config for builds ([#219](https://github.com/ava-labs/avalanche-sdks/issues/219)) ([1bd27a1](https://github.com/ava-labs/avalanche-sdks/commit/1bd27a1c517bc1ee015882e4345f504874d1a1ef))
23
+
24
+ # 2.8.0-alpha.8 (2022-11-01)
25
+
26
+ ### Bug Fixes
27
+
28
+ - bump to lerna v6 ([#216](https://github.com/ava-labs/avalanche-sdks/issues/216)) ([fbce292](https://github.com/ava-labs/avalanche-sdks/commit/fbce292e86bc35101d8a6f8a60e92dabf5cc2c24))
29
+
30
+ # 2.8.0-alpha.7 (2022-10-27)
31
+
32
+ **Note:** Version bump only for package @avalabs/types
33
+
34
+ # 2.8.0-alpha.6 (2022-10-26)
35
+
36
+ ### Bug Fixes
37
+
38
+ - (Glacier) Schema update ([#213](https://github.com/ava-labs/avalanche-sdks/issues/213)) ([b4afa93](https://github.com/ava-labs/avalanche-sdks/commit/b4afa939c6ef03c4e1fe095d7c561d73a72c8556))
39
+
40
+ # 2.8.0-alpha.5 (2022-10-24)
41
+
42
+ **Note:** Version bump only for package @avalabs/types
43
+
44
+ # 2.8.0-alpha.4 (2022-10-20)
45
+
46
+ ### Bug Fixes
47
+
48
+ - bogus commit to trigger release ([84e36d4](https://github.com/ava-labs/avalanche-sdks/commit/84e36d42deec024d0a28005c9e8928ad7fbb905a))
49
+
50
+ # 2.8.0-alpha.3 (2022-10-20)
51
+
52
+ ### Bug Fixes
53
+
54
+ - bridge sdk tree shakable ([#208](https://github.com/ava-labs/avalanche-sdks/issues/208)) ([43952ca](https://github.com/ava-labs/avalanche-sdks/commit/43952ca8370af10d6f90578b3491300485b2056f))
55
+
56
+ # 2.8.0-alpha.2 (2022-10-20)
57
+
58
+ **Note:** Version bump only for package @avalabs/types
59
+
6
60
  # [2.8.0-alpha.1](https://github.com/ava-labs/avalanche-sdks/compare/v2.8.0-alpha.0...v2.8.0-alpha.1) (2022-10-20)
7
61
 
8
62
  **Note:** Version bump only for package @avalabs/types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/types",
3
- "version": "2.8.0-alpha.1",
3
+ "version": "2.8.0-alpha.11",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "private": false,
@@ -21,5 +21,5 @@
21
21
  "rollup-plugin-typescript2": "0.30.0",
22
22
  "ttypescript": "1.5.12"
23
23
  },
24
- "gitHead": "a7ba353ecac2c0d74c1bc61e7307c2f49da11ce8"
24
+ "gitHead": "0f74ec9b0e79f76b7f54f33541fdf6dd5d36b92b"
25
25
  }