From 9224a570db3db02b95547d0e5b76aef3a4cf669a Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 1 Apr 2024 22:15:35 -0400 Subject: [PATCH] Prepare release 1.40.0 Signed-off-by: Yuri Shkuro --- CHANGELOG.md | 12 ++++++++++++ packages/jaeger-ui/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11fb90efff..37bb44e76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ Run `make changelog` to generate content. +## v1.40.0 (2024-04-02) + +### 🐞 Bug fixes, Minor Improvements + +* Fix html code for apostrophe ([@yurishkuro](https://github.com/yurishkuro) in [#2224](https://github.com/jaegertracing/jaeger-ui/pull/2224)) +* Make scatterplot y-axis margin wider to fit longer durations ([@tico88612](https://github.com/tico88612) in [#2211](https://github.com/jaegertracing/jaeger-ui/pull/2211)) +* Fix upload file into search page unnecessary post ([@tico88612](https://github.com/tico88612) in [#2200](https://github.com/jaegertracing/jaeger-ui/pull/2200)) + +### 👷 CI Improvements + +* Feat: add `depcheck 1.4.7` in `package.json` ([@tico88612](https://github.com/tico88612) in [#2202](https://github.com/jaegertracing/jaeger-ui/pull/2202)) + ## v1.39.0 (2024-03-04) #### ✨ New Features: diff --git a/packages/jaeger-ui/package.json b/packages/jaeger-ui/package.json index 0139a27607..a5426ef8d2 100644 --- a/packages/jaeger-ui/package.json +++ b/packages/jaeger-ui/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "jaeger-ui", - "version": "1.39.0", + "version": "1.40.0", "main": "src/index.tsx", "license": "Apache-2.0", "homepage": ".",