Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MalekKamel committed Oct 28, 2024
1 parent 7396835 commit 0470cca
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## Version 0.7.2

- Bug fixe: user-defined JSON files not displaying in dashboard

## Version 0.7.1
- Bug fixes

- Bug fixes

## Version 0.7.0
- Display user-defined JSON files in dashboard
- Add mechanism to sync existing brand with template changes

- Display user-defined JSON files in dashboard
- Add mechanism to sync existing brand with template changes

## Version 0.6.0

Expand All @@ -15,8 +21,9 @@
- Removes need to manually add new files to manifest
- Provides override capability when specific configuration needed
- Add JSON manifest for generating platform-specific code from JSON files
- This commit introduces a JSON manifest that enables the generation of platform-specific code based on the provided JSON files. This
enhancement streamlines the development process and ensures better code organization for different platforms.
- This commit introduces a JSON manifest that enables the generation of platform-specific code based on the provided
JSON files. This
enhancement streamlines the development process and ensures better code organization for different platforms.
- Disable mandatory resource checks in ResourceManifestProcessor during brand onboarding
- Implement rollback mechanism if an error occurs during the onboarding process.
- Optimize .gitignore: Use root-relative paths to avoid unintended ignores
Expand Down

0 comments on commit 0470cca

Please sign in to comment.