Skip to content

Commit

Permalink
chore: update to support botpress-server
Browse files Browse the repository at this point in the history
  • Loading branch information
rndlaine committed Nov 1, 2018
2 parents 8660a84 + d8b428d commit 86edf18
Show file tree
Hide file tree
Showing 71 changed files with 1,829 additions and 93 deletions.
108 changes: 106 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,7 +3,111 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="10.47.1"></a>
<a name="10.50.0"></a>
# [10.50.0](https://github.com/botpress/botpress/compare/v10.49.0...v10.50.0) (2018-10-31)


### Bug Fixes

* **hitl:** swallow quick reply message type ([b74d928](https://github.com/botpress/botpress/commit/b74d928))


### Features

* **qna:** add typing time when bot answer to a question ([b97d074](https://github.com/botpress/botpress/commit/b97d074))




<a name="10.49.0"></a>
# [10.49.0](https://github.com/botpress/botpress/compare/v10.48.5...v10.49.0) (2018-10-30)


### Features

* **web:** add filterQuickReplies option into snippet ([964557e](https://github.com/botpress/botpress/commit/964557e))




<a name="10.48.5"></a>
## [10.48.5](https://github.com/botpress/botpress/compare/v10.48.4...v10.48.5) (2018-10-19)


### Bug Fixes

* **core:** fix rerunning module migrations ([ec6279b](https://github.com/botpress/botpress/commit/ec6279b))
* **hitl:** display event inside conversation for hitl module ([21b7749](https://github.com/botpress/botpress/commit/21b7749))
* **hitl:** display messages of type quick_reply in hitl module ([e8ae668](https://github.com/botpress/botpress/commit/e8ae668))
* **hitl:** reset hitl_messages pg sequence (resolve [#1007](https://github.com/botpress/botpress/issues/1007)) ([eb8bf71](https://github.com/botpress/botpress/commit/eb8bf71))




<a name="10.48.4"></a>
## [10.48.4](https://github.com/botpress/botpress/compare/v10.48.3...v10.48.4) (2018-10-17)


### Bug Fixes

* **core:** fix ghost-content uniq index migration for sqlite ([#1033](https://github.com/botpress/botpress/issues/1033)) ([aef783b](https://github.com/botpress/botpress/commit/aef783b))




<a name="10.48.3"></a>
## [10.48.3](https://github.com/botpress/botpress/compare/v10.48.2...v10.48.3) (2018-10-17)


### Bug Fixes

* **core:** create missing files/folder during ghost-sync (resolve [#996](https://github.com/botpress/botpress/issues/996)) ([#1031](https://github.com/botpress/botpress/issues/1031)) ([8463aa2](https://github.com/botpress/botpress/commit/8463aa2))




<a name="10.48.2"></a>
## [10.48.2](https://github.com/botpress/botpress/compare/v10.48.1...v10.48.2) (2018-10-17)


### Bug Fixes

* **core:** fix missing migration error for existing bots (resolve [#1025](https://github.com/botpress/botpress/issues/1025)) ([#1029](https://github.com/botpress/botpress/issues/1029)) ([aa8fb30](https://github.com/botpress/botpress/commit/aa8fb30))




<a name="10.48.1"></a>
## [10.48.1](https://github.com/botpress/botpress/compare/v10.48.0...v10.48.1) (2018-10-17)


### Bug Fixes

* **core:** update tests on user list tags ([#1028](https://github.com/botpress/botpress/issues/1028)) ([055cbe4](https://github.com/botpress/botpress/commit/055cbe4))
* **qna:** fix deleting questions for QnA-maker ([#1027](https://github.com/botpress/botpress/issues/1027)) ([3ed1788](https://github.com/botpress/botpress/commit/3ed1788))




<a name="10.48.0"></a>
# [10.48.0](https://github.com/botpress/botpress/compare/v10.47.1...v10.48.0) (2018-10-16)


### Bug Fixes

* **core:** fix fetching users' tags ([#1023](https://github.com/botpress/botpress/issues/1023)) ([afba620](https://github.com/botpress/botpress/commit/afba620))
* **core:** remove ghost file uniq index migration (resolve [#1017](https://github.com/botpress/botpress/issues/1017)) ([#1018](https://github.com/botpress/botpress/issues/1018)) ([d91ee40](https://github.com/botpress/botpress/commit/d91ee40))
* **web:** add padding to greeting message ([#1019](https://github.com/botpress/botpress/issues/1019)) ([5510176](https://github.com/botpress/botpress/commit/5510176))


### Features

* **analytics:** add table type to graphs ([#1021](https://github.com/botpress/botpress/issues/1021)) ([6dbe9c3](https://github.com/botpress/botpress/commit/6dbe9c3))




<a name="10.47.1"></a>
## [10.47.1](https://github.com/botpress/botpress/compare/v10.47.0...v10.47.1) (2018-10-15)


Expand All @@ -14,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



<a name="10.47.0"></a>
<a name="10.47.0"></a>
# [10.47.0](https://github.com/botpress/botpress/compare/v10.46.5...v10.47.0) (2018-10-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -9,6 +9,6 @@
"packages",
"packages/dev-bot"
],
"version": "10.47.1",
"version": "10.50.0",
"npmClient": "yarn"
}
104 changes: 104 additions & 0 deletions packages/CHANGELOG.md
Expand Up @@ -3,6 +3,110 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="10.50.0"></a>
# [10.50.0](https://github.com/botpress/botpress/compare/v10.49.0...v10.50.0) (2018-10-31)


### Bug Fixes

* **hitl:** swallow quick reply message type ([b74d928](https://github.com/botpress/botpress/commit/b74d928))


### Features

* **qna:** add typing time when bot answer to a question ([b97d074](https://github.com/botpress/botpress/commit/b97d074))




<a name="10.49.0"></a>
# [10.49.0](https://github.com/botpress/botpress/compare/v10.48.5...v10.49.0) (2018-10-30)


### Features

* **web:** add filterQuickReplies option into snippet ([964557e](https://github.com/botpress/botpress/commit/964557e))




<a name="10.48.5"></a>
## [10.48.5](https://github.com/botpress/botpress/compare/v10.48.4...v10.48.5) (2018-10-19)


### Bug Fixes

* **core:** fix rerunning module migrations ([ec6279b](https://github.com/botpress/botpress/commit/ec6279b))
* **hitl:** display event inside conversation for hitl module ([21b7749](https://github.com/botpress/botpress/commit/21b7749))
* **hitl:** display messages of type quick_reply in hitl module ([e8ae668](https://github.com/botpress/botpress/commit/e8ae668))
* **hitl:** reset hitl_messages pg sequence (resolve [#1007](https://github.com/botpress/botpress/issues/1007)) ([eb8bf71](https://github.com/botpress/botpress/commit/eb8bf71))




<a name="10.48.4"></a>
## [10.48.4](https://github.com/botpress/botpress/compare/v10.48.3...v10.48.4) (2018-10-17)


### Bug Fixes

* **core:** fix ghost-content uniq index migration for sqlite ([#1033](https://github.com/botpress/botpress/issues/1033)) ([aef783b](https://github.com/botpress/botpress/commit/aef783b))




<a name="10.48.3"></a>
## [10.48.3](https://github.com/botpress/botpress/compare/v10.48.2...v10.48.3) (2018-10-17)


### Bug Fixes

* **core:** create missing files/folder during ghost-sync (resolve [#996](https://github.com/botpress/botpress/issues/996)) ([#1031](https://github.com/botpress/botpress/issues/1031)) ([8463aa2](https://github.com/botpress/botpress/commit/8463aa2))




<a name="10.48.2"></a>
## [10.48.2](https://github.com/botpress/botpress/compare/v10.48.1...v10.48.2) (2018-10-17)


### Bug Fixes

* **core:** fix missing migration error for existing bots (resolve [#1025](https://github.com/botpress/botpress/issues/1025)) ([#1029](https://github.com/botpress/botpress/issues/1029)) ([aa8fb30](https://github.com/botpress/botpress/commit/aa8fb30))




<a name="10.48.1"></a>
## [10.48.1](https://github.com/botpress/botpress/compare/v10.48.0...v10.48.1) (2018-10-17)


### Bug Fixes

* **core:** update tests on user list tags ([#1028](https://github.com/botpress/botpress/issues/1028)) ([055cbe4](https://github.com/botpress/botpress/commit/055cbe4))
* **qna:** fix deleting questions for QnA-maker ([#1027](https://github.com/botpress/botpress/issues/1027)) ([3ed1788](https://github.com/botpress/botpress/commit/3ed1788))




<a name="10.48.0"></a>
# [10.48.0](https://github.com/botpress/botpress/compare/v10.47.1...v10.48.0) (2018-10-16)


### Bug Fixes

* **core:** fix fetching users' tags ([#1023](https://github.com/botpress/botpress/issues/1023)) ([afba620](https://github.com/botpress/botpress/commit/afba620))
* **core:** remove ghost file uniq index migration (resolve [#1017](https://github.com/botpress/botpress/issues/1017)) ([#1018](https://github.com/botpress/botpress/issues/1018)) ([d91ee40](https://github.com/botpress/botpress/commit/d91ee40))
* **web:** add padding to greeting message ([#1019](https://github.com/botpress/botpress/issues/1019)) ([5510176](https://github.com/botpress/botpress/commit/5510176))


### Features

* **analytics:** add table type to graphs ([#1021](https://github.com/botpress/botpress/issues/1021)) ([6dbe9c3](https://github.com/botpress/botpress/commit/6dbe9c3))




<a name="10.47.1"></a>
## [10.47.1](https://github.com/botpress/botpress/compare/v10.47.0...v10.47.1) (2018-10-15)

Expand Down
64 changes: 64 additions & 0 deletions packages/channels/botpress-channel-messenger/CHANGELOG.md
Expand Up @@ -3,6 +3,70 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="10.50.0"></a>
# [10.50.0](https://github.com/botpress/modules/compare/v10.49.0...v10.50.0) (2018-10-31)




**Note:** Version bump only for package @botpress/channel-messenger

<a name="10.49.0"></a>
# [10.49.0](https://github.com/botpress/modules/compare/v10.48.5...v10.49.0) (2018-10-30)




**Note:** Version bump only for package @botpress/channel-messenger

<a name="10.48.5"></a>
## [10.48.5](https://github.com/botpress/modules/compare/v10.48.4...v10.48.5) (2018-10-19)




**Note:** Version bump only for package @botpress/channel-messenger

<a name="10.48.4"></a>
## [10.48.4](https://github.com/botpress/modules/compare/v10.48.3...v10.48.4) (2018-10-17)




**Note:** Version bump only for package @botpress/channel-messenger

<a name="10.48.3"></a>
## [10.48.3](https://github.com/botpress/modules/compare/v10.48.2...v10.48.3) (2018-10-17)




**Note:** Version bump only for package @botpress/channel-messenger

<a name="10.48.2"></a>
## [10.48.2](https://github.com/botpress/modules/compare/v10.48.1...v10.48.2) (2018-10-17)




**Note:** Version bump only for package @botpress/channel-messenger

<a name="10.48.1"></a>
## [10.48.1](https://github.com/botpress/modules/compare/v10.48.0...v10.48.1) (2018-10-17)




**Note:** Version bump only for package @botpress/channel-messenger

<a name="10.48.0"></a>
# [10.48.0](https://github.com/botpress/modules/compare/v10.47.1...v10.48.0) (2018-10-16)




**Note:** Version bump only for package @botpress/channel-messenger

<a name="10.47.1"></a>
## [10.47.1](https://github.com/botpress/modules/compare/v10.47.0...v10.47.1) (2018-10-15)

Expand Down
2 changes: 1 addition & 1 deletion packages/channels/botpress-channel-messenger/package.json
@@ -1,6 +1,6 @@
{
"name": "@botpress/channel-messenger",
"version": "10.47.1",
"version": "10.50.0",
"description": "Official Facebook Messenger connector for botpress",
"main": "bin/node.bundle.js",
"homepage": "https://github.com/botpress/modules",
Expand Down
64 changes: 64 additions & 0 deletions packages/channels/botpress-channel-microsoft/CHANGELOG.md
Expand Up @@ -3,6 +3,70 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="10.50.0"></a>
# [10.50.0](https://github.com/botpress/botpress/compare/v10.49.0...v10.50.0) (2018-10-31)




**Note:** Version bump only for package @botpress/channel-microsoft

<a name="10.49.0"></a>
# [10.49.0](https://github.com/botpress/botpress/compare/v10.48.5...v10.49.0) (2018-10-30)




**Note:** Version bump only for package @botpress/channel-microsoft

<a name="10.48.5"></a>
## [10.48.5](https://github.com/botpress/botpress/compare/v10.48.4...v10.48.5) (2018-10-19)




**Note:** Version bump only for package @botpress/channel-microsoft

<a name="10.48.4"></a>
## [10.48.4](https://github.com/botpress/botpress/compare/v10.48.3...v10.48.4) (2018-10-17)




**Note:** Version bump only for package @botpress/channel-microsoft

<a name="10.48.3"></a>
## [10.48.3](https://github.com/botpress/botpress/compare/v10.48.2...v10.48.3) (2018-10-17)




**Note:** Version bump only for package @botpress/channel-microsoft

<a name="10.48.2"></a>
## [10.48.2](https://github.com/botpress/botpress/compare/v10.48.1...v10.48.2) (2018-10-17)




**Note:** Version bump only for package @botpress/channel-microsoft

<a name="10.48.1"></a>
## [10.48.1](https://github.com/botpress/botpress/compare/v10.48.0...v10.48.1) (2018-10-17)




**Note:** Version bump only for package @botpress/channel-microsoft

<a name="10.48.0"></a>
# [10.48.0](https://github.com/botpress/botpress/compare/v10.47.1...v10.48.0) (2018-10-16)




**Note:** Version bump only for package @botpress/channel-microsoft

<a name="10.47.1"></a>
## [10.47.1](https://github.com/botpress/botpress/compare/v10.47.0...v10.47.1) (2018-10-15)

Expand Down
2 changes: 1 addition & 1 deletion packages/channels/botpress-channel-microsoft/package.json
@@ -1,6 +1,6 @@
{
"name": "@botpress/channel-microsoft",
"version": "10.47.1",
"version": "10.50.0",
"description": "Botpress connector for the Microsoft Bot Framework",
"main": "bin/node.bundle.js",
"botpress": {
Expand Down

0 comments on commit 86edf18

Please sign in to comment.