@avalabs/types 2.5.0-alpha.12 → 2.5.0-alpha.2

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 +0 -46
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,52 +3,6 @@
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.12 (2022-08-15)
7
-
8
- **Note:** Version bump only for package @avalabs/types
9
-
10
- # 2.5.0-alpha.11 (2022-08-08)
11
-
12
- **Note:** Version bump only for package @avalabs/types
13
-
14
- # 2.5.0-alpha.10 (2022-08-04)
15
-
16
- ### Features
17
-
18
- - 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))
19
-
20
- # 2.5.0-alpha.9 (2022-08-04)
21
-
22
- **Note:** Version bump only for package @avalabs/types
23
-
24
- # 2.5.0-alpha.8 (2022-08-04)
25
-
26
- **Note:** Version bump only for package @avalabs/types
27
-
28
- # 2.5.0-alpha.7 (2022-08-03)
29
-
30
- ### Bug Fixes
31
-
32
- - make glacier sdk pass params to the http client correctly ([c7eb6f5](https://github.com/ava-labs/avalanche-sdks/commit/c7eb6f56a9f5769050c2d1f5db8012c5c0af0f11))
33
-
34
- # 2.5.0-alpha.6 (2022-07-28)
35
-
36
- **Note:** Version bump only for package @avalabs/types
37
-
38
- # 2.5.0-alpha.5 (2022-07-22)
39
-
40
- ### Bug Fixes
41
-
42
- - use current version for utils dep for auto-update ([45b69a6](https://github.com/ava-labs/avalanche-sdks/commit/45b69a64d7eb120f44fe00c7598de468c08741a4))
43
-
44
- # 2.5.0-alpha.4 (2022-07-21)
45
-
46
- **Note:** Version bump only for package @avalabs/types
47
-
48
- # 2.5.0-alpha.3 (2022-07-21)
49
-
50
- **Note:** Version bump only for package @avalabs/types
51
-
52
6
  # 2.5.0-alpha.2 (2022-07-21)
53
7
 
54
8
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/types",
3
- "version": "2.5.0-alpha.12",
3
+ "version": "2.5.0-alpha.2",
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": "6d9c55125f772ffbfad7b693becbdf1530c269d6"
27
+ "gitHead": "f6c90800df16231ac324a77d68d95b1488a54399"
28
28
  }