@avalabs/types 2.8.0-alpha.0 → 2.8.0-alpha.10

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