From 96792a3d46590959430c8c8af997364792cc839e Mon Sep 17 00:00:00 2001 From: Graasper Date: Fri, 27 Sep 2024 10:02:12 +0200 Subject: [PATCH] chore(main): release 2.40.0 (#1477) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf0f1aa1..9a555b98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.40.0](https://github.com/graasp/graasp-builder/compare/v2.39.0...v2.40.0) (2024-09-27) + + +### Features + +* disable guest row in membership table ([#1479](https://github.com/graasp/graasp-builder/issues/1479)) ([5d2c0b0](https://github.com/graasp/graasp-builder/commit/5d2c0b0111c06cb4ab65169ed9d44c394558541b)) +* translate ar.json via GitLocalize ([#1475](https://github.com/graasp/graasp-builder/issues/1475)) ([9e92954](https://github.com/graasp/graasp-builder/commit/9e929541699bb0e304b74311e197d655b3696cdf)) +* translate de.json via GitLocalize ([#1474](https://github.com/graasp/graasp-builder/issues/1474)) ([31e89c3](https://github.com/graasp/graasp-builder/commit/31e89c33eb656ebfda657728ffda28eb211eb9e2)) +* translate es.json via GitLocalize ([#1473](https://github.com/graasp/graasp-builder/issues/1473)) ([aa25da1](https://github.com/graasp/graasp-builder/commit/aa25da16d49ed77ba1f249fdd83efa368efbfe78)) +* translate it.json via GitLocalize ([#1476](https://github.com/graasp/graasp-builder/issues/1476)) ([7f3ba1b](https://github.com/graasp/graasp-builder/commit/7f3ba1b384d62aeae7003cc9ec13f4dc49643670)) +* update french translations ([#1472](https://github.com/graasp/graasp-builder/issues/1472)) ([7f5546c](https://github.com/graasp/graasp-builder/commit/7f5546cf05eea9acc67df512746daf68d6dadd96)) + ## [2.39.0](https://github.com/graasp/graasp-builder/compare/v2.38.0...v2.39.0) (2024-09-23) diff --git a/package.json b/package.json index 6eaaf72f5..34f46589e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.39.0", + "version": "2.40.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",