Skip to content

Commit c806c59

Browse files
chore(main): release 1.1.0
1 parent bc60260 commit c806c59

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/aeternity/aepp-bridge-and-swap/compare/v1.0.0...v1.1.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* be able to connect to metamask via deep link ([3ed3259](https://github.com/aeternity/aepp-bridge-and-swap/commit/3ed3259e4f5ca99ce9361ff4f628cabd6fecec78))
9+
* force reload when disconnecting from ae wallet to cleanup ([9288680](https://github.com/aeternity/aepp-bridge-and-swap/commit/9288680755a4e49dcb55b135e58e157a72c510d1))
10+
* make next button more prominent when enabled ([bc60260](https://github.com/aeternity/aepp-bridge-and-swap/commit/bc602602f61cdfcd92340209c662dc7150d460c0))
11+
12+
13+
### Bug Fixes
14+
15+
* disconnect issue on mobile ([0f779f5](https://github.com/aeternity/aepp-bridge-and-swap/commit/0f779f5f092cee08e8265106a8fc098df1dad380))
16+
* use correct type on memory account creation ([9b2f6f2](https://github.com/aeternity/aepp-bridge-and-swap/commit/9b2f6f278515af4d9a0243b636606d81533cd1fe))
17+
18+
19+
### CI / CD
20+
21+
* update node version in Dockerfile ([a9bf460](https://github.com/aeternity/aepp-bridge-and-swap/commit/a9bf4608dd5e58ea334b85be9589a7f1006caab4))
22+
323
## 1.0.0 (2025-06-24)
424

525

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aepp-swap-bridge",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"dependencies": {
66
"@aeternity/aepp-calldata": "^1.9.1",

0 commit comments

Comments
 (0)