Add yarn version plugin (#524)
* Add yarn version and bump minor versions * Update Changelog * Include more files in bundle * Remove yarn version artifact for now Co-authored-by: nambrot <nambrot@googlemail.com>pull/547/head
parent
165f60e622
commit
5e639a2f1c
File diff suppressed because one or more lines are too long
@ -1,13 +1,21 @@ |
||||
# Changelog |
||||
|
||||
## Unreleased |
||||
## 0.2.0 |
||||
|
||||
- [Strongly type InterchainGasCalculator](https://github.com/abacus-network/abacus-monorepo/pull/433): Adds type guards and uses chainNames instead of domain IDs in `InterchainGasCalculator` |
||||
- Renamed `MultiProvider`'s `getDomainConnection` to `getChainConnection` |
||||
- Renamed `MultiGeneric`'s `domainMap` to `chainMap` |
||||
- Rename the mapping from chain names to domain IDs from `domains` to `chainMetadata` |
||||
- Removes the `AbacusCore` argument in the `RouterDeployer` constructor, and instead adds an optional `debug` logger argument |
||||
- Unify deploy and app abstractions by @yorhodes in https://github.com/abacus-network/abacus-monorepo/pull/507 |
||||
- Remove AbacusCore as an argument to RouterDeployer https://github.com/abacus-network/abacus-monorepo/pull/469 |
||||
- Dedupe hardhat and core deploy https://github.com/abacus-network/abacus-monorepo/pull/449 |
||||
- Remove Controller from SDK package https://github.com/abacus-network/abacus-monorepo/pull/497 |
||||
- Add `debug` logging library https://github.com/abacus-network/abacus-monorepo/pull/457 |
||||
- Consistent naming of chain and domain https://github.com/abacus-network/abacus-monorepo/pull/446 |
||||
- Strongly type GasCalculator https://github.com/abacus-network/abacus-monorepo/pull/433 |
||||
- Add default ChainConnection configs https://github.com/abacus-network/abacus-monorepo/pull/434 |
||||
|
||||
Minor |
||||
|
||||
- Bump typechain version to fix bug by @yorhodes in https://github.com/abacus-network/abacus-monorepo/pull/517 |
||||
- Remove `TransactionConfig` https://github.com/abacus-network/abacus-monorepo/pull/465/files |
||||
|
||||
## 0.1.1 |
||||
|
||||
Initial Alpha Release of the SDK |
||||
- Initial Alpha Release of the SDK |
||||
|
Loading…
Reference in new issue