Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @kaltura-ng/[email protected]
 - @kaltura-ng/[email protected]
 - @kaltura-ng/[email protected]
 - @kaltura-ng/[email protected]
 - @kaltura-ng/[email protected]
 - @kaltura-ng/[email protected]
  • Loading branch information
eransakal committed May 31, 2018
1 parent 4d5b273 commit 23a1594
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 16 deletions.
6 changes: 6 additions & 0 deletions kaltura-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="6.0.1"></a>
## [6.0.1](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-31)




<a name="6.0.0"></a>
# [6.0.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-30)

Expand Down
2 changes: 1 addition & 1 deletion kaltura-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/kaltura-common",
"version": "6.0.0",
"version": "6.0.1",
"private": true,
"description": "Angular - commonly needed services within Kaltura projects",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions kaltura-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.2.1"></a>
## [2.2.1](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-31)




<a name="2.2.0"></a>
# [2.2.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-04-30)

Expand Down
2 changes: 1 addition & 1 deletion kaltura-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/kaltura-logger",
"version": "2.2.0",
"version": "2.2.1",
"private": true,
"description": "Angular - javascript logger ",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions kaltura-primeng-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.3.1"></a>
## [2.3.1](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-31)




<a name="2.3.0"></a>
# [2.3.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-30)

Expand Down
6 changes: 3 additions & 3 deletions kaltura-primeng-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/kaltura-primeng-ui",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"description": "Angular - Kaltura UI directives, pipes and services that utilizes PrimeNG suite",
"keywords": [
Expand Down Expand Up @@ -51,8 +51,8 @@
"@angular/common": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@kaltura-ng/kaltura-common": "^6.0.0",
"@kaltura-ng/kaltura-ui": "^5.2.0",
"@kaltura-ng/kaltura-common": "^6.0.1",
"@kaltura-ng/kaltura-ui": "^5.2.1",
"primeng": "~5.2.0",
"rimraf": "^2.6.2",
"rxjs": "^5.5.6"
Expand Down
11 changes: 11 additions & 0 deletions kaltura-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="5.2.1"></a>
## [5.2.1](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-31)


### Bug Fixes

* simplify url regex expression so the browser engine will not fail for long url values ([#113](https://github.com/kaltura/kaltura-ng/issues/113)) KMCNG-1792 ([ab50ce4](https://github.com/kaltura/kaltura-ng/commit/ab50ce4))




<a name="5.2.0"></a>
# [5.2.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-30)

Expand Down
4 changes: 2 additions & 2 deletions kaltura-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/kaltura-ui",
"version": "5.2.0",
"version": "5.2.1",
"private": true,
"description": "Angular - Kaltura UI directives, pipes and services",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"@angular/common": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@kaltura-ng/kaltura-common": "^6.0.0",
"@kaltura-ng/kaltura-common": "^6.0.1",
"jquery": "~3.1.0",
"moment": "^2.21.0",
"rimraf": "^2.6.2",
Expand Down
6 changes: 6 additions & 0 deletions mc-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="4.0.1"></a>
## [4.0.1](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-31)




<a name="4.0.0"></a>
# [4.0.0](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-30)

Expand Down
8 changes: 4 additions & 4 deletions mc-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaltura-ng/mc-shared",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"description": "Angular - Kaltura Managemenet consoles UI directives, pipes and services",
"keywords": [
Expand Down Expand Up @@ -51,9 +51,9 @@
"@angular/common": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@kaltura-ng/kaltura-common": "^6.0.0",
"@kaltura-ng/kaltura-logger": "^2.2.0",
"@kaltura-ng/kaltura-ui": "^5.2.0",
"@kaltura-ng/kaltura-common": "^6.0.1",
"@kaltura-ng/kaltura-logger": "^2.2.1",
"@kaltura-ng/kaltura-ui": "^5.2.1",
"@types/seamless-immutable": "^7.1.1",
"ng2-translate": "^5.0.0",
"primeng": "^5.2.0",
Expand Down
10 changes: 8 additions & 2 deletions mc-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.1.4"></a>
<a name="2.1.5"></a>
## [2.1.5](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-31)




<a name="2.1.4"></a>
## [2.1.4](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-30)




<a name="2.1.3"></a>
<a name="2.1.3"></a>
## [2.1.3](https://github.com/kaltura/kaltura-ng/compare/@kaltura-ng/[email protected]...@kaltura-ng/[email protected]) (2018-05-01)


Expand Down
6 changes: 3 additions & 3 deletions mc-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kaltura-ng/mc-theme",
"private": true,
"version": "2.1.4",
"version": "2.1.5",
"license": "AGPL-3.0",
"description": "Kaltura theme for Angular management console applications",
"contributors": [
Expand All @@ -16,8 +16,8 @@
],
"dependencies": {
"@kaltura-ng/dev-workspace": "^2.0.2",
"@kaltura-ng/kaltura-primeng-ui": "^2.3.0",
"@kaltura-ng/kaltura-ui": "^5.2.0",
"@kaltura-ng/kaltura-primeng-ui": "^2.3.1",
"@kaltura-ng/kaltura-ui": "^5.2.1",
"normalize.css": "^7.0.0",
"primeng": "^5.2.0"
},
Expand Down

0 comments on commit 23a1594

Please sign in to comment.