diff --git a/.cz.json b/.cz.json index 088ee33..0323d5d 100644 --- a/.cz.json +++ b/.cz.json @@ -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, diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4ec18..afe44b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.2.1 (2023-07-11) + +### Fix + +- move storybook css into assets folder + ## v0.2.0 (2023-07-11) ### Feature diff --git a/package.json b/package.json index 21d88e8..9b5fa9e 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",