Skip to content

Commit

Permalink
chore(release): cut 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2019-08-12)

### Bug Fixes

* update all babel deps to match latest (7.5.5) ([#48](#48)) ([1148d85](1148d85))
  • Loading branch information
@dhis2-bot committed Aug 12, 2019
1 parent 1148d85 commit e57aaef
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.4.2](https://github.com/dhis2/app-runtime/compare/v1.4.1...v1.4.2) (2019-08-12)


### Bug Fixes

* update all babel deps to match latest (7.5.5) ([#48](https://github.com/dhis2/app-runtime/issues/48)) ([1148d85](https://github.com/dhis2/app-runtime/commit/1148d85))

## [1.4.1](https://github.com/dhis2/app-runtime/compare/v1.4.0...v1.4.1) (2019-08-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"format": "d2-style js apply --all --no-stage",
"start": "yarn build && cd examples/cra && yarn start"
},
"version": "1.4.1"
"version": "1.4.2"
}
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.4.1",
"version": "1.4.2",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@dhis2/app-service-config": "1.4.1",
"@dhis2/app-service-data": "1.4.1",
"@dhis2/app-service-config": "1.4.2",
"@dhis2/app-service-data": "1.4.2",
"loop": "^3.1.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
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.4.1",
"version": "1.4.2",
"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.4.1",
"version": "1.4.2",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"types": "build/types/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.5.5",
"@dhis2/app-service-config": "1.4.1",
"@dhis2/app-service-config": "1.4.2",
"@testing-library/react": "^8.0.4",
"@types/jest": "^24.0.11",
"@types/node": "^12.7.1",
Expand Down

0 comments on commit e57aaef

Please sign in to comment.