Skip to content

Commit

Permalink
Fix import order for default big-calendar styles and their overrides (#…
Browse files Browse the repository at this point in the history
…143)

* Fix import order for default big-calendar styles and their overrides

* Fix tests

* Formatting

* Update package.json

---------

Co-authored-by: Mikhail <mikhail@volkovlabs.io>
  • Loading branch information
asimonok and mikhail-vl committed Nov 7, 2023
1 parent 43c28da commit 5613276
Show file tree
Hide file tree
Showing 6 changed files with 866 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.3.1 (2023-11-06)

### Bugfixes

- Fix import order for default big-calendar styles and their overrides (#143)

## 2.3.0 (2023-11-01)

### Features / Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "2.3.0"
"version": "2.3.1"
}

0 comments on commit 5613276

Please sign in to comment.