Skip to content

Commit b4b32fe

Browse files
committed
chore: release v6.0.0
1 parent e352066 commit b4b32fe

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1+
# Changelog
12

3+
# [6.0.0](https://github.com/vega/vega-lite/compare/v5.23.0...v6.0.0) (2025-03-28)
4+
5+
6+
### Bug Fixes
7+
8+
* correct build normalized example script ([#9571](https://github.com/vega/vega-lite/issues/9571)) ([4cbf2fd](https://github.com/vega/vega-lite/commit/4cbf2fdb49c05d70d158d51d3e7608d097b53072))
9+
* correct y axis title in boxplot when mark.extent isnt set ([#9483](https://github.com/vega/vega-lite/issues/9483)) ([f3dc811](https://github.com/vega/vega-lite/commit/f3dc81124e23dbb6e56bf9ebbe15fa75bb25857b))
10+
* correctly support timeFormatSpecifier in Vega-Lite ([#9455](https://github.com/vega/vega-lite/issues/9455)) ([9325b67](https://github.com/vega/vega-lite/commit/9325b676b57ba84780afbf509acab403f8318da1))
11+
* prefer user-defined tickMinStep to defaultTickMinStep ([#9461](https://github.com/vega/vega-lite/issues/9461)) ([31a76e7](https://github.com/vega/vega-lite/commit/31a76e72a054a3e21df9bc6a79215c725bff0ba9))
12+
* remove extra backtick in LegendConfig.labelOverlap documentation ([#9560](https://github.com/vega/vega-lite/issues/9560)) ([44fe4ac](https://github.com/vega/vega-lite/commit/44fe4ac1f2fa2544b15213c63a76f1427aec622a))
213

314
# [5.23.0](https://github.com/vega/vega-lite/compare/v5.21.0...v5.23.0) (2024-12-10)
415

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vega-lite",
3-
"version": "5.23.0",
3+
"version": "6.0.0",
44
"license": "BSD-3-Clause",
55
"author": {
66
"name": "Vega",

0 commit comments

Comments
 (0)