Skip to content

Commit 6a7c00e

Browse files
committed
Prepare for 0.7.0
1 parent 447f9a7 commit 6a7c00e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.7.0 (2024-02-14)
44

5-
- Add `reverse` optional parameter to `getAsymmetricDivergingColors` (Fixes [#6](https://github.com/riatelab/dicopal.js/issues/6)).
5+
- New: Add `reverse` optional parameter to `getAsymmetricDivergingColors` (Fixes [#6](https://github.com/riatelab/dicopal.js/issues/6)).
66

77
- Fix `getAsymmetricDivergingColors` to return the correct number of colors when `balanced` is `true` and 'classLeft' is less than 'classRight' and central class is false (Fixes [#7](https://github.com/riatelab/dicopal.js/issues/7)).
88

@@ -50,7 +50,7 @@
5050

5151
- Add `getRawData` function to return the raw data used by the package.
5252
- Add `getPaletteNumbers` function to return the available number of classes for a given palette.
53-
g
53+
5454
## 0.3.0 (2023-07-05)
5555

5656
- Specify location of type definitions in `package.json` to avoid warnings when using the package in a TypeScript project.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dicopal",
3-
"version": "0.6.4",
3+
"version": "0.7.0",
44
"description": "Discrete color palettes for cartography and data visualization",
55
"homepage": "https://github.com/riatelab/dicopal.js",
66
"repository": {

0 commit comments

Comments
 (0)