Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DebtBot committed Aug 12, 2019
1 parent 5f08232 commit 8e99666
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.2](https://github.com/debtcollective/disputes/compare/v0.8.1...v0.8.2) (2019-08-12)


### Bug Fixes

* **deps:** update dependency knex to v0.19.1 ([1ce486d](https://github.com/debtcollective/disputes/commit/1ce486d))





## [0.8.1](https://github.com/debtcollective/disputes/compare/v0.8.0...v0.8.1) (2019-08-09)


Expand Down
11 changes: 11 additions & 0 deletions apps/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.2](https://github.com/debtcollective/disputes/compare/v0.8.1...v0.8.2) (2019-08-12)


### Bug Fixes

* **deps:** update dependency knex to v0.19.1 ([1ce486d](https://github.com/debtcollective/disputes/commit/1ce486d))





## [0.8.1](https://github.com/debtcollective/disputes/compare/v0.8.0...v0.8.1) (2019-08-09)

**Note:** Version bump only for package @debtcollective/disputes-backend
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.1",
"version": "0.8.2",
"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.1",
"@debtcollective/tools": "^0.8.1",
"@debtcollective/models": "^0.8.2",
"@debtcollective/tools": "^0.8.2",
"apollo-server-express": "2.8.1",
"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.2](https://github.com/debtcollective/disputes/compare/v0.8.1...v0.8.2) (2019-08-12)

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





## [0.8.1](https://github.com/debtcollective/disputes/compare/v0.8.0...v0.8.1) (2019-08-09)


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.1",
"version": "0.8.2",
"license": "BSD-3-Clause",
"private": true,
"dependencies": {
"@date-io/moment": "1.3.9",
"@debtcollective/header": "1.6.1",
"@debtcollective/models": "^0.8.1",
"@debtcollective/tools": "^0.8.1",
"@debtcollective/models": "^0.8.2",
"@debtcollective/tools": "^0.8.2",
"@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.2](https://github.com/debtcollective/disputes/compare/v0.8.1...v0.8.2) (2019-08-12)

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





## [0.8.1](https://github.com/debtcollective/disputes/compare/v0.8.0...v0.8.1) (2019-08-09)

**Note:** Version bump only for package @debtcollective/models
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.1",
"version": "0.8.2",
"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.2](https://github.com/debtcollective/disputes/compare/v0.8.1...v0.8.2) (2019-08-12)

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





## [0.8.1](https://github.com/debtcollective/disputes/compare/v0.8.0...v0.8.1) (2019-08-09)

**Note:** Version bump only for package @debtcollective/tools
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.1",
"version": "0.8.2",
"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.1",
"version": "0.8.2",
"useWorkspaces": true,
"ignoreChanges": [
"**/__fixtures__/**",
Expand Down

0 comments on commit 8e99666

Please sign in to comment.