-
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.52.2](2.52.1...2.52.2) (2021-07-07) ### Bug Fixes * datatype photo does not throw error ([#879](#879)) ([ff6a76c](ff6a76c))
- Loading branch information
1 parent
ff6a76c
commit 72c2f5e
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.52.1", | ||
"version": "2.52.2", | ||
"license": "GPL-3.0", | ||
"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.52.1", // replaced automatically by semantic-release | ||
appVersion: "2.52.2", // 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