Releases: radixdlt/rola
Releases · radixdlt/rola
v2.1.0
v2.1.0-dev.1
v2.0.2-dev.1
v2.0.1
v2.0.0
2.0.0 (2024-05-09)
⚠ BREAKING CHANGES
Remove NetworkId
export
Remove NetworkId re-exported from @radixdlt/radix-engine-toolkit
. Developers are welcomed to use NetworkId
from one of the following packages:
@radixdlt/babylon-gateway-api-sdk
@radixdlt/radix-engine-toolkit
@radixdlt/radix-dapp-toolkit
Alternatively you can provide raw number - 1 for Mainnet, 2 for Stokenet when configuring Rola
✨ Features
- Externalize all dependencies and stop locking to particular versions. This gives more flexibility to developers in terms of choosing which dependencies version they want (6261394)
📝 Documentation
- adjust README (b384d3c)
v2.0.0-dev.1
2.0.0-dev.1 (2024-04-23)
⚠ BREAKING CHANGES
- remove NetworkId re-exported from @radixdlt/radix-engine-toolkit
✨ Features
- externalize all dependencies (6261394)