Skip to content

Commit

Permalink
Fixed CHANGELOG location.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Jun 21, 2023
1 parent 7479469 commit 9e56481
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 37 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,33 @@

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [Unreleased]

- Nothing yet.
Nothing yet.

## [1.0.0] - 2023-06-21

### Added

- Created a Vue3 project using TypeScript, Pinia state management and VueRouter.
- Configured Vue-I18n.
- Installed Bootstrap 5.3.
- Installed Font Awesome 6.4.
- Installed Vee-Validate 4.
- Implemented user management (register, confirm, sign-in, sign-out, session refresh, profile & password management, and password recovery).
- Implemented toasts.
- Provided French translations.
- Implemented layout components.
- Configured CORS.
- Implemented Tabs components.
- Implemented navigation guards and frontend security.
- Implemented Realm management (CRUD).
- Implemented 404 NotFound page.
- Configured Swagger documentation.
- ConfiguredGraphQL.

[unreleased]: https://github.com/Logitar/Vue3Template/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/Logitar/Vue3Template/releases/tag/v1.0.0
34 changes: 0 additions & 34 deletions backend/CHANGELOG.md

This file was deleted.

0 comments on commit 9e56481

Please sign in to comment.