diff --git a/CHANGELOG.md b/CHANGELOG.md index 73beba23..458c5c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/debtcollective/disputes/compare/v0.3.0...v0.4.0) (2019-05-19) + + +### Bug Fixes + +* **PlainTemplate:** avoid to duplicate information for Object properties ([32c69b7](https://github.com/debtcollective/disputes/commit/32c69b7)) + + +### Features + +* **CheckField:** add new component to map checkboxes ([cb08578](https://github.com/debtcollective/disputes/commit/cb08578)), closes [#9](https://github.com/debtcollective/disputes/issues/9) +* **DateField:** allow DateField to show year on the visible value ([cf5bcc4](https://github.com/debtcollective/disputes/commit/cf5bcc4)) +* **DateField:** use label values to add placeholder within UI ([7f25f02](https://github.com/debtcollective/disputes/commit/7f25f02)) +* **disputes:** add personal info lib file to be shared across form templates ([f707662](https://github.com/debtcollective/disputes/commit/f707662)) +* **NumberField:** allow to use format prop to render currency or phone based input ([6e176f6](https://github.com/debtcollective/disputes/commit/6e176f6)) +* **pages:** add new page for taxe type 'A' disputes ([1ebeb86](https://github.com/debtcollective/disputes/commit/1ebeb86)), closes [#9](https://github.com/debtcollective/disputes/issues/9) +* **tax:** add missing definition for school information ([43aa8df](https://github.com/debtcollective/disputes/commit/43aa8df)) +* **tax:** add required properties to type a form ([848b8c6](https://github.com/debtcollective/disputes/commit/848b8c6)) +* **tax:** add ui order for type a root properties ([e483ea8](https://github.com/debtcollective/disputes/commit/e483ea8)) +* **tax:** Allow to ask for more info for FFEL Holders ([446a044](https://github.com/debtcollective/disputes/commit/446a044)) + + + + + # [0.3.0](https://github.com/debtcollective/disputes/compare/v0.2.0...v0.3.0) (2019-05-15) diff --git a/apps/backend/CHANGELOG.md b/apps/backend/CHANGELOG.md index 6f54f588..effe6731 100644 --- a/apps/backend/CHANGELOG.md +++ b/apps/backend/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/debtcollective/disputes/compare/v0.3.0...v0.4.0) (2019-05-19) + +**Note:** Version bump only for package @debtcollective/disputes-backend + + + + + # [0.3.0](https://github.com/debtcollective/disputes/compare/v0.2.0...v0.3.0) (2019-05-15) **Note:** Version bump only for package @debtcollective/disputes-backend diff --git a/apps/backend/package.json b/apps/backend/package.json index 0970d916..6473e4ba 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,6 +1,6 @@ { "name": "@debtcollective/disputes-backend", - "version": "0.3.0", + "version": "0.4.0", "description": "Dispute Tools back-end", "main": "index.js", "license": "3-clause BSD", diff --git a/apps/frontend/CHANGELOG.md b/apps/frontend/CHANGELOG.md index 526caa45..650a8461 100644 --- a/apps/frontend/CHANGELOG.md +++ b/apps/frontend/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/debtcollective/disputes/compare/v0.3.0...v0.4.0) (2019-05-19) + + +### Bug Fixes + +* **PlainTemplate:** avoid to duplicate information for Object properties ([32c69b7](https://github.com/debtcollective/disputes/commit/32c69b7)) + + +### Features + +* **CheckField:** add new component to map checkboxes ([cb08578](https://github.com/debtcollective/disputes/commit/cb08578)), closes [#9](https://github.com/debtcollective/disputes/issues/9) +* **DateField:** allow DateField to show year on the visible value ([cf5bcc4](https://github.com/debtcollective/disputes/commit/cf5bcc4)) +* **DateField:** use label values to add placeholder within UI ([7f25f02](https://github.com/debtcollective/disputes/commit/7f25f02)) +* **disputes:** add personal info lib file to be shared across form templates ([f707662](https://github.com/debtcollective/disputes/commit/f707662)) +* **NumberField:** allow to use format prop to render currency or phone based input ([6e176f6](https://github.com/debtcollective/disputes/commit/6e176f6)) +* **pages:** add new page for taxe type 'A' disputes ([1ebeb86](https://github.com/debtcollective/disputes/commit/1ebeb86)), closes [#9](https://github.com/debtcollective/disputes/issues/9) +* **tax:** add missing definition for school information ([43aa8df](https://github.com/debtcollective/disputes/commit/43aa8df)) +* **tax:** add required properties to type a form ([848b8c6](https://github.com/debtcollective/disputes/commit/848b8c6)) +* **tax:** add ui order for type a root properties ([e483ea8](https://github.com/debtcollective/disputes/commit/e483ea8)) +* **tax:** Allow to ask for more info for FFEL Holders ([446a044](https://github.com/debtcollective/disputes/commit/446a044)) + + + + + # [0.3.0](https://github.com/debtcollective/disputes/compare/v0.2.0...v0.3.0) (2019-05-15) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 8246c31a..5416edf6 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@debtcollective/disputes-frontend", - "version": "0.3.0", + "version": "0.4.0", "license": "3-clause BSD", "private": true, "dependencies": { diff --git a/lerna.json b/lerna.json index cf122322..93cfecfd 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "apps/*" ], - "version": "0.3.0", + "version": "0.4.0", "useWorkspaces": true, "ignoreChanges": [ "**/__fixtures__/**",