Skip to content

Commit f6fb8c1

Browse files
chore(release): ref:beta 2.2.1-beta.2 [skip ci]
## [2.2.1-beta.2](v2.2.1-beta.1...v2.2.1-beta.2) (2025-11-05) ### πŸ› Bug Fixes * convert AVMBytes template parameters from base64 to Uint8Array ([50a038f](50a038f)) * prevent validation errors from obstructing help text and add address field help text ([b04f9f9](b04f9f9)) * trigger application interface name validation when interface exists ([8a4b168](8a4b168))
1 parent 015c852 commit f6fb8c1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

β€Ž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.2.1-beta.1",
4+
"version": "2.2.1-beta.2",
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.2.1-beta.1"
3+
version = "2.2.1-beta.2"
44
description = "algokit-lora"
55
authors = ["algorand-foundation"]
66
edition = "2021"

0 commit comments

Comments
Β (0)