From ed395fad4a8b310ba18a8b8583cb5f4610becd72 Mon Sep 17 00:00:00 2001 From: Conversation Learner Build Date: Mon, 10 Feb 2020 19:50:24 +0000 Subject: [PATCH] chore(release): publish v0.504.6 [skip ci] --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/samples/CHANGELOG.md | 8 ++++++++ packages/samples/package-lock.json | 2 +- packages/samples/package.json | 4 ++-- packages/sdk/CHANGELOG.md | 8 ++++++++ packages/sdk/package-lock.json | 2 +- packages/sdk/package.json | 4 ++-- packages/ui/CHANGELOG.md | 8 ++++++++ packages/ui/package-lock.json | 2 +- packages/ui/package.json | 2 +- 11 files changed, 41 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2091efa8..385c601e 100644 --- a/CHANGELOG.md +++ b/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. +## [0.504.6](https://github.com/microsoft/conversationlearner/compare/v0.504.5...v0.504.6) (2020-02-10) + +**Note:** Version bump only for package root + + + + + ## [0.504.5](https://github.com/microsoft/conversationlearner/compare/v0.504.4...v0.504.5) (2020-02-07) diff --git a/lerna.json b/lerna.json index 60779568..1d5b7e23 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.504.5", + "version": "0.504.6", "command": { "version": { "allowBranch": "master", diff --git a/packages/samples/CHANGELOG.md b/packages/samples/CHANGELOG.md index 7e1eafb4..b21ba9d1 100644 --- a/packages/samples/CHANGELOG.md +++ b/packages/samples/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. +## [0.504.6](https://github.com/microsoft/conversationlearner/compare/v0.504.5...v0.504.6) (2020-02-10) + +**Note:** Version bump only for package conversationlearner-samples + + + + + ## [0.504.5](https://github.com/microsoft/conversationlearner/compare/v0.504.4...v0.504.5) (2020-02-07) **Note:** Version bump only for package conversationlearner-samples diff --git a/packages/samples/package-lock.json b/packages/samples/package-lock.json index f5dd279f..c07efbcd 100644 --- a/packages/samples/package-lock.json +++ b/packages/samples/package-lock.json @@ -1,6 +1,6 @@ { "name": "conversationlearner-samples", - "version": "0.504.5", + "version": "0.504.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/samples/package.json b/packages/samples/package.json index 98edad42..3b2e4d09 100644 --- a/packages/samples/package.json +++ b/packages/samples/package.json @@ -1,7 +1,7 @@ { "name": "conversationlearner-samples", "private": true, - "version": "0.504.5", + "version": "0.504.6", "description": "Sample BOTs that use the Conversation Learner", "main": "./lib/server.js", "scripts": { @@ -32,7 +32,7 @@ "author": "Microsoft Conversation Learner Team", "license": "MIT", "dependencies": { - "@conversationlearner/sdk": "^0.504.5", + "@conversationlearner/sdk": "^0.504.6", "botbuilder": "4.7.1", "chalk": "2.4.1", "convict": "^4.0.2", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index b4226191..af8120b5 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/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. +## [0.504.6](https://github.com/microsoft/conversationlearner/compare/v0.504.5...v0.504.6) (2020-02-10) + +**Note:** Version bump only for package @conversationlearner/sdk + + + + + ## [0.504.5](https://github.com/microsoft/conversationlearner/compare/v0.504.4...v0.504.5) (2020-02-07) diff --git a/packages/sdk/package-lock.json b/packages/sdk/package-lock.json index bfd6e75f..b96a55c7 100644 --- a/packages/sdk/package-lock.json +++ b/packages/sdk/package-lock.json @@ -1,6 +1,6 @@ { "name": "@conversationlearner/sdk", - "version": "0.504.5", + "version": "0.504.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 08da9010..7ba9adfa 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@conversationlearner/sdk", - "version": "0.504.5", + "version": "0.504.6", "description": "Node SDK for Conversation Learner", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -40,7 +40,7 @@ "dependencies": { "@azure/cosmos": "^3.3.6", "@conversationlearner/models": "^0.504.0", - "@conversationlearner/ui": "^0.504.4", + "@conversationlearner/ui": "^0.504.6", "@types/supertest": "2.0.4", "async-file": "^2.0.2", "body-parser": "1.18.3", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index a263b083..82085039 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/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. +## [0.504.6](https://github.com/Microsoft/ConversationLearner-UI/compare/v0.504.5...v0.504.6) (2020-02-10) + +**Note:** Version bump only for package @conversationlearner/ui + + + + + ## [0.504.4](https://github.com/Microsoft/ConversationLearner-UI/compare/v0.504.3...v0.504.4) (2020-02-07) diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index e1bd5a8c..1111087a 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "@conversationlearner/ui", - "version": "0.504.4", + "version": "0.504.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 47fa28ce..a26e9a3b 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@conversationlearner/ui", - "version": "0.504.4", + "version": "0.504.6", "description": "Administration user interface for creating, training, and testing bots created using Conversation Learner", "homepage": "http://localhost:3978/ui", "keywords": [