Skip to content

Commit

Permalink
chore: update version of deployed assets
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Sep 26, 2023
1 parent c0ba629 commit f8e5f3d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="7.14.0"></a>
# [7.14.0](https://github.com/kaltura/kmc-ng/compare/v7.13.1...v7.14.0) (2023-09-26)


### Bug Fixes

* **content/moderation:** display moderated entries with displayInSearch=-1 SUP-36757 ([#1055](https://github.com/kaltura/kmc-ng/issues/1055)) ([c0ba629](https://github.com/kaltura/kmc-ng/commit/c0ba629))


### Features

* **content/entry:** support thumbnail embed for player v7 FEC-13351 ([#1053](https://github.com/kaltura/kmc-ng/issues/1053)) ([405ab45](https://github.com/kaltura/kmc-ng/commit/405ab45))



<a name="7.13.1"></a>
## [7.13.1](https://github.com/kaltura/kmc-ng/compare/v7.13.0...v7.13.1) (2023-08-28)

Expand Down
2 changes: 1 addition & 1 deletion deploy/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
component.name=KMCngV2
component.version=v7.13.1
component.version=v7.14.0

[player]
swfPath=/flash/kdp3/
Expand Down
2 changes: 1 addition & 1 deletion deploy_v7/config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
component.name=KMCngV7
component.version=v7.13.1
component.version=v7.14.0

[player]
objectType = 1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kmc-ng",
"version": "7.13.1",
"version": "7.14.0",
"license": "AGPL-3.0",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/global-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface GlobalConfig {
export const globalConfig: GlobalConfig = {
client: {
production: environment.production,
appVersion: '7.13.1',
appVersion: '7.14.0',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
Expand Down

0 comments on commit f8e5f3d

Please sign in to comment.