From 98d58a74d3e0a4336d0ce558c22184cc54e59533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss> Date: Mon, 10 Jun 2024 17:53:18 +0200 Subject: [PATCH] Prepare for v4.2.0 --- CHANGELOG.md | 7 ++++++- NodeApp/.idea/material_theme_project_new.xml | 10 ++++++++++ NodeApp/package-lock.json | 4 ++-- NodeApp/package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 NodeApp/.idea/material_theme_project_new.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2d283..ff0f2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,11 @@ - No modifications / Keep major and minors versions in sync with all parts of the project --> +## 4.2.0 (Upcoming) + +### ✨ Feature +- Add support for tags on assignments and exercises + ## 4.1.1 (2024-05-28) @@ -27,7 +32,7 @@ ## 4.1.0 (2024-05-28) ### ✨ Feature -- Add features related to corrige (commentary, commit specific link / update, delete link) +- Add features related to corrige (commentary, commit a specific link / update, delete link) ### 🎨 Interface - Ask for confirmation before creating an exercise that already exists diff --git a/NodeApp/.idea/material_theme_project_new.xml b/NodeApp/.idea/material_theme_project_new.xml new file mode 100644 index 0000000..d8084f3 --- /dev/null +++ b/NodeApp/.idea/material_theme_project_new.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="MaterialThemeProjectNewConfig"> + <option name="metadata"> + <MTProjectMetadataState> + <option name="userId" value="104e8585:19002424fea:-7f91" /> + </MTProjectMetadataState> + </option> + </component> +</project> \ No newline at end of file diff --git a/NodeApp/package-lock.json b/NodeApp/package-lock.json index 6bb6f37..407e5f0 100644 --- a/NodeApp/package-lock.json +++ b/NodeApp/package-lock.json @@ -1,12 +1,12 @@ { "name": "dojo_cli", - "version": "4.1.1", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dojo_cli", - "version": "4.1.1", + "version": "4.2.0", "license": "AGPLv3", "dependencies": { "@dotenvx/dotenvx": "^0.44.1", diff --git a/NodeApp/package.json b/NodeApp/package.json index b6155d9..2bad118 100644 --- a/NodeApp/package.json +++ b/NodeApp/package.json @@ -1,7 +1,7 @@ { "name" : "dojo_cli", "description" : "CLI of the Dojo project", - "version" : "4.1.1", + "version" : "4.2.0", "license" : "AGPLv3", "author" : "Michaël Minelli <dojo@minelli.me>", "main" : "dist/app.js", -- GitLab