diff --git a/backend/Directory.Build.props b/backend/Directory.Build.props index 7fdac9c..8228db9 100644 --- a/backend/Directory.Build.props +++ b/backend/Directory.Build.props @@ -1,7 +1,7 @@ - 1.2.7 + 1.3.0 Tudor Stanciu STA NetworkResurrector diff --git a/backend/ReleaseNotes.xml b/backend/ReleaseNotes.xml index ea01a74..6719574 100644 --- a/backend/ReleaseNotes.xml +++ b/backend/ReleaseNotes.xml @@ -201,4 +201,15 @@ • Updated menu component to permanently display the selected item. + + 1.3.0 + 2024-03-31 23:24 + + Major enhancements + • Unified repository structure - The backend and frontend codebases have been consolidated into a single repository, improving code management and cross-component consistency. + • Frontend Upgrades - The frontend has been upgraded to leverage TypeScript, React 18, and Material UI 5, enhancing code quality, UI consistency, and leveraging the latest features of these technologies. + • Build process overhaul - I've switched from react-scripts to react-app-rewired. This gives me more control to tweak the webpack configuration as I need. Plus, it's now set up to handle CommonJS (CJS) modules. + • TypeScript refactoring - Several components have been rewritten in TypeScript, improving type safety and predictability in our codebase. + + \ No newline at end of file diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bc3f904..96bc052 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "network-resurrector-frontend", - "version": "1.2.7", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "network-resurrector-frontend", - "version": "1.2.7", + "version": "1.3.0", "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", diff --git a/frontend/package.json b/frontend/package.json index 52ce4c9..224fe0d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "network-resurrector-frontend", - "version": "1.2.7", + "version": "1.3.0", "description": "Frontend component of Network resurrector system", "author": { "name": "Tudor Stanciu",