Skip to content

Commit f4e5d27

Browse files
chore: sync stable release 2.2.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.2.0 Tag: v2.2.0
1 parent 3d17565 commit f4e5d27

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

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

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

5+
## [2.2.0](https://github.com/algorandfoundation/algokit-lora/compare/v2.1.1...v2.2.0) (2025-10-29)
6+
7+
### 🐛 Bug Fixes
8+
9+
* **linter:** fix tailwind lint server not working inside react components ([7b0990d](https://github.com/algorandfoundation/algokit-lora/commit/7b0990da0cac83c62f9fbd100dbf9d9be15d3e1f))
10+
* **modals:** fix animation of the modals + remove comments ([cb56025](https://github.com/algorandfoundation/algokit-lora/commit/cb56025fa4ff58ea8bda02f81aa72bf7133a6395))
11+
12+
### 🚀 Features
13+
14+
* **drawer_menu:** finish implementing drawer menu to fix layout in mobile ([8fff982](https://github.com/algorandfoundation/algokit-lora/commit/8fff9828ee5177b5148818552adcd137ee1f45f7))
15+
516
## [2.1.1](https://github.com/algorandfoundation/algokit-lora/compare/v2.1.0...v2.1.1) (2025-09-27)
617

718
### 🐛 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.2.0-beta.1",
4+
"version": "2.2.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.2.0-beta.1"
3+
version = "2.2.0"
44
description = "algokit-lora"
55
authors = ["algorand-foundation"]
66
edition = "2021"

0 commit comments

Comments
 (0)