@avalabs/types 2.5.0-alpha.11 → 2.5.0-alpha.3

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