Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 0e99c83

Browse files
author
Conversation Learner Build
committed
chore(release): publish v0.504.7 [skip ci]
1 parent 069b37b commit 0e99c83

File tree

14 files changed

+62
-13
lines changed

14 files changed

+62
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.504.7](https://github.com/microsoft/conversationlearner/compare/v0.504.6...v0.504.7) (2020-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* hide action types ([#46](https://github.com/microsoft/conversationlearner/issues/46)) ([069b37b](https://github.com/microsoft/conversationlearner/commit/069b37bbc4f9387be1b7c25bbd7530c69996a4c4))
12+
13+
14+
15+
16+
617
## [0.504.6](https://github.com/microsoft/conversationlearner/compare/v0.504.5...v0.504.6) (2020-02-10)
718

819
**Note:** Version bump only for package root

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.504.6",
5+
"version": "0.504.7",
66
"command": {
77
"version": {
88
"allowBranch": "master",

packages/models/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.504.7](https://github.com/Microsoft/conversationlearner-models/compare/v0.504.6...v0.504.7) (2020-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* hide action types ([#46](https://github.com/Microsoft/conversationlearner-models/issues/46)) ([069b37b](https://github.com/Microsoft/conversationlearner-models/commit/069b37bbc4f9387be1b7c25bbd7530c69996a4c4))
12+
13+
14+
15+
16+
617
# [0.504.0](https://github.com/Microsoft/conversationlearner-models/compare/v0.503.1...v0.504.0) (2020-02-06)
718

819
**Note:** Version bump only for package @conversationlearner/models

packages/models/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conversationlearner/models",
3-
"version": "0.504.0",
3+
"version": "0.504.7",
44
"description": "",
55
"keywords": [
66
"Microsoft",

packages/samples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.504.7](https://github.com/microsoft/conversationlearner/compare/v0.504.6...v0.504.7) (2020-02-21)
7+
8+
**Note:** Version bump only for package conversationlearner-samples
9+
10+
11+
12+
13+
614
## [0.504.6](https://github.com/microsoft/conversationlearner/compare/v0.504.5...v0.504.6) (2020-02-10)
715

816
**Note:** Version bump only for package conversationlearner-samples

packages/samples/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "conversationlearner-samples",
33
"private": true,
4-
"version": "0.504.6",
4+
"version": "0.504.7",
55
"description": "Sample BOTs that use the Conversation Learner",
66
"main": "./lib/server.js",
77
"scripts": {
@@ -32,7 +32,7 @@
3232
"author": "Microsoft Conversation Learner Team",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@conversationlearner/sdk": "^0.504.6",
35+
"@conversationlearner/sdk": "^0.504.7",
3636
"botbuilder": "4.7.1",
3737
"chalk": "2.4.1",
3838
"convict": "^4.0.2",

packages/sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.504.7](https://github.com/microsoft/conversationlearner/compare/v0.504.6...v0.504.7) (2020-02-21)
7+
8+
**Note:** Version bump only for package @conversationlearner/sdk
9+
10+
11+
12+
13+
614
## [0.504.6](https://github.com/microsoft/conversationlearner/compare/v0.504.5...v0.504.6) (2020-02-10)
715

816
**Note:** Version bump only for package @conversationlearner/sdk

packages/sdk/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)