Skip to content

Commit

Permalink
chore(release): cut 5.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.6.0](v5.5.3...v5.6.0) (2021-02-20)

### Features

* build unbundled libraries, validate package when building (LIBS-125) ([#492](#492)) ([4fb3fae](4fb3fae))
  • Loading branch information
dhis2-bot committed Feb 20, 2021
1 parent 4fb3fae commit 99895ea
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.6.0](https://github.com/dhis2/app-platform/compare/v5.5.3...v5.6.0) (2021-02-20)


### Features

* build unbundled libraries, validate package when building (LIBS-125) ([#492](https://github.com/dhis2/app-platform/issues/492)) ([4fb3fae](https://github.com/dhis2/app-platform/commit/4fb3faeb3a1fe6f167f06b31fa596efcdd1df8e0))

## [5.5.3](https://github.com/dhis2/app-platform/compare/v5.5.2...v5.5.3) (2021-02-19)


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.5.3",
"version": "5.6.0",
"repository": {
"type": "git",
"url": "https://github.com/amcgee/dhis2-app-platform",
Expand All @@ -24,7 +24,7 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "5.5.3",
"@dhis2/cli-app-scripts": "5.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"react": "^16.8",
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.5.3",
"version": "5.6.0",
"engines": {
"node": ">=10"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@dhis2/app-shell": "5.5.3",
"@dhis2/app-shell": "5.6.0",
"@dhis2/cli-helpers-engine": "^2.1.1",
"archiver": "^3.1.1",
"axios": "^0.20.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "simple-app",
"version": "5.5.3",
"version": "5.6.0",
"repository": "https://github.com/amcgee/dhis2-app-platform",
"author": "Austin McGee <[email protected]>",
"license": "BSD-3-Clause",
"private": true,
"devDependencies": {
"@dhis2/cli-app-scripts": "5.5.3"
"@dhis2/cli-app-scripts": "5.6.0"
},
"scripts": {
"start": "d2-app-scripts start",
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.5.3",
"version": "5.6.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.5.3",
"version": "5.6.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.5.3",
"@dhis2/app-adapter": "5.6.0",
"@dhis2/app-runtime": "^2.6.1",
"@dhis2/d2-i18n": "^1.0.5",
"@dhis2/ui": "^5.7.2",
Expand Down

0 comments on commit 99895ea

Please sign in to comment.