Skip to content

Commit

Permalink
chore(ci): publish
Browse files Browse the repository at this point in the history
 - @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
  • Loading branch information
Marco Amadori committed Apr 3, 2020
1 parent 1cbf023 commit 6deeb8b
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 6 deletions.
21 changes: 21 additions & 0 deletions engagement/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion engagement/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
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.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)


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.1.2",
"version": "7.1.3",
"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.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",
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.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)


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.1.1",
"version": "7.1.2",
"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.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)


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.1.2",
"version": "7.1.3",
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"prepare": "npm run build",
Expand Down

0 comments on commit 6deeb8b

Please sign in to comment.