From 2037553a4c22eb646caf63586e46f1bddb53ff2f Mon Sep 17 00:00:00 2001 From: amirch1 Date: Sun, 17 Jul 2022 09:36:30 +0300 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 9 +++++++++ deploy/config.ini | 2 +- deploy_v7/config.ini | 2 +- package.json | 2 +- src/configuration/global-config.ts | 2 +- .../changelog-content.component.html | 14 ++++++++++++++ 6 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3de2202b..fa3514911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [7.6.3](https://github.com/kaltura/kmc-ng/compare/v7.6.2...v7.6.3) (2022-07-10) + + +### Bug Fixes + +* **settings/account-settings:** provide larger pager for users list api SUP-31005 + + ## [7.6.2](https://github.com/kaltura/kmc-ng/compare/v7.6.1...v7.6.2) (2022-07-10) diff --git a/deploy/config.ini b/deploy/config.ini index b9d4e503e..e76f924d1 100644 --- a/deploy/config.ini +++ b/deploy/config.ini @@ -1,6 +1,6 @@ [general] component.name=KMCngV2 -component.version=v7.6.2 +component.version=v7.6.3 [player] swfPath=/flash/kdp3/ diff --git a/deploy_v7/config.ini b/deploy_v7/config.ini index 267e82eea..ab128eb4e 100644 --- a/deploy_v7/config.ini +++ b/deploy_v7/config.ini @@ -1,6 +1,6 @@ [general] component.name=KMCngV7 -component.version=v7.6.2 +component.version=v7.6.3 [player] objectType = 1 diff --git a/package.json b/package.json index 3c7e0bd1d..f7e78802a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kmc-ng", - "version": "7.6.2", + "version": "7.6.3", "license": "AGPL-3.0", "private": true, "repository": { diff --git a/src/configuration/global-config.ts b/src/configuration/global-config.ts index eb64c51b0..4fb738f76 100644 --- a/src/configuration/global-config.ts +++ b/src/configuration/global-config.ts @@ -29,7 +29,7 @@ export interface GlobalConfig { export const globalConfig: GlobalConfig = { client: { production: environment.production, - appVersion: '7.6.2', + appVersion: '7.6.3', useSecuredProtocol: environment.client.useSecuredProtocol, countriesList: countryCodes, views: { diff --git a/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html b/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html index f7bfcb485..8fd670582 100644 --- a/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html +++ b/src/kmc-app/components/changelog/changelog-content/changelog-content.component.html @@ -1,3 +1,17 @@ +
+ Version 7.6.3 + (07/24/2022) +
 
+
+ +
New Functionality
+ + +
 
+
 
+
Version 7.6.2 (07/11/2022)