chore: release v0.2.2
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m26s

This commit is contained in:
2025-09-20 14:41:32 +05:00
parent 39e84723b1
commit dc10fa6be4
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## <small>0.2.2 (2025-09-20)</small>
* 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))
## <small>0.2.1 (2025-09-20)</small> ## <small>0.2.1 (2025-09-20)</small>
* fix: add release script 🔧 ([e5298aa](https://github.com/i701/sarlink-portal/commit/e5298aa)) * fix: add release script 🔧 ([e5298aa](https://github.com/i701/sarlink-portal/commit/e5298aa))

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "sarlink-portal", "name": "sarlink-portal",
"version": "0.2.1", "version": "0.2.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "sarlink-portal", "name": "sarlink-portal",
"version": "0.2.1", "version": "0.2.2",
"dependencies": { "dependencies": {
"@commitlint/cli": "^19.8.1", "@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1", "@commitlint/config-conventional": "^19.8.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "sarlink-portal", "name": "sarlink-portal",
"version": "0.2.1", "version": "0.2.2",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {