Skip to content

Commit d6a5c4a

Browse files
committed
chore: release v2.8.0
1 parent 4d20c05 commit d6a5c4a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

22

3+
# [2.8.0](https://github.com/vega/vega-datasets/compare/v2.7.0...v2.8.0) (2024-01-19)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing babel plugins ([bca14bb](https://github.com/vega/vega-datasets/commit/bca14bbc5336d975253288fbaa27f374b4d1838b))
9+
* correct browserlists for module and smaller builds ([e1f1f0b](https://github.com/vega/vega-datasets/commit/e1f1f0b87e538122b61a0cc7c97351ad5830a563))
10+
11+
12+
### Features
13+
14+
* data file for Vega Warming Stripes ([#530](https://github.com/vega/vega-datasets/issues/530)) ([cfe9e5d](https://github.com/vega/vega-datasets/commit/cfe9e5d0a61be27eda0b803074a3a7722004b6e3))
15+
* update es versions ([#441](https://github.com/vega/vega-datasets/issues/441)) ([415952c](https://github.com/vega/vega-datasets/commit/415952cd98d7afe4bb959e382e4b9d5e21082cbb))
16+
317
# [2.7.0](https://github.com/vega/vega-datasets/compare/v2.5.4...v2.7.0) (2023-03-13)
418

519

@@ -353,4 +367,4 @@ Thanks for all your work!
353367
### Version 1.0, October 8, 2015
354368

355369
* Initial import from Vega and Vega-Lite.
356-
* Change field names in `cars.json` to be more descriptive (`hp` to `Horsepower`).
370+
* Change field names in `cars.json` to be more descriptive (`hp` to `Horsepower`).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vega-datasets",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "Common repository for example datasets used by Vega related projects.",
55
"license": "BSD-3-Clause",
66
"main": "build/vega-datasets.js",

0 commit comments

Comments
 (0)