Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 11, 2023
1 parent 1381dff commit fbdefa1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 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.1.0",
"version": "0.2.0",
"tag_format": "v$version",
"update_changelog_on_bump": true,
"changelog_incremental": true,
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## v0.2.0 (2023-07-11)

### Feature

- add a label to the textbox
- add "all" bundle
- add textbox
- use css variables for colours and fonts

### Refactor

- package to better support vue
- use web component names in stories
- move components into individual folders

### Docs

- enable autodocs for everything by default

### Build System(s)

- add an action to rebuild and deploy docs to gh pages

### Chores/Misc

- improve package.json and rebuild elements

### Minor UI Changes

- update styles for button and textbox

## v0.1.0 (2023-04-20)

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

0 comments on commit fbdefa1

Please sign in to comment.