Skip to content

Commit

Permalink
chore(release): 3.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.13.0](v3.12.5...v3.13.0) (2024-02-08)

### Features

* **theme:** theme should be extendable and accept  default config ([#571](#571)) ([244f1b6](244f1b6))

### BREAKING CHANGES

* **theme:** chakraTheme is not an object but a function which accept themeExtend object and
returns the theme object
  • Loading branch information
semantic-release-bot committed Feb 8, 2024
1 parent 244f1b6 commit 173ebda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.13.0](https://github.com/logicalclocks/quartz/compare/v3.12.5...v3.13.0) (2024-02-08)


### Features

* **theme:** theme should be extendable and accept default config ([#571](https://github.com/logicalclocks/quartz/issues/571)) ([244f1b6](https://github.com/logicalclocks/quartz/commit/244f1b6ff8df21f23c6b95f2786a66ffa228c434))


### BREAKING CHANGES

* **theme:** chakraTheme is not an object but a function which accept themeExtend object and
returns the theme object

## [3.12.5](https://github.com/logicalclocks/quartz/compare/v3.12.4...v3.12.5) (2024-01-11)


Expand Down

0 comments on commit 173ebda

Please sign in to comment.