Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Roll js package versions to be 1 higher than their release versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceHaley committed Jun 11, 2019
1 parent 11cd3bf commit a716875
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/Chatdown/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/Chatdown/package.json
@@ -1,6 +1,6 @@
{
"name": "chatdown",
"version": "1.2.2",
"version": "1.2.3",
"description": "Tool for parsing chat files and outputting replayable activities",
"main": "lib/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Dispatch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/Dispatch/package.json
@@ -1,6 +1,6 @@
{
"name": "botdispatch",
"version": "1.4.7",
"version": "1.4.8",
"description": "Tool to create LUIS model to dispatch intent among different bot components (multiple LUIS, QnA, etc)",
"scripts": {
"start": "dotnet bin/netcoreapp2.1/Dispatch.dll"
Expand Down
2 changes: 1 addition & 1 deletion packages/LUIS/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/LUIS/package.json
@@ -1,6 +1,6 @@
{
"name": "luis-apis",
"version": "2.5.1",
"version": "2.5.2",
"description": "Tooling for connectivity with LUIS APIs",
"main": "./lib/luisAuthoring.js",
"types": "./typings/lib/luisAuthoring.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/LUISGen/src/npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/LUISGen/src/npm/package.json
@@ -1,6 +1,6 @@
{
"name": "luisgen",
"version": "2.1.2",
"version": "2.1.3",
"description": "LUISGen is a tool for generating C# class or Typescript interface for a LUIS app to make consuming LUIS output easier.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/Ludown/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/Ludown/package.json
@@ -1,6 +1,6 @@
{
"name": "ludown",
"version": "1.3.1",
"version": "1.3.2",
"description": "Command line tool to convert .lu files to LUIS JSON and QnA maker JSON files",
"main": "lib/exports.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/MSBot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/MSBot/package.json
@@ -1,6 +1,6 @@
{
"name": "msbot",
"version": "4.3.5",
"version": "4.3.6",
"description": "MSBot command line tool for manipulating Microsoft Bot Framework .bot files",
"main": "bin/BotConfig.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/QnAMaker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/QnAMaker/package.json
@@ -1,6 +1,6 @@
{
"name": "qnamaker",
"version": "1.3.0",
"version": "1.3.1",
"description": "Tooling for connectivity with the QnA Maker APIs",
"main": "lib/api/index.js",
"bin": {
Expand Down

0 comments on commit a716875

Please sign in to comment.