Skip to content

Commit 9d59fb2

Browse files
committed
🔖(chore) bump to 3.0.1
Fixed - Update backend translations
1 parent 0791861 commit 9d59fb2

File tree

8 files changed

+12
-9
lines changed

8 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [3.0.1] - 2025-08-26
12+
1113
### Fixed
1214

1315
- Update backend translations
@@ -694,7 +696,8 @@ and this project adheres to
694696
- First working version serving sellable micro-credentials for multiple
695697
organizations synchronized to a remote catalog
696698

697-
[unreleased]: https://github.com/openfun/joanie/compare/v3.0.0...main
699+
[unreleased]: https://github.com/openfun/joanie/compare/v3.0.1...main
700+
[3.0.1]: https://github.com/openfun/joanie/compare/v3.0.0...v3.0.1
698701
[3.0.0]: https://github.com/openfun/joanie/compare/v2.18.1...v3.0.0
699702
[2.18.1]: https://github.com/openfun/joanie/compare/v2.18.0...v2.18.1
700703
[2.18.0]: https://github.com/openfun/joanie/compare/v2.17.1...v2.18.0

arnold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# arnold.yml
22
metadata:
33
name: joanie
4-
version: 3.0.0
4+
version: 3.0.1
55
source:
66
path: src/tray

src/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "joanie"
10-
version = "3.0.0"
10+
version = "3.0.1"
1111
authors = [{ "name" = "Open FUN (France Université Numérique)", "email" = "fun.dev@fun-mooc.fr" }]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",

src/frontend/admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 8072",

src/mail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mail_mjml",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "An util to generate html and text django's templates from mjml templates",
55
"type": "module",
66
"dependencies": {

src/openApiClientJs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joanie-openapi-client-ts",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"description": "Tool to generate Typescript api client for joanie",
66
"scripts": {

src/tray/tray.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
metadata:
22
name: joanie
3-
version: 3.0.0
3+
version: 3.0.1

src/tray/vars/all/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ joanie_nginx_static_cache_expires: "1M"
2121

2222
# -- admin nginx
2323
joanie_admin_nginx_image_name: "fundocker/joanie-admin"
24-
joanie_admin_nginx_image_tag: "3.0.0"
24+
joanie_admin_nginx_image_tag: "3.0.1"
2525
joanie_admin_nginx_port: 8061
2626
joanie_admin_nginx_replicas: 1
2727
joanie_admin_nginx_healthcheck_port: 5000
@@ -41,7 +41,7 @@ joanie_database_secret_name: "joanie-postgresql-{{ joanie_vault_checksum | defau
4141

4242
# -- joanie
4343
joanie_image_name: "fundocker/joanie"
44-
joanie_image_tag: "3.0.0"
44+
joanie_image_tag: "3.0.1"
4545
# The image pull secret name should match the name of your secret created to
4646
# login to your private docker registry
4747
joanie_image_pull_secret_name: ""

0 commit comments

Comments
 (0)