Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed May 29, 2019
1 parent ba46b38 commit 1d15bde
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="5.10.0"></a>
# [5.10.0](https://github.com/kaltura/kmc-ng/compare/v5.9.1...v5.10.0) (2019-05-29)


### Bug Fixes

* **administration/multi-account:** allow only active accounts to be used as templates ([3107050](https://github.com/kaltura/kmc-ng/commit/3107050))
* **administration/multi-account:** disable "Create" button until data loads ([24e9d2e](https://github.com/kaltura/kmc-ng/commit/24e9d2e))
* **administration/multi-account:** disregard removed templates for new account creation ([542a01c](https://github.com/kaltura/kmc-ng/commit/542a01c))


### Features

* **content/entries:** bulk add/remove of co-viewers ([4e24b9b](https://github.com/kaltura/kmc-ng/commit/4e24b9b))



<a name="5.9.1"></a>
## [5.9.1](https://github.com/kaltura/kmc-ng/compare/v5.9.0...v5.9.1) (2019-05-21)

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=KMCng
component.version=v5.9.1
component.version=v5.10.0

[player]
swfPath=/flash/kdp3/
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": "5.9.1",
"version": "5.10.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 @@ -26,7 +26,7 @@ export interface GlobalConfig {
export const globalConfig: GlobalConfig = {
client: {
production: environment.production,
appVersion: '5.9.1',
appVersion: '5.10.0',
useSecuredProtocol: environment.client.useSecuredProtocol,
countriesList: countryCodes,
views: {
Expand Down

0 comments on commit 1d15bde

Please sign in to comment.