-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [8.0.0](v7.6.6...v8.0.0) (2021-09-20) ### Bug Fixes * **alerts-service:** add tests and align implementation ([dabe477](dabe477)) * **cli:** set test environment to node ([#625](#625)) ([36d311b](36d311b)) * **dependencies:** update app-runtime to v3 ([8777699](8777699)) * set jsdom as default test environment ([#624](#624)) ([2f1ba42](2f1ba42)) ### chore * **deps:** upgrade to 7.0.0 of @dhis2/ui ([b624c9e](b624c9e)) * **deps:** upgrade to styled-jsx 4.x ([8cf9e17](8cf9e17)) ### Features * **app-adapter:** align Alerts component with alerts-service and AlertBar ([bd4564c](bd4564c)) * **cli:** instance proxy server ([#635](#635)) ([9df387e](9df387e)) * bump jest to v27 ([f5015b2](f5015b2)) ### BREAKING CHANGES * **deps:** @dhis2/ui 7.x has dropped support for the deprecated entrypoints @dhis2/ui-core and @dhis2/ui-widgets. Please use @dhis2/ui to import components you need in your app. Everything from core and widgets is available. * **deps:** Upgrade to styled-jsx 4 requires that the application uses a compatible version of @dhis2/ui. * **dependencies:** This updates the app-platform to version 3 of the app-runtime. That means that this version of the app-platform will only work with apps that use version 3 of the app-runtime. * Upgrade Jest to 27.x. Please see for a list of changes: https://jestjs.io/blog/2021/05/25/jest-27
- Loading branch information
Showing
8 changed files
with
51 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "simple-app", | ||
"version": "8.0.0-beta.10", | ||
"version": "8.0.0", | ||
"repository": "https://github.com/amcgee/dhis2-app-platform", | ||
"author": "Austin McGee <[email protected]>", | ||
"license": "BSD-3-Clause", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters