Skip to content

Commit

Permalink
chore(release): cut 5.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.5.0](v5.4.2...v5.5.0) (2020-11-16)

### Bug Fixes

* **alerts:** make Alerts a sibling of AuthBoundary ([2b607b8](2b607b8))

### Features

* introduce alerts component to show alerts as alert-bars in a stack ([9aea659](9aea659))
* introduce alerts component to show alerts as alert-bars in a stack ([#486](#486)) ([fd22504](fd22504))
  • Loading branch information
dhis2-bot committed Nov 16, 2020
1 parent fd22504 commit a695ab2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.5.0](https://github.com/dhis2/app-platform/compare/v5.4.2...v5.5.0) (2020-11-16)


### Bug Fixes

* **alerts:** make Alerts a sibling of AuthBoundary ([2b607b8](https://github.com/dhis2/app-platform/commit/2b607b8695693f9ffb7edc419b8ece57d931db08))


### Features

* introduce alerts component to show alerts as alert-bars in a stack ([9aea659](https://github.com/dhis2/app-platform/commit/9aea659cde05400b96bc0afca18c55ca6c0e886e))
* introduce alerts component to show alerts as alert-bars in a stack ([#486](https://github.com/dhis2/app-platform/issues/486)) ([fd22504](https://github.com/dhis2/app-platform/commit/fd22504c2528fd1bab2034d019b480e1c290f063))

## [5.4.2](https://github.com/dhis2/app-platform/compare/v5.4.1...v5.4.2) (2020-11-11)


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.4.2",
"version": "5.5.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.4.2",
"@dhis2/cli-app-scripts": "5.5.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5"
},
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.4.2",
"version": "5.5.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.4.2",
"@dhis2/app-shell": "5.5.0",
"@dhis2/cli-helpers-engine": "^1.5.0",
"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.4.2",
"version": "5.5.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.4.2"
"@dhis2/cli-app-scripts": "5.5.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.4.2",
"version": "5.5.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.4.2",
"version": "5.5.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.4.2",
"@dhis2/app-adapter": "5.5.0",
"@dhis2/app-runtime": "^2.6.1",
"@dhis2/d2-i18n": "^1.0.5",
"@dhis2/ui": "^5.7.2",
Expand Down

0 comments on commit a695ab2

Please sign in to comment.