Skip to content

Commit

Permalink
Prepare release v1.27.3 (#1110)
Browse files Browse the repository at this point in the history
Updates changelog and package.json for v1.27.3

Signed-off-by: Joe Elliott <[email protected]>
  • Loading branch information
joe-elliott authored Dec 7, 2022
1 parent 9b1ee69 commit 7c2adbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

### Fixes

## v1.27.3 (2022-12-07)

### Fixes

- Bump @babel/core from 7.20.2 to 7.20.5 ([@dependabot](https://github.com/dependabot) in [#1087](https://github.com/jaegertracing/jaeger-ui/pull/1087))
- Bump lerna from 6.0.3 to 6.1.0 ([@dependabot](https://github.com/dependabot) in [#1093](https://github.com/jaegertracing/jaeger-ui/pull/1093))
- Revert upgrade to viz.js, v2.1.2 -> v1.8.1 ([@yurishkuro](https://github.com/yurishkuro) in [#1082](https://github.com/jaegertracing/jaeger-ui/pull/1082))
- Upgrade to antd/v3.9.0 to avoid loading fonts from alicdn ([@yurishkuro](https://github.com/yurishkuro) in [#1053](https://github.com/jaegertracing/jaeger-ui/pull/1053))
- Upgrade more dependencies ([@yurishkuro](https://github.com/yurishkuro) in [#1057](https://github.com/jaegertracing/jaeger-ui/pull/1057))
- Bump safe dependencies ([@yurishkuro](https://github.com/yurishkuro) in [#1045](https://github.com/jaegertracing/jaeger-ui/pull/1045))
- Upgrade many dependencies part 2 ([@mmorel-35](https://github.com/mmorel-35) in [#1013](https://github.com/jaegertracing/jaeger-ui/pull/1013))

## v1.27.2 (2022-11-01)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
"version": "1.27.2",
"version": "1.27.3",
"main": "src/index.js",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit 7c2adbf

Please sign in to comment.