Skip to content

Commit

Permalink
chore(release): cut 5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.2.0](v5.1.0...v5.2.0) (2020-09-09)

### Bug Fixes

* base url should be overridden with env var if present ([#459](#459)) ([8768a1f](8768a1f))

### Features

* add core_app flag to app manifest ([#457](#457)) ([d32c0a1](d32c0a1))
  • Loading branch information
dhis2-bot committed Sep 9, 2020
1 parent d32c0a1 commit d405673
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.2.0](https://github.com/dhis2/app-platform/compare/v5.1.0...v5.2.0) (2020-09-09)


### Bug Fixes

* base url should be overridden with env var if present ([#459](https://github.com/dhis2/app-platform/issues/459)) ([8768a1f](https://github.com/dhis2/app-platform/commit/8768a1f096355e33fab13e6fd8026b267ecba502))


### Features

* add core_app flag to app manifest ([#457](https://github.com/dhis2/app-platform/issues/457)) ([d32c0a1](https://github.com/dhis2/app-platform/commit/d32c0a1e19f6cc87a5b5ca471d01ca7ec57f8b5a))

# [5.1.0](https://github.com/dhis2/app-platform/compare/v5.0.0...v5.1.0) (2020-09-02)


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": "5.1.0",
"version": "5.2.0",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -20,7 +20,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "5.1.0"
"@dhis2/cli-app-scripts": "5.2.0"
},
"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": "5.1.0",
"version": "5.2.0",
"engines": {
"node": ">=10"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-shell": "5.1.0",
"@dhis2/app-shell": "5.2.0",
"@dhis2/cli-helpers-engine": "^1.5.0",
"archiver": "^3.1.1",
"axios": "^0.20.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": "5.1.0",
"version": "5.2.0",
"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": "5.1.0",
"version": "5.2.0",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -12,7 +12,7 @@
"access": "public"
},
"dependencies": {
"@dhis2/app-adapter": "5.1.0",
"@dhis2/app-adapter": "5.2.0",
"@dhis2/app-runtime": "^2.2.2",
"@dhis2/d2-i18n": "^1.0.5",
"@dhis2/ui": "^5.4.2",
Expand Down

0 comments on commit d405673

Please sign in to comment.