-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.14.6](2.14.5...2.14.6) (2020-08-04) ### Bug Fixes * display all errors of invalid fields upon pressing save ([13d7ebc](13d7ebc)), closes [#476](#476) [#477](#477)
- Loading branch information
1 parent
13d7ebc
commit 0bd52c9
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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": "ndb-core", | ||
"version": "2.14.5", | ||
"version": "2.14.6", | ||
"license": "MIT", | ||
"scripts": { | ||
"ng": "ng", | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
*/ | ||
export const environment = { | ||
production: true, | ||
appVersion: "2.14.5", // replaced automatically by semantic-release | ||
appVersion: "2.14.6", // replaced automatically by semantic-release | ||
repositoryId: "Aam-Digital/ndb-core", | ||
remoteLoggingDsn: | ||
"https://[email protected]/1242399", | ||
|
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