Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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]
## [0.0.21] - 2026-07-28

### Changed

Expand Down Expand Up @@ -405,7 +405,9 @@ and this project adheres to
- ✨(onboarding) add activation code logic for launch #62
- 💄(chat) add code highlighting for LLM responses #67

[unreleased]: https://github.com/suitenumerique/conversations/compare/v0.0.20...main
[unreleased]: https://github.com/suitenumerique/conversations/compare/v0.0.21...main
Comment thread
providenz marked this conversation as resolved.

[0.0.21]: https://github.com/suitenumerique/conversations/compare/v0.0.21

[0.0.20]: https://github.com/suitenumerique/conversations/compare/v0.0.20

Expand Down
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "conversations"
version = "0.0.20"
version = "0.0.21"
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/frontend/apps/conversations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-conversations",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-e2e",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conversations",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"workspaces": {
"packages": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-conversations",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT",
"scripts": {
"lint": "eslint ."
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packages-i18n",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"scripts": {
"extract-translation": "yarn extract-translation:conversations",
Expand Down
2 changes: 1 addition & 1 deletion src/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"repository": "https://github.com/numerique-gouv/conversations",
"author": "DINUM",
"license": "MIT",
"version": "0.0.20"
"version": "0.0.21"
}
Loading