From 6deeb8bb5d593ac8bac303553d15e96748b0ac09 Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Fri, 3 Apr 2020 10:14:13 +0200 Subject: [PATCH] chore(ci): publish - @vivocha/client-visitor-default-widgets@7.4.0 - @vivocha/client-interaction@7.1.3 - @vivocha/client-interaction-core@7.1.2 - @vivocha/client-interaction-layout@7.1.3 --- engagement/CHANGELOG.md | 21 +++++++++++++++++++++ engagement/package.json | 2 +- interaction/app/default/CHANGELOG.md | 8 ++++++++ interaction/app/default/package.json | 6 +++--- interaction/lib/core/CHANGELOG.md | 11 +++++++++++ interaction/lib/core/package.json | 2 +- interaction/lib/layout/CHANGELOG.md | 11 +++++++++++ interaction/lib/layout/package.json | 2 +- 8 files changed, 57 insertions(+), 6 deletions(-) diff --git a/engagement/CHANGELOG.md b/engagement/CHANGELOG.md index 27f58e80..b444f137 100644 --- a/engagement/CHANGELOG.md +++ b/engagement/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.4.0](https://github.com/vivocha/widgets/compare/@vivocha/client-visitor-default-widgets@7.3.0...@vivocha/client-visitor-default-widgets@7.4.0) (2020-04-03) + + +### Bug Fixes + +* **engagement.amazon-cbn:** clean manifest ([9a7c606](https://github.com/vivocha/widgets/commit/9a7c60609407d9a509841243ba4b8b591342b646)) +* **engagement.amazon-cbn:** replace preset name with cbn ([f3a1b63](https://github.com/vivocha/widgets/commit/f3a1b63732a300cc3616072fb135ef3c0c847f91)) +* **engagement.apple-business-chat:** clean manifest ([4896470](https://github.com/vivocha/widgets/commit/489647098630ce27cabb3b02fc69744a08ac2c00)) +* **engagement.sidetab:** add inbound ([d3effdf](https://github.com/vivocha/widgets/commit/d3effdf186acde5e73d41ee5fe2dbc5cee92eaa5)) +* **tab-halo:** fix weblead ([25190ad](https://github.com/vivocha/widgets/commit/25190adecce19a759feb1a3203c8d0f1493eea6c)) +* **tab-halo:** hide the third options ([0ebdfa4](https://github.com/vivocha/widgets/commit/0ebdfa4cc55cc9e617af7e72c4853e34a8c8571b)) + + +### Features + +* **tab-halo:** new tab halo widget ([b682d4f](https://github.com/vivocha/widgets/commit/b682d4f8c1060481e9a4a00bf88d2bfe898e2f2d)) + + + + + # [7.3.0](https://github.com/vivocha/widgets/compare/@vivocha/client-visitor-default-widgets@7.2.0...@vivocha/client-visitor-default-widgets@7.3.0) (2020-03-30) diff --git a/engagement/package.json b/engagement/package.json index 2bcc9964..09f40a6a 100644 --- a/engagement/package.json +++ b/engagement/package.json @@ -1,6 +1,6 @@ { "name": "@vivocha/client-visitor-default-widgets", - "version": "7.3.0", + "version": "7.4.0", "private": true, "description": "Vivocha Widgets Sources", "scripts": { diff --git a/interaction/app/default/CHANGELOG.md b/interaction/app/default/CHANGELOG.md index 7fe44f40..43d9890e 100644 --- a/interaction/app/default/CHANGELOG.md +++ b/interaction/app/default/CHANGELOG.md @@ -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.1.3](https://github.com/vivocha/vvc-app/compare/@vivocha/client-interaction@7.1.2...@vivocha/client-interaction@7.1.3) (2020-04-03) + +**Note:** Version bump only for package @vivocha/client-interaction + + + + + ## [7.1.2](https://github.com/vivocha/vvc-app/compare/@vivocha/client-interaction@7.1.1...@vivocha/client-interaction@7.1.2) (2020-03-31) diff --git a/interaction/app/default/package.json b/interaction/app/default/package.json index 83e6fbb7..cd9d1c50 100644 --- a/interaction/app/default/package.json +++ b/interaction/app/default/package.json @@ -1,6 +1,6 @@ { "name": "@vivocha/client-interaction", - "version": "7.1.2", + "version": "7.1.3", "private": true, "description": "Vivocha Interaction Application", "scripts": { @@ -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.1.1", - "@vivocha/client-interaction-layout": "^7.1.2", + "@vivocha/client-interaction-core": "^7.1.2", + "@vivocha/client-interaction-layout": "^7.1.3", "@vivocha/public-entities": "^7.0.11", "autolinker": "^1.6.2", "classlist.js": "^1.1.20150312", diff --git a/interaction/lib/core/CHANGELOG.md b/interaction/lib/core/CHANGELOG.md index c1555f9d..eaa81bf9 100644 --- a/interaction/lib/core/CHANGELOG.md +++ b/interaction/lib/core/CHANGELOG.md @@ -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.1.2](https://github.com/vivocha/widgets/compare/@vivocha/client-interaction-core@7.1.1...@vivocha/client-interaction-core@7.1.2) (2020-04-03) + + +### Bug Fixes + +* **interaction:** show inbound formatted number ([1cbf023](https://github.com/vivocha/widgets/commit/1cbf02336f9c1ef142791aef825625376543b45b)) + + + + + ## [7.1.1](https://github.com/vivocha/widgets/compare/@vivocha/client-interaction-core@7.1.0...@vivocha/client-interaction-core@7.1.1) (2020-03-31) diff --git a/interaction/lib/core/package.json b/interaction/lib/core/package.json index b3c66980..a9f8b4c3 100644 --- a/interaction/lib/core/package.json +++ b/interaction/lib/core/package.json @@ -1,6 +1,6 @@ { "name": "@vivocha/client-interaction-core", - "version": "7.1.1", + "version": "7.1.2", "license": "SEE LICENSE IN LICENSE", "scripts": { "prepare": "npm run build", diff --git a/interaction/lib/layout/CHANGELOG.md b/interaction/lib/layout/CHANGELOG.md index bdb7ca84..86dc316e 100644 --- a/interaction/lib/layout/CHANGELOG.md +++ b/interaction/lib/layout/CHANGELOG.md @@ -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.1.3](https://github.com/vivocha/widgets/compare/@vivocha/client-interaction-layout@7.1.2...@vivocha/client-interaction-layout@7.1.3) (2020-04-03) + + +### Bug Fixes + +* **interaction:** show inbound formatted number ([1cbf023](https://github.com/vivocha/widgets/commit/1cbf02336f9c1ef142791aef825625376543b45b)) + + + + + ## [7.1.2](https://github.com/vivocha/widgets/compare/@vivocha/client-interaction-layout@7.1.1...@vivocha/client-interaction-layout@7.1.2) (2020-03-31) diff --git a/interaction/lib/layout/package.json b/interaction/lib/layout/package.json index bf371cd9..1e85b075 100644 --- a/interaction/lib/layout/package.json +++ b/interaction/lib/layout/package.json @@ -1,6 +1,6 @@ { "name": "@vivocha/client-interaction-layout", - "version": "7.1.2", + "version": "7.1.3", "license": "SEE LICENSE IN LICENSE", "scripts": { "prepare": "npm run build",