Skip to content

Commit 156a3db

Browse files
chore(release): ref:beta 2.2.1-beta.4 [skip ci]
## [2.2.1-beta.4](v2.2.1-beta.3...v2.2.1-beta.4) (2025-11-07) ### ♻️ Code Refactoring * **latest_cards:** refactor latest blocks card to use flex layout instead of margins ([aba9cee](aba9cee)) ### 🐛 Bug Fixes * **actions_overflow:** fix action buttons being cut on the wizard form ([48379a9](48379a9)) * **app_call_table:** fix app call table to display important data even on mobile ([cb99a81](cb99a81)) * **build:** fix build errors ([85b3734](85b3734)) * **dependencies:** fix jotai and semantic release dependencies for CI ([80fded7](80fded7)) * **double_heading:** remove unnecessary heading that was breaking tests ([debf512](debf512)) * **mobile:** fix few reviews on previous comment ([4f6ec74](4f6ec74)) * **package-lock:** fix package lock not being in sync with package.json breaking CI ([b615b68](b615b68)) * **package-lock:** fix package lock to use jotai 2.7 + sync package.json ([2aacbbc](2aacbbc)) * **package:** fix package-lock to reflect tailwind deps 4.16^ + fix recurring build errors ([65d6cd5](65d6cd5)) * **tables:** fix table layouts and fields to correctly scroll and display important fields ([e7a51ec](e7a51ec))
1 parent f3668b3 commit 156a3db

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

0 commit comments

Comments
 (0)