chore(release): publish v0.505.2 [skip ci]

This commit is contained in:
Conversation Learner Build 2020-05-27 16:47:04 +00:00
Родитель 2870edaceb
Коммит 6801f26c15
11 изменённых файлов: 50 добавлений и 9 удалений

Просмотреть файл

@ -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.
## [0.505.2](https://github.com/microsoft/conversationlearner/compare/v0.505.1...v0.505.2) (2020-05-27)
### Bug Fixes
* float conditions are not calculated properly ([#51](https://github.com/microsoft/conversationlearner/issues/51)) ([2870eda](https://github.com/microsoft/conversationlearner/commit/2870edaceb553858e5b7bfc7c769eebc951a6e4f))
## [0.505.1](https://github.com/microsoft/conversationlearner/compare/v0.505.0...v0.505.1) (2020-03-17)

Просмотреть файл

@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.505.1",
"version": "0.505.2",
"command": {
"version": {
"allowBranch": "master",

Просмотреть файл

@ -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.505.2](https://github.com/microsoft/conversationlearner/compare/v0.505.1...v0.505.2) (2020-05-27)
**Note:** Version bump only for package conversationlearner-samples
## [0.505.1](https://github.com/microsoft/conversationlearner/compare/v0.505.0...v0.505.1) (2020-03-17)
**Note:** Version bump only for package conversationlearner-samples

2
packages/samples/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "conversationlearner-samples",
"version": "0.505.1",
"version": "0.505.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "conversationlearner-samples",
"private": true,
"version": "0.505.1",
"version": "0.505.2",
"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.505.1",
"@conversationlearner/sdk": "^0.505.2",
"botbuilder": "4.7.1",
"chalk": "2.4.1",
"convict": "^4.0.2",

Просмотреть файл

@ -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.
## [0.505.2](https://github.com/microsoft/conversationlearner/compare/v0.505.1...v0.505.2) (2020-05-27)
### Bug Fixes
* float conditions are not calculated properly ([#51](https://github.com/microsoft/conversationlearner/issues/51)) ([2870eda](https://github.com/microsoft/conversationlearner/commit/2870edaceb553858e5b7bfc7c769eebc951a6e4f))
## [0.505.1](https://github.com/microsoft/conversationlearner/compare/v0.505.0...v0.505.1) (2020-03-17)
**Note:** Version bump only for package @conversationlearner/sdk

2
packages/sdk/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@conversationlearner/sdk",
"version": "0.505.1",
"version": "0.505.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@conversationlearner/sdk",
"version": "0.505.1",
"version": "0.505.2",
"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.505.0",
"@conversationlearner/ui": "^0.505.1",
"@conversationlearner/ui": "^0.505.2",
"@types/supertest": "2.0.4",
"async-file": "^2.0.2",
"body-parser": "1.18.3",

Просмотреть файл

@ -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.
## [0.505.2](https://github.com/Microsoft/ConversationLearner-UI/compare/v0.505.1...v0.505.2) (2020-05-27)
### Bug Fixes
* float conditions are not calculated properly ([#51](https://github.com/Microsoft/ConversationLearner-UI/issues/51)) ([2870eda](https://github.com/Microsoft/ConversationLearner-UI/commit/2870edaceb553858e5b7bfc7c769eebc951a6e4f))
## [0.505.1](https://github.com/Microsoft/ConversationLearner-UI/compare/v0.505.0...v0.505.1) (2020-03-17)

2
packages/ui/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@conversationlearner/ui",
"version": "0.505.1",
"version": "0.505.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@conversationlearner/ui",
"version": "0.505.1",
"version": "0.505.2",
"description": "Administration user interface for creating, training, and testing bots created using Conversation Learner",
"homepage": "http://localhost:3978/ui",
"keywords": [