Skip to content

Commit

Permalink
chore(release): cut 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.9...v5.0.0) (2020-08-14)

### Features

* Require @dhis2/ui v5 ([#439](#439)) ([e600807](e600807))

### BREAKING CHANGES

* require @dhis2/ui v5 - components should now be imported from @dhis2/ui and various components have had breaking changes in v5
  • Loading branch information
dhis2-bot committed Aug 14, 2020
1 parent e600807 commit c6f68f1
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.0.0](https://github.com/dhis2/app-platform/compare/v4.0.9...v5.0.0) (2020-08-14)


### Features

* Require @dhis2/ui v5 ([#439](https://github.com/dhis2/app-platform/issues/439)) ([e600807](https://github.com/dhis2/app-platform/commit/e600807561a13abcc6ae58bb447625b3242e9d14))


### BREAKING CHANGES

* require @dhis2/ui v5 - components should now be imported from @dhis2/ui and various components have had breaking changes in v5

## [4.0.9](https://github.com/dhis2/app-platform/compare/v4.0.8...v4.0.9) (2020-06-22)


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.0.0-alpha.2",
"version": "5.0.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.0.0-alpha.2"
"@dhis2/cli-app-scripts": "5.0.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.0.0-alpha.2",
"version": "5.0.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.0.0-alpha.2",
"@dhis2/app-shell": "5.0.0",
"@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": "5.0.0-alpha.2",
"version": "5.0.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.0.0-alpha.2",
"version": "5.0.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.0.0-alpha.2",
"@dhis2/app-adapter": "5.0.0",
"@dhis2/app-runtime": "^2.2.2",
"@dhis2/d2-i18n": "^1.0.5",
"@dhis2/ui": "^5.4.2",
Expand Down

0 comments on commit c6f68f1

Please sign in to comment.