Skip to content

Commit

Permalink
release: 1.2.0 (#4796)
Browse files Browse the repository at this point in the history
* 1.2 changelog

* Notable features

* B&I

* Change version fields

* Adds SDK_PACKAGE_VERSION

Co-authored-by: Andy Brown <asbrown002@gmail.com>
  • Loading branch information
cwhitten and a-b-r-o-w-n committed Nov 13, 2020
1 parent aef39ca commit 8f960dc
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Composer/packages/client/config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ function getClientEnvironment(publicUrl) {
// images into the `src` and `import` them in code to get their paths.
PUBLIC_URL: publicUrl,
GIT_SHA: getGitSha().toString().replace('\n', ''),
SDK_PACKAGE_VERSION: '4.10.2', // TODO: change this when Composer supports custom schema/custom runtime
COMPOSER_VERSION: '1.1.1',
SDK_PACKAGE_VERSION: '4.11.0', // TODO: change this when Composer supports custom schema/custom runtime
COMPOSER_VERSION: '1.2.0',
LOCAL_PUBLISH_PATH:
process.env.LOCAL_PUBLISH_PATH || path.resolve(process.cwd(), '../../../extensions/localPublish/hostedBots'),
}
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/electron-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bfc/electron-server",
"license": "MIT",
"author": "Microsoft Corporation",
"version": "1.1.1",
"version": "1.2.0",
"description": "Electron wrapper around Composer that launches Composer as a desktop application.",
"main": "./build/main.js",
"engines": {
Expand Down
Loading

0 comments on commit 8f960dc

Please sign in to comment.