Skip to content

Commit

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

## v4.0.0-beta.3 [2023-01-14]

### Bug Fixes

- [fix] Fix #293 Tooltip default date should use same timezone as calendar
- [fix] Fix #297 Ignore date.min and date.max when invalid

### Features

- Template can now inherit from another template via `parent` property

### Chores

- [chores] Dependencies update
- [chores] Add more typescript
- [tests] Refactor JSDom tests to be compatible with real browsers
- [tests] Tests with various browsers (version/os/device), via browserstack, see browser-support.md for browsers matrix

## v4.0.0-beta.2 [2023-01-05]

### Bug Fixes
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.2",
"version": "4.0.0-beta.3",
"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 +1 @@
const VERSION = '4.0.0-beta.2'; export default VERSION;
const VERSION = '4.0.0-beta.3'; export default VERSION;

0 comments on commit 89d4812

Please sign in to comment.