-
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.
chore(release): cut 10.1.0-alpha.1 [skip release]
# [10.1.0-alpha.1](v10.0.0...v10.1.0-alpha.1) (2022-08-24) ### Bug Fixes * casing ([ff5aa6b](ff5aa6b)) * handle webpack errors as described in https://webpack.js.org/api/node/\#error-handling ([c557534](c557534)) * plugin placeholder ([1eea12c](1eea12c)) ### Features * **adapter:** don't render headerbar for plugins ([4ac6d54](4ac6d54)) * **cli:** add webpack config for JS and CSS ([a04b7c6](a04b7c6)) * **cli:** add webpack config for JS and CSS ([cec6339](cec6339)) * **cli:** create plugin entrypoint wrapper during compilation ([8e4dbff](8e4dbff)) * **cli:** enable split chunks optimisation in webpack config ([e8ebcbf](e8ebcbf)) * **cli:** plugin start script ([9fea158](9fea158)) * **cli:** setup css minimiser webpack plugin ([3f1b1f2](3f1b1f2)) * **cli:** setup define webpack plugin ([5d8f374](5d8f374)) * **cli:** setup htmlwebpackplugin ([202225c](202225c)) * **cli:** setup ignore webpack plugin for moment.js ([223b191](223b191)) * **cli:** setup terser webpack plugin ([2693258](2693258)) * webpack config for plugin ([3e4275c](3e4275c)) * **cli:** support plugin entrypoint when validating entrypoints ([04ece0a](04ece0a))
- Loading branch information
Showing
8 changed files
with
39 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": "10.0.0", | ||
"version": "10.1.0-alpha.1", | ||
"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