Skip to content

Commit

Permalink
bump: version 0.4.1 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Sep 18, 2023
1 parent 6373567 commit 6947229
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 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.4.1",
"version": "0.5.0",
"tag_format": "v$version",
"update_changelog_on_bump": true,
"changelog_incremental": true,
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.5.0 (2023-09-18)

### Feature

- add keyboard navigation for ambiguous date
- add keyboard navigation for checkbox

### Fix

- use number for placeholderPosition

### Chores/Misc

- build dist package
- build dist package

## v0.4.1 (2023-09-15)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nhm-data/zoa",
"version": "0.4.1",
"version": "0.5.0",
"description": "UI toolkit for the NHM Data Portal.",
"homepage": "https://github.com/NaturalHistoryMuseum/zoa",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@vueuse/core": "^10.4.1",
"@vueuse/core": "^10.5.0",
"any-date-parser": "^1.5.4",
"date-names": "^0.1.13",
"dettle": "^1.0.1",
Expand Down

0 comments on commit 6947229

Please sign in to comment.