From e03641ec78347f5360b8fce6fd247bd6826bdc74 Mon Sep 17 00:00:00 2001 From: Gor Arakelyan Date: Sun, 25 Sep 2022 14:59:18 +0400 Subject: [PATCH] Bump up Aim to v3.13.4 --- CHANGELOG.md | 2 +- aim/VERSION | 2 +- aim/web/ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa1cbdb0c..6bb5791d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.13.4 +## 3.13.4 Sep 25, 2022 - Add the ability to disable smoothing explicitly (KaroMourad) - Virtualize the run params list in the Run page (roubkar) diff --git a/aim/VERSION b/aim/VERSION index 2c20ac9bea..0d9339e0fa 100644 --- a/aim/VERSION +++ b/aim/VERSION @@ -1 +1 @@ -3.13.3 +3.13.4 diff --git a/aim/web/ui/package.json b/aim/web/ui/package.json index a436c2e3cf..c79a8af6e1 100644 --- a/aim/web/ui/package.json +++ b/aim/web/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui_v2", - "version": "3.13.3", + "version": "3.13.4", "private": true, "dependencies": { "@aksel/structjs": "^1.0.0",