Skip to content

Commit e763e94

Browse files
chore: sync stable release 2.1.0 to main [skip ci]
This commit syncs the stable release version back to main branch to ensure the next beta cycle starts from the correct version base. Release: 2.1.0 Tag: v2.1.0
1 parent 8aef0a9 commit e763e94

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.1.0](https://github.com/algorandfoundation/algokit-lora/compare/v2.0.8...v2.1.0) (2025-09-27)
6+
7+
### ⏪ Reverts
8+
9+
* ak utils future ([#489](https://github.com/algorandfoundation/algokit-lora/issues/489)) ([ada3049](https://github.com/algorandfoundation/algokit-lora/commit/ada3049a6ea57a39470d4984cf36ac0831599bc7)), closes [#422](https://github.com/algorandfoundation/algokit-lora/issues/422)
10+
11+
### 🐛 Bug Fixes
12+
13+
* order transaction summary types ([#490](https://github.com/algorandfoundation/algokit-lora/issues/490)) ([fc1b3b3](https://github.com/algorandfoundation/algokit-lora/commit/fc1b3b38e828da7c30c619ce9d18fb42fd0860bc))
14+
* update algosdk to latest to ensure new transaction fields are accounted for ([#501](https://github.com/algorandfoundation/algokit-lora/issues/501)) ([1616db8](https://github.com/algorandfoundation/algokit-lora/commit/1616db87d541ca53d317b3e5e8d0b18f087342ff))
15+
16+
### 🚀 Features
17+
18+
* add support for rendering arc62 circulating supply of an asset ([68074c9](https://github.com/algorandfoundation/algokit-lora/commit/68074c95e0ae39d2fde8495d17109f373de71510))
19+
520
## [2.0.8](https://github.com/algorandfoundation/algokit-lora/compare/v2.0.7...v2.0.8) (2025-08-05)
621

722
### 🐛 Bug Fixes

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,7 +1,7 @@
11
{
22
"name": "algokit-lora",
33
"private": true,
4-
"version": "2.1.0-beta.2",
4+
"version": "2.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "algokit-lora"
3-
version = "2.1.0-beta.2"
3+
version = "2.1.0"
44
description = "algokit-lora"
55
authors = ["algorand-foundation"]
66
edition = "2021"

0 commit comments

Comments
 (0)