Skip to content

Commit

Permalink
chore: release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 19, 2024
1 parent 4d20c05 commit d6a5c4a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


# [2.8.0](https://github.com/vega/vega-datasets/compare/v2.7.0...v2.8.0) (2024-01-19)


### Bug Fixes

* add missing babel plugins ([bca14bb](https://github.com/vega/vega-datasets/commit/bca14bbc5336d975253288fbaa27f374b4d1838b))
* correct browserlists for module and smaller builds ([e1f1f0b](https://github.com/vega/vega-datasets/commit/e1f1f0b87e538122b61a0cc7c97351ad5830a563))


### Features

* data file for Vega Warming Stripes ([#530](https://github.com/vega/vega-datasets/issues/530)) ([cfe9e5d](https://github.com/vega/vega-datasets/commit/cfe9e5d0a61be27eda0b803074a3a7722004b6e3))
* update es versions ([#441](https://github.com/vega/vega-datasets/issues/441)) ([415952c](https://github.com/vega/vega-datasets/commit/415952cd98d7afe4bb959e382e4b9d5e21082cbb))

# [2.7.0](https://github.com/vega/vega-datasets/compare/v2.5.4...v2.7.0) (2023-03-13)


Expand Down Expand Up @@ -353,4 +367,4 @@ Thanks for all your work!
### Version 1.0, October 8, 2015

* Initial import from Vega and Vega-Lite.
* Change field names in `cars.json` to be more descriptive (`hp` to `Horsepower`).
* Change field names in `cars.json` to be more descriptive (`hp` to `Horsepower`).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vega-datasets",
"version": "2.7.0",
"version": "2.8.0",
"description": "Common repository for example datasets used by Vega related projects.",
"license": "BSD-3-Clause",
"main": "build/vega-datasets.js",
Expand Down

0 comments on commit d6a5c4a

Please sign in to comment.