Skip to content

Commit f2b4628

Browse files
committed
Merge branch 'develop' of ssh://github.com/kilobyteno/LANMS into develop
2 parents b4dd580 + a22a043 commit f2b4628

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,26 @@
22

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

5+
## 3.0.0-alpha.5 - 2025-01-10
6+
7+
**Full Changelog**: https://github.com/kilobyteno/LANMS/compare/3.0.0-alpha.4...3.0.0-alpha.5
8+
59
## 3.0.0-alpha.3 - 2025-01-09
610

711
### Changed
812

913
- **Enhanced GitHub Action Workflow**:
14+
1015
- Updated to use a new environment variable for more flexible management.
1116
- Now handles updates to critical files (`package.json`, `backend/config.py`) that track software versioning.
1217
- Improved automation ensures effective tracking and management of software changes.
1318

1419
- **Frontend Markdown Component Styling**:
20+
1521
- Slight adjustments to the `ReactMarkdown` component for a more refined display experience.
1622

1723
- **Styling Adjustments to the Changelog Page**:
24+
1825
- Increased the size of the main title (`CardTitle` component) to improve readability and visual appeal.
1926

2027

backend/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-alpha.4
1+
3.0.0-alpha.5

frontend/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.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lanms-frontend",
33
"private": true,
4-
"version": "3.0.0-alpha.1",
4+
"version": "3.0.0-alpha.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)