Skip to content

Commit 9e56481

Browse files
committed
Fixed CHANGELOG location.
1 parent 7479469 commit 9e56481

File tree

2 files changed

+28
-37
lines changed

2 files changed

+28
-37
lines changed

CHANGELOG.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,33 @@
22

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

5-
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).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
## Unreleased
8+
## [Unreleased]
89

9-
- Nothing yet.
10+
Nothing yet.
11+
12+
## [1.0.0] - 2023-06-21
13+
14+
### Added
15+
16+
- Created a Vue3 project using TypeScript, Pinia state management and VueRouter.
17+
- Configured Vue-I18n.
18+
- Installed Bootstrap 5.3.
19+
- Installed Font Awesome 6.4.
20+
- Installed Vee-Validate 4.
21+
- Implemented user management (register, confirm, sign-in, sign-out, session refresh, profile & password management, and password recovery).
22+
- Implemented toasts.
23+
- Provided French translations.
24+
- Implemented layout components.
25+
- Configured CORS.
26+
- Implemented Tabs components.
27+
- Implemented navigation guards and frontend security.
28+
- Implemented Realm management (CRUD).
29+
- Implemented 404 NotFound page.
30+
- Configured Swagger documentation.
31+
- ConfiguredGraphQL.
32+
33+
[unreleased]: https://github.com/Logitar/Vue3Template/compare/v1.0.0...HEAD
34+
[1.0.0]: https://github.com/Logitar/Vue3Template/releases/tag/v1.0.0

backend/CHANGELOG.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)