Skip to content

Commit

Permalink
feat: 1.0.0 (#3090)
Browse files Browse the repository at this point in the history
* 1.0.0

* Don't invoke update script
  • Loading branch information
cwhitten committed May 15, 2020
1 parent ee0006f commit 24efb7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"packages/ui-plugins/*"
],
"scripts": {
"build": "node scripts/update.js && node scripts/begin.js && yarn build:prod && yarn build:plugins",
"build": "node scripts/begin.js && yarn build:prod && yarn build:plugins",
"build:prod": "yarn build:dev && yarn build:server && yarn build:client && yarn build:electron",
"build:dev": "yarn build:lib && yarn build:tools && yarn build:extensions && yarn build:plugins",
"build:lib": "yarn workspace @bfc/libs build:all",
Expand All @@ -40,7 +40,7 @@
"build:plugins:azurePublish": "cd plugins/azurePublish && yarn install && yarn build",
"build:plugins:azureFunctionsPublish": "cd plugins/azureFunctionsPublish && yarn install && yarn build",
"start": "cross-env NODE_ENV=production PORT=3000 yarn start:server",
"startall": "node scripts/update.js && yarn start",
"startall": "yarn start",
"start:dev": "concurrently \"npm:start:client\" \"npm:start:server:dev\"",
"start:client": "yarn workspace @bfc/client start",
"start:server": "yarn workspace @bfc/server start",
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/client/config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function getClientEnvironment(publicUrl) {
.toString()
.replace('\n', ''),
SDK_PACKAGE_VERSION: '4.9.1', // TODO: change this when Composer supports custom schema/custom runtime
COMPOSER_VERSION: '0.0.4',
COMPOSER_VERSION: '1.0.0',
LOCAL_PUBLISH_PATH:
process.env.LOCAL_PUBLISH_PATH || path.resolve(process.cwd(), '../../plugins/localPublish/hostedBots'),
}
Expand Down

0 comments on commit 24efb7b

Please sign in to comment.