Bump version to 1.3.0 and updated release notes
parent
8f4c0bb2fa
commit
5f2f701611
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
<Import Project="dependencies.props" />
|
||||
<PropertyGroup>
|
||||
<Version>1.2.7</Version>
|
||||
<Version>1.3.0</Version>
|
||||
<Authors>Tudor Stanciu</Authors>
|
||||
<Company>STA</Company>
|
||||
<PackageTags>NetworkResurrector</PackageTags>
|
||||
|
|
|
@ -201,4 +201,15 @@
|
|||
• Updated menu component to permanently display the selected item.
|
||||
</Content>
|
||||
</Note>
|
||||
<Note>
|
||||
<Version>1.3.0</Version>
|
||||
<Date>2024-03-31 23:24</Date>
|
||||
<Content>
|
||||
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.
|
||||
</Content>
|
||||
</Note>
|
||||
</ReleaseNotes>
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue