Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed May 19, 2019
1 parent 2354e3b commit 597fd9a
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
8 changes: 8 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
25 changes: 25 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/disputes-frontend",
"version": "0.3.0",
"version": "0.4.0",
"license": "3-clause BSD",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"apps/*"
],
"version": "0.3.0",
"version": "0.4.0",
"useWorkspaces": true,
"ignoreChanges": [
"**/__fixtures__/**",
Expand Down

1 comment on commit 597fd9a

@vercel
Copy link

@vercel vercel bot commented on 597fd9a May 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.