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

Commit 01e0395

Browse files
author
Conversation Learner Build
committed
chore(release): publish v0.505.1 [skip ci]
1 parent 22c3c6c commit 01e0395

File tree

11 files changed

+47
-9
lines changed

11 files changed

+47
-9
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.505.1](https://github.com/microsoft/conversationlearner/compare/v0.505.0...v0.505.1) (2020-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* resolve truncation issue when exporting transcripts ([#50](https://github.com/microsoft/conversationlearner/issues/50)) ([22c3c6c](https://github.com/microsoft/conversationlearner/commit/22c3c6c57f16c6d8258c366ccd3c6f75bee5e1f5))
12+
13+
14+
15+
16+
617
# [0.505.0](https://github.com/microsoft/conversationlearner/compare/v0.504.9...v0.505.0) (2020-03-16)
718

819

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.505.0",
5+
"version": "0.505.1",
66
"command": {
77
"version": {
88
"allowBranch": "master",

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.505.1](https://github.com/microsoft/conversationlearner/compare/v0.505.0...v0.505.1) (2020-03-17)
7+
8+
**Note:** Version bump only for package conversationlearner-samples
9+
10+
11+
12+
13+
614
# [0.505.0](https://github.com/microsoft/conversationlearner/compare/v0.504.9...v0.505.0) (2020-03-16)
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.505.0",
4+
"version": "0.505.1",
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.505.0",
35+
"@conversationlearner/sdk": "^0.505.1",
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.505.1](https://github.com/microsoft/conversationlearner/compare/v0.505.0...v0.505.1) (2020-03-17)
7+
8+
**Note:** Version bump only for package @conversationlearner/sdk
9+
10+
11+
12+
13+
614
# [0.505.0](https://github.com/microsoft/conversationlearner/compare/v0.504.9...v0.505.0) (2020-03-16)
715

816

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.

packages/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@conversationlearner/sdk",
3-
"version": "0.505.0",
3+
"version": "0.505.1",
44
"description": "Node SDK for Conversation Learner",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@azure/cosmos": "^3.3.6",
4242
"@conversationlearner/models": "^0.505.0",
43-
"@conversationlearner/ui": "^0.505.0",
43+
"@conversationlearner/ui": "^0.505.1",
4444
"@types/supertest": "2.0.4",
4545
"async-file": "^2.0.2",
4646
"body-parser": "1.18.3",

packages/ui/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.505.1](https://github.com/Microsoft/ConversationLearner-UI/compare/v0.505.0...v0.505.1) (2020-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* resolve truncation issue when exporting transcripts ([#50](https://github.com/Microsoft/ConversationLearner-UI/issues/50)) ([22c3c6c](https://github.com/Microsoft/ConversationLearner-UI/commit/22c3c6c57f16c6d8258c366ccd3c6f75bee5e1f5))
12+
13+
14+
15+
16+
617
# [0.505.0](https://github.com/Microsoft/ConversationLearner-UI/compare/v0.504.9...v0.505.0) (2020-03-16)
718

819

packages/ui/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)