Skip to content

Commit

Permalink
release: releasing v4.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Feb 18, 2023
1 parent c97528c commit b5b2b69
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v4.0.0-beta.8 [2023-02-18]

## Bugfixes

- [fix] fix legend UI, where dimension where bigger than expected
- [fix] remove legend background to support dark/light mode

## Features

- [feat] add support for opacity scale

## v4.0.0-beta.7 [2023-02-15]

## Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "4.0.0-beta.7",
"version": "4.0.0-beta.8",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const VERSION = '4.0.0-beta.7';
const VERSION = '4.0.0-beta.8';
export default VERSION;

0 comments on commit b5b2b69

Please sign in to comment.