diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 9af71759f..64d3fd48a 100644 --- a/packages/form-system/CHANGELOG.md +++ b/packages/form-system/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.7](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.6...@lion/form-system@0.3.7) (2020-01-24) + + +### Bug Fixes + +* **form-system:** use import.meta for docs images with start and build ([9b7d714](https://github.com/ing-bank/lion/commit/9b7d714888924fee7b56a3823ffebc7cfe0f057b)) + + + + + ## [0.3.6](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.5...@lion/form-system@0.3.6) (2020-01-23) diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 29675cba6..8f6c3dc2b 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.3.6", + "version": "0.3.7", "description": "The Form System allows you to create complex forms with various validation in an easy way", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",