Skip to content

Commit

Permalink
chore(release): cut 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2019-08-25)

### Bug Fixes

* stop infinite rerenders by removing query from useEffect deps ([#88](#88)) ([ac9fa28](ac9fa28))
  • Loading branch information
@dhis2-bot committed Aug 25, 2019
1 parent ac9fa28 commit 47c6824
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.1](https://github.com/dhis2/app-runtime/compare/v1.5.0...v1.5.1) (2019-08-25)


### Bug Fixes

* stop infinite rerenders by removing query from useEffect deps ([#88](https://github.com/dhis2/app-runtime/issues/88)) ([ac9fa28](https://github.com/dhis2/app-runtime/commit/ac9fa28))

# [1.5.0](https://github.com/dhis2/app-runtime/compare/v1.4.3...v1.5.0) (2019-08-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"format": "d2-style js apply --all --no-stage",
"start": "yarn build && cd examples/cra && yarn start"
},
"version": "1.5.0"
"version": "1.5.1"
}
6 changes: 3 additions & 3 deletions runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dhis2/app-runtime",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"version": "1.5.0",
"version": "1.5.1",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"build/**"
],
"devDependencies": {
"@dhis2/app-service-config": "1.5.0",
"@dhis2/app-service-data": "1.5.0"
"@dhis2/app-service-config": "1.5.1",
"@dhis2/app-service-data": "1.5.1"
},
"peerDependencies": {
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion services/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-config",
"version": "1.5.0",
"version": "1.5.1",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions services/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-service-data",
"version": "1.5.0",
"version": "1.5.1",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -12,7 +12,7 @@
"build/**"
],
"peerDependencies": {
"@dhis2/app-service-config": "1.5.0",
"@dhis2/app-service-config": "1.5.1",
"prop-types": "^15.7.2",
"react": "^16.8",
"react-dom": "^16.8"
Expand Down

0 comments on commit 47c6824

Please sign in to comment.