Skip to content

Commit

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

## v4.0.0-beta.5 [2023-02-02]

## Bugfixes

- [fix] keep default text color when subDomain do not have value
- [fix] fix ignored subDomain.color option

## Features

- [feat] add CSS support for dark theme

## Chores

- [tests] Refactor tests to test only against the minimum browser version

## v4.0.0-beta.4 [2023-01-21]

### BREAKING CHANGES
Expand Down
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.4",
"version": "4.0.0-beta.5",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
Expand Down
3 changes: 2 additions & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
const VERSION = '4.0.0-beta.4'; export default VERSION;
const VERSION = '4.0.0-beta.5';
export default VERSION;

0 comments on commit fb63239

Please sign in to comment.