Skip to content

Commit 3ab3101

Browse files
chore: sync stable release 2.1.1 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.1 Tag: v2.1.1
1 parent 0572dc8 commit 3ab3101

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

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

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

5+
## [2.1.1](https://github.com/algorandfoundation/algokit-lora/compare/v2.1.0...v2.1.1) (2025-09-27)
6+
7+
### 🐛 Bug Fixes
8+
9+
* resolve netlify deploy issue ([#502](https://github.com/algorandfoundation/algokit-lora/issues/502)) ([9cd254d](https://github.com/algorandfoundation/algokit-lora/commit/9cd254d60c074c281cbb032621e1d474c5b20b59))
10+
511
## [2.1.0](https://github.com/algorandfoundation/algokit-lora/compare/v2.0.8...v2.1.0) (2025-09-27)
612

713
### ⏪ Reverts

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

0 commit comments

Comments
 (0)