diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md new file mode 100644 index 000000000..cf00b791e --- /dev/null +++ b/packages/accordion/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2020-06-18) + + +### Features + +* **accordion:** add basic structure ([07ff76b](https://github.com/ing-bank/lion/commit/07ff76b864d76cddc9bc8def2ba9dcd1d0f9a5e8)) diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 08542881b..b400bbca3 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@lion/accordion", - "version": "0.0.0", + "version": "0.1.0", "description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",