@avalabs/types 2.8.0-alpha.7 → 2.8.0-alpha.9

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.9 (2022-11-01)
7
+
8
+ ### Bug Fixes
9
+
10
+ - simpler config for builds ([#219](https://github.com/ava-labs/avalanche-sdks/issues/219)) ([1bd27a1](https://github.com/ava-labs/avalanche-sdks/commit/1bd27a1c517bc1ee015882e4345f504874d1a1ef))
11
+
12
+ # 2.8.0-alpha.8 (2022-11-01)
13
+
14
+ ### Bug Fixes
15
+
16
+ - bump to lerna v6 ([#216](https://github.com/ava-labs/avalanche-sdks/issues/216)) ([fbce292](https://github.com/ava-labs/avalanche-sdks/commit/fbce292e86bc35101d8a6f8a60e92dabf5cc2c24))
17
+
6
18
  # 2.8.0-alpha.7 (2022-10-27)
7
19
 
8
20
  **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.7",
3
+ "version": "2.8.0-alpha.9",
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": "e71526da303c93b85e8d9c7e29d6eb280f5b9ff0"
24
+ "gitHead": "2a7f77f2e98629b957ce3afaedd727436454bdd3"
25
25
  }