diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdb03bc..1cb514df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.18.6](https://github.com/aeternity/dex-ui/compare/v1.18.5...v1.18.6) (2024-05-09) + + +### Bug Fixes + +* adds missing lang key ([ccd8471](https://github.com/aeternity/dex-ui/commit/ccd8471b1bb5545c4fbe1cb24a6fcd5071d3a1db)) +* properly display the icon ([aa65c52](https://github.com/aeternity/dex-ui/commit/aa65c52f42a8faeba3ce43f79c80929e1aa12e45)) +* removes useless spy id from connection ([8063adc](https://github.com/aeternity/dex-ui/commit/8063adc7bdb895dc64def07684b73cb63ac85e64)) +* uses proper shallow ref for sdk ([3c6326e](https://github.com/aeternity/dex-ui/commit/3c6326e55f57d21ab76e44e70b2f916ef03f7622)) + + +### Miscellaneous + +* adjusts styling ([843c44f](https://github.com/aeternity/dex-ui/commit/843c44fc5a31159d74fc5049484554d3f47bfd36)) + ## [1.18.5](https://github.com/aeternity/dex-ui/compare/v1.18.4...v1.18.5) (2024-05-02) diff --git a/package-lock.json b/package-lock.json index 4fd67f3d..d759e9a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dex-ui", - "version": "1.18.5", + "version": "1.18.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dex-ui", - "version": "1.18.5", + "version": "1.18.6", "dependencies": { "@aeternity/aepp-sdk": "13.3.2", "@fontsource/ibm-plex-sans": "^5.0.18", diff --git a/package.json b/package.json index 7bc705f8..63945b37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dex-ui", - "version": "1.18.5", + "version": "1.18.6", "private": true, "type": "module", "scripts": {