-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare release v1.39.0 Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Add next release date Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Bump UI and remove dependabot PRs Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix title Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * fix Signed-off-by: Pavol Loffay <p.loffay@gmail.com> Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
- Loading branch information
1 parent
1e4002e
commit a22d80c
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule jaeger-ui
updated
13 files
+6 −9 | .github/workflows/unit-tests.yml | |
+1 −1 | .nvmrc | |
+12 −0 | CHANGELOG.md | |
+12 −18 | package.json | |
+24 −23 | packages/jaeger-ui/package.json | |
+8 −5 | packages/jaeger-ui/src/constants/default-config.tsx | |
+90 −11 | packages/jaeger-ui/src/types/config.tsx | |
+1 −1 | packages/jaeger-ui/src/types/index.tsx | |
+4 −6 | packages/plexus/babel.config.js | |
+23 −24 | packages/plexus/package.json | |
+14 −14 | packages/plexus/src/types/TOneOf.tsx | |
+3 −4 | packages/plexus/webpack-factory.js | |
+7,532 −3,070 | yarn.lock |