From f9ef1bc63e8f52fc726fbebda58f383ba05731b7 Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Wed, 4 Oct 2023 13:26:10 +0200 Subject: [PATCH] build: update CHANGELOG.md for release v2.15.1 (2023-10-04) --- docs/CHANGELOG.md | 1 + webapp/package-lock.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 151671ecb1..1a0cb92ec2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,7 @@ v2.15.1 (2023-10-04) ### Features +* **ui-results:** move filters on top of matrices [`#1751`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1751) * **ui-outputs:** add outputs synthesis view [`#1737`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/1737) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 7d2f92946c..9a4f7cd401 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "antares-web", - "version": "2.14.4", + "version": "2.15.1", "dependencies": { "@emotion/react": "11.10.6", "@emotion/styled": "11.10.6",