From 066e6dd4503cbdb0c03b9cd31f7a82b4160cf447 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Jul 2021 17:35:40 +0000 Subject: [PATCH] chore(release): 2.52.3 ## [2.52.3](https://github.com/Aam-Digital/ndb-core/compare/2.52.2...2.52.3) (2021-07-07) ### Bug Fixes * entity select field shows removed entries in dropdown again immediately ([#880](https://github.com/Aam-Digital/ndb-core/issues/880)) ([44e661d](https://github.com/Aam-Digital/ndb-core/commit/44e661d33960fa03684ace0358bc9b9077bd65e2)), closes [#872](https://github.com/Aam-Digital/ndb-core/issues/872) --- package-lock.json | 2 +- package.json | 2 +- src/environments/environment.prod.ts | 2 +- src/environments/environment.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9b8fc8389..f8ecc497a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ndb-core", - "version": "2.52.2", + "version": "2.52.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1f4620334a..32fd85f557 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ndb-core", - "version": "2.52.2", + "version": "2.52.3", "license": "GPL-3.0", "scripts": { "ng": "ng", diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 315f6f82c7..76ccbf37b3 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -25,7 +25,7 @@ */ export const environment = { production: true, - appVersion: "2.52.2", // replaced automatically by semantic-release + appVersion: "2.52.3", // replaced automatically by semantic-release repositoryId: "Aam-Digital/ndb-core", remoteLoggingDsn: "https://bd6aba79ca514d35bb06a4b4e0c2a21e@sentry.io/1242399", diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 770760dd23..9a31a4bfe8 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -25,7 +25,7 @@ */ export const environment = { production: false, - appVersion: "2.52.2", // replaced automatically by semantic-release + appVersion: "2.52.3", // replaced automatically by semantic-release repositoryId: "Aam-Digital/ndb-core", remoteLoggingDsn: undefined, // only set for production mode in environment.prod.ts };