@avalabs/types 2.4.1-alpha.9 → 2.5.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 +60 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,66 @@
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.5.0-alpha.10 (2022-08-04)
7
+
8
+ ### Features
9
+
10
+ - feature flag to not rely on posthog instance ([#166](https://github.com/ava-labs/avalanche-sdks/issues/166)) ([c9193aa](https://github.com/ava-labs/avalanche-sdks/commit/c9193aacb7fdb0bacb2440f1476b222bd76abe26))
11
+
12
+ # 2.5.0-alpha.9 (2022-08-04)
13
+
14
+ **Note:** Version bump only for package @avalabs/types
15
+
16
+ # 2.5.0-alpha.8 (2022-08-04)
17
+
18
+ **Note:** Version bump only for package @avalabs/types
19
+
20
+ # 2.5.0-alpha.7 (2022-08-03)
21
+
22
+ ### Bug Fixes
23
+
24
+ - make glacier sdk pass params to the http client correctly ([c7eb6f5](https://github.com/ava-labs/avalanche-sdks/commit/c7eb6f56a9f5769050c2d1f5db8012c5c0af0f11))
25
+
26
+ # 2.5.0-alpha.6 (2022-07-28)
27
+
28
+ **Note:** Version bump only for package @avalabs/types
29
+
30
+ # 2.5.0-alpha.5 (2022-07-22)
31
+
32
+ ### Bug Fixes
33
+
34
+ - use current version for utils dep for auto-update ([45b69a6](https://github.com/ava-labs/avalanche-sdks/commit/45b69a64d7eb120f44fe00c7598de468c08741a4))
35
+
36
+ # 2.5.0-alpha.4 (2022-07-21)
37
+
38
+ **Note:** Version bump only for package @avalabs/types
39
+
40
+ # 2.5.0-alpha.3 (2022-07-21)
41
+
42
+ **Note:** Version bump only for package @avalabs/types
43
+
44
+ # 2.5.0-alpha.2 (2022-07-21)
45
+
46
+ ### Bug Fixes
47
+
48
+ - **glacier:** missing dep fixed ([e51a99f](https://github.com/ava-labs/avalanche-sdks/commit/e51a99f29cc740e0e1bdcd1a437120dbdb25c696))
49
+
50
+ # 2.5.0-alpha.1 (2022-07-21)
51
+
52
+ ### Bug Fixes
53
+
54
+ - use etherscan proxy ([#160](https://github.com/ava-labs/avalanche-sdks/issues/160)) ([f3cba1e](https://github.com/ava-labs/avalanche-sdks/commit/f3cba1ea802006d682ab806a2cf324222fb31e90))
55
+
56
+ # 2.5.0-alpha.0 (2022-07-19)
57
+
58
+ ### Features
59
+
60
+ - get Ethereum network data from wallet-network-assets ([#156](https://github.com/ava-labs/avalanche-sdks/issues/156)) ([bfa9731](https://github.com/ava-labs/avalanche-sdks/commit/bfa973197dfd01a6cb9ee155b4660374471e173c))
61
+
62
+ ## 2.4.1-alpha.10 (2022-07-18)
63
+
64
+ **Note:** Version bump only for package @avalabs/types
65
+
6
66
  ## 2.4.1-alpha.9 (2022-07-14)
7
67
 
8
68
  **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.4.1-alpha.9",
3
+ "version": "2.5.0-alpha.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "private": false,
@@ -24,5 +24,5 @@
24
24
  "rollup-plugin-typescript2": "0.30.0",
25
25
  "ttypescript": "1.5.12"
26
26
  },
27
- "gitHead": "c2172083dd3b7e7cca0d563dd4cfa646d7e0c0c0"
27
+ "gitHead": "fa24c93d64e9ac7a5d74f53150616aa999316de6"
28
28
  }