chore(release): 0.1.3
"What's new" patch notes modal. See CHANGELOG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6692fad394
commit
aae09961fa
5 changed files with 13 additions and 4 deletions
|
|
@ -4,6 +4,14 @@ Toutes les évolutions notables de NerdWare. Format basé sur
|
|||
[Keep a Changelog](https://keepachangelog.com/fr/1.1.0/), versionné en
|
||||
[SemVer](https://semver.org/lang/fr/).
|
||||
|
||||
## [0.1.3] — 2026-06-12
|
||||
|
||||
### Ajouté
|
||||
|
||||
- **Notes de version « Nouveautés »** : modale sur l'accueil listant les nouveautés
|
||||
par version (curées, FR/EN), avec une pastille tant que la dernière version n'a
|
||||
pas été vue. Composant `Dialog` réutilisable ajouté à `@workspace/ui`.
|
||||
|
||||
## [0.1.2] — 2026-06-12
|
||||
|
||||
### Ajouté
|
||||
|
|
@ -63,6 +71,7 @@ fin), trois modes, back-office et internationalisation.
|
|||
- **Déploiement** : Dockerfiles (serveur Bun, client nginx) + `docker-compose.prod.yml`
|
||||
prêt pour Dokploy.
|
||||
|
||||
[0.1.3]: https://git.ayoubbenziza.dev/ayoub/nerdware/src/tag/v0.1.3
|
||||
[0.1.2]: https://git.ayoubbenziza.dev/ayoub/nerdware/src/tag/v0.1.2
|
||||
[0.1.1]: https://git.ayoubbenziza.dev/ayoub/nerdware/src/tag/v0.1.1
|
||||
[0.1.0]: https://git.ayoubbenziza.dev/ayoub/nerdware/src/tag/v0.1.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nerdware/server",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "web",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nerdware",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "turbo build",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@nerdware/shared",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue