Skip to content

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DebtBot committed Aug 26, 2019
1 parent d37f5cf commit 4dbc807
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 9 deletions.
8 changes: 8 additions & 0 deletions 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.8.5](https://github.com/debtcollective/disputes/compare/v0.8.4...v0.8.5) (2019-08-26)

**Note:** Version bump only for package @debtcollective/disputes





## [0.8.4](https://github.com/debtcollective/disputes/compare/v0.8.2...v0.8.4) (2019-08-20)


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.8.5](https://github.com/debtcollective/disputes/compare/v0.8.4...v0.8.5) (2019-08-26)

**Note:** Version bump only for package @debtcollective/disputes-backend





## [0.8.4](https://github.com/debtcollective/disputes/compare/v0.8.2...v0.8.4) (2019-08-20)


Expand Down
6 changes: 3 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/disputes-backend",
"version": "0.8.4",
"version": "0.8.5",
"description": "Dispute Tools back-end",
"main": "index.js",
"license": "BSD-3-Clause",
Expand All @@ -20,8 +20,8 @@
"test:coverage": "jest --coverage --verbose --color"
},
"dependencies": {
"@debtcollective/models": "^0.8.2",
"@debtcollective/tools": "^0.8.4",
"@debtcollective/models": "^0.8.5",
"@debtcollective/tools": "^0.8.5",
"apollo-server-express": "2.9.0",
"dotenv": "8.0.0",
"express": "4.17.1",
Expand Down
8 changes: 8 additions & 0 deletions apps/frontend/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.8.5](https://github.com/debtcollective/disputes/compare/v0.8.4...v0.8.5) (2019-08-26)

**Note:** Version bump only for package @debtcollective/disputes-frontend





## [0.8.4](https://github.com/debtcollective/disputes/compare/v0.8.2...v0.8.4) (2019-08-20)


Expand Down
6 changes: 3 additions & 3 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@debtcollective/disputes-frontend",
"version": "0.8.4",
"version": "0.8.5",
"license": "BSD-3-Clause",
"private": true,
"dependencies": {
"@date-io/moment": "1.3.9",
"@debtcollective/header": "1.7.0",
"@debtcollective/models": "^0.8.2",
"@debtcollective/tools": "^0.8.4",
"@debtcollective/models": "^0.8.5",
"@debtcollective/tools": "^0.8.5",
"@material-ui/core": "3.9.3",
"@material-ui/icons": "3.0.2",
"apollo-boost": "0.3.1",
Expand Down
8 changes: 8 additions & 0 deletions apps/models/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.8.5](https://github.com/debtcollective/disputes/compare/v0.8.4...v0.8.5) (2019-08-26)

**Note:** Version bump only for package @debtcollective/models





## [0.8.2](https://github.com/debtcollective/disputes/compare/v0.8.1...v0.8.2) (2019-08-12)

**Note:** Version bump only for package @debtcollective/models
Expand Down
2 changes: 1 addition & 1 deletion apps/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/models",
"version": "0.8.2",
"version": "0.8.5",
"description": "Disputes app models",
"author": "Orlando Del Aguila <[email protected]>",
"homepage": "https://github.com/debtcollective/disputes#readme",
Expand Down
8 changes: 8 additions & 0 deletions apps/tools/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.8.5](https://github.com/debtcollective/disputes/compare/v0.8.4...v0.8.5) (2019-08-26)

**Note:** Version bump only for package @debtcollective/tools





## [0.8.4](https://github.com/debtcollective/disputes/compare/v0.8.2...v0.8.4) (2019-08-20)

**Note:** Version bump only for package @debtcollective/tools
Expand Down
2 changes: 1 addition & 1 deletion apps/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@debtcollective/tools",
"version": "0.8.4",
"version": "0.8.5",
"description": "Disputes app tools",
"author": "Orlando Del Aguila <[email protected]>",
"homepage": "https://github.com/debtcollective/disputes#readme",
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.8.4",
"version": "0.8.5",
"useWorkspaces": true,
"ignoreChanges": [
"**/__fixtures__/**",
Expand Down

1 comment on commit 4dbc807

@vercel
Copy link

@vercel vercel bot commented on 4dbc807 Aug 26, 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.