Skip to content

Commit

Permalink
chore(ci): publish
Browse files Browse the repository at this point in the history
 - @vivocha/client-interaction@7.6.2
 - @vivocha/client-interaction-core@7.7.0
 - @vivocha/client-interaction-layout@7.5.9
  • Loading branch information
alovicu committed Feb 15, 2021
1 parent 9abdea8 commit 16ebfd4
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
8 changes: 8 additions & 0 deletions interaction/app/default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.6.2](https://github.com/vivocha/vvc-app/compare/@vivocha/client-interaction@7.6.1...@vivocha/client-interaction@7.6.2) (2021-02-15)

**Note:** Version bump only for package @vivocha/client-interaction





## [7.6.1](https://github.com/vivocha/vvc-app/compare/@vivocha/client-interaction@7.6.0...@vivocha/client-interaction@7.6.1) (2021-02-01)


Expand Down
6 changes: 3 additions & 3 deletions interaction/app/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivocha/client-interaction",
"version": "7.6.1",
"version": "7.6.2",
"private": true,
"description": "Vivocha Interaction Application",
"scripts": {
Expand Down Expand Up @@ -77,8 +77,8 @@
"@ngrx/store-devtools": "^8.5.1",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@vivocha/client-interaction-core": "^7.6.10",
"@vivocha/client-interaction-layout": "^7.5.8",
"@vivocha/client-interaction-core": "^7.7.0",
"@vivocha/client-interaction-layout": "^7.5.9",
"@vivocha/public-entities": "^7.0.11",
"autolinker": "^1.6.2",
"classlist.js": "^1.1.20150312",
Expand Down
11 changes: 11 additions & 0 deletions interaction/lib/core/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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.7.0](https://github.com/vivocha/widgets/compare/@vivocha/client-interaction-core@7.6.10...@vivocha/client-interaction-core@7.7.0) (2021-02-15)


### Features

* **client-interaction-core:** expose offerMedia() and isRemote/isLocalVideoConnecting variables ([9abdea8](https://github.com/vivocha/widgets/commit/9abdea8e110728cbc326696f955a54d1e56d420a))





## [7.6.10](https://github.com/vivocha/widgets/compare/@vivocha/client-interaction-core@7.6.9...@vivocha/client-interaction-core@7.6.10) (2021-02-01)


Expand Down
2 changes: 1 addition & 1 deletion interaction/lib/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivocha/client-interaction-core",
"version": "7.6.10",
"version": "7.7.0",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"prepare": "npm run build",
Expand Down
11 changes: 11 additions & 0 deletions interaction/lib/layout/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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.5.9](https://github.com/vivocha/widgets/compare/@vivocha/client-interaction-layout@7.5.8...@vivocha/client-interaction-layout@7.5.9) (2021-02-15)


### Bug Fixes

* **client-interaction-layout:** blocked carousel's scroll on latest item ([4085967](https://github.com/vivocha/widgets/commit/4085967f65cfdd589558af77c08981b22ad66e83)), closes [#29](https://github.com/vivocha/widgets/issues/29)





## [7.5.8](https://github.com/vivocha/widgets/compare/@vivocha/client-interaction-layout@7.5.7...@vivocha/client-interaction-layout@7.5.8) (2021-02-01)


Expand Down
2 changes: 1 addition & 1 deletion interaction/lib/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vivocha/client-interaction-layout",
"version": "7.5.8",
"version": "7.5.9",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit 16ebfd4

Please sign in to comment.