From dc10fa6be4796929f13b708abec08477dfb523c0 Mon Sep 17 00:00:00 2001 From: i701 Date: Sat, 20 Sep 2025 14:41:32 +0500 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda3ccd..7439bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.2.2 (2025-09-20) + +* refactor: remove table captions from all tables 🔧 ([39e8472](https://github.com/i701/sarlink-portal/commit/39e8472)) +* fix: hide account information once the payment is verified/expired/cancelled 🔧 ([f2a17d5](https://github.com/i701/sarlink-portal/commit/f2a17d5)) +* fix: remove pagination if there is only 1 page 🔧 ([43b8e22](https://github.com/i701/sarlink-portal/commit/43b8e22)) +* fix: set 100 MVR for default wallet topup amount 🔧 ([19043aa](https://github.com/i701/sarlink-portal/commit/19043aa)) + ## 0.2.1 (2025-09-20) * fix: add release script 🔧 ([e5298aa](https://github.com/i701/sarlink-portal/commit/e5298aa)) diff --git a/package-lock.json b/package-lock.json index fac16e9..f710f75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sarlink-portal", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sarlink-portal", - "version": "0.2.1", + "version": "0.2.2", "dependencies": { "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", diff --git a/package.json b/package.json index b2895b0..cdd1932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sarlink-portal", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "private": true, "scripts": {