-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [7.2.0](v7.1.2...v7.2.0) (2021-07-23) ### Bug Fixes * add flags to specify name and version for non-platform apps ([a24e0e6](a24e0e6)) * correctly parse base config, simplify logic, only rm dir on build ([9891ea3](9891ea3)) * don't throw if d2.config.js doesn't exist ([3385e0e](3385e0e)) * **fs:** re-read package.json from disk to make sure it is not stale ([918d113](918d113)) * **pack:** use the built app config ([e22d186](e22d186)) * **publish:** only prompt in CI mode ([6872ca0](6872ca0)) * **publish:** pack when file param is unused ([cc4c802](cc4c802)) ### Features * add option to skip packing when running build ([669ab94](669ab94)) * **pack:** adds pack command ([be700f1](be700f1)) * **publish:** expose publish command module ([ff55d5a](ff55d5a))
- Loading branch information
Showing
6 changed files
with
29 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"name": "simple-app", | ||
"version": "7.2.0-beta.1", | ||
"version": "7.2.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": "7.2.0-beta.1" | ||
"@dhis2/cli-app-scripts": "7.2.0" | ||
}, | ||
"scripts": { | ||
"start": "d2-app-scripts start", | ||
|
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