Skip to content

Commit

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

### Fix

- move storybook css into assets folder

## v0.2.0 (2023-07-11)

### Feature
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.2.0",
"version": "0.2.1",
"description": "UI toolkit for the NHM Data Portal.",
"homepage": "https://github.com/NaturalHistoryMuseum/zoa",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/blocks": "^7.0.26",
"@storybook/testing-library": "^0.2.0",
"@storybook/testing-library": "^0.2.1",
"@storybook/vue3": "^7.0.26",
"@storybook/vue3-vite": "^7.0.26",
"@vitejs/plugin-vue": "^4.2.3",
Expand Down

0 comments on commit eb142d3

Please sign in to comment.