diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e11c47..c90cacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 3.0.0-alpha.8 - 2025-01-10 + +**Full Changelog**: https://github.com/kilobyteno/LANMS/compare/3.0.0-alpha.7...3.0.0-alpha.8 + ## 3.0.0-alpha.7 - 2025-01-10 **Full Changelog**: https://github.com/kilobyteno/LANMS/compare/3.0.0-alpha.6...3.0.0-alpha.7 diff --git a/backend/.version b/backend/.version index 536f018..96bc4d7 100644 --- a/backend/.version +++ b/backend/.version @@ -1 +1 @@ -3.0.0-alpha.7 +3.0.0-alpha.8 diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 80addad..3860431 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "lanms-portal", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lanms-portal", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "dependencies": { "@hookform/resolvers": "^3.9.1", "@phosphor-icons/react": "^2.0.15", diff --git a/frontend/package.json b/frontend/package.json index 04d2361..66c9ab0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "lanms-frontend", "private": true, - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "type": "module", "scripts": { "dev": "vite",