Skip to content

Commit

Permalink
bump: version 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Mar 5, 2024
1 parent 687162b commit 57ec0a3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_nhm",
"version": "0.8.0",
"version": "0.9.0",
"tag_format": "v$version",
"update_changelog_on_bump": true,
"changelog_incremental": true,
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v0.9.0 (2024-03-05)

### Feature

- add "disabled" property to inputs
- close modal when clicking outside
- add more slots to modal

### Fix

- don't round all corners on internal dialog boxes
- **toggle**: fix toggle button spacing
- **tabs**: only set initial value if value not already set
- make content of tab label afters always empty

### Refactor

- make only the header of dialogs the highlight colour

### Chores/Misc

- build dist package
- build dist package
- build dist package

## v0.8.0 (2024-02-13)

### Feature
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": "@nhm-data/zoa",
"version": "0.8.0",
"version": "0.9.0",
"description": "UI toolkit for the NHM Data Portal.",
"homepage": "https://github.com/NaturalHistoryMuseum/zoa",
"bugs": {
Expand Down

0 comments on commit 57ec0a3

Please sign in to comment.