Skip to content

Commit

Permalink
chore(release): cut 3.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.4](v3.1.3...v3.1.4) (2020-01-16)

### Bug Fixes

* resolve the absolute path to the current directory ([#266](#266)) ([190c111](190c111))
  • Loading branch information
dhis2-bot committed Jan 16, 2020
1 parent 190c111 commit 3f056d1
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 @@
## [3.1.4](https://github.com/dhis2/app-platform/compare/v3.1.3...v3.1.4) (2020-01-16)


### Bug Fixes

* resolve the absolute path to the current directory ([#266](https://github.com/dhis2/app-platform/issues/266)) ([190c111](https://github.com/dhis2/app-platform/commit/190c1116389150d0064715acac63df61d6098aa9))

## [3.1.3](https://github.com/dhis2/app-platform/compare/v3.1.2...v3.1.3) (2020-01-15)


Expand Down
4 changes: 2 additions & 2 deletions adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-adapter",
"version": "3.1.3",
"version": "3.1.4",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -21,7 +21,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "3.1.3"
"@dhis2/cli-app-scripts": "3.1.4"
},
"scripts": {
"build": "d2-app-scripts build"
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/cli-app-scripts",
"version": "3.1.3",
"version": "3.1.4",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-shell": "3.1.3",
"@dhis2/app-shell": "3.1.4",
"@dhis2/cli-helpers-engine": "^1.5.0",
"archiver": "^3.1.1",
"babel-jest": "^24.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "3.1.3",
"version": "3.1.4",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/app-shell",
"version": "3.1.3",
"version": "3.1.4",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "3.1.3",
"@dhis2/app-adapter": "3.1.4",
"@dhis2/app-runtime": "^2.0.4",
"@dhis2/d2-i18n": "^1.0.5",
"@dhis2/ui-core": "^4.6.1",
Expand Down

0 comments on commit 3f056d1

Please sign in to comment.