Skip to content

Commit

Permalink
chore: update versions to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastill committed Jan 28, 2020
1 parent 447f020 commit baa53ad
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .build_tags
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CLI_VERSION=master
CORE_VERSION=v0.9.4
CORE_VERSION=v0.10.1
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flogo-web/server",
"version": "0.9.0",
"version": "0.10.0",
"scripts": {
"start": "node main.js",
"configure-engines": "../../node_modules/.bin/ts-node --project tsconfig.app.json -r tsconfig-paths/register src/configure-engines.ts"
Expand Down
2 changes: 1 addition & 1 deletion libs/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@flogo-web/assets",
"version": "0.9.0"
"version": "0.10.0"
}
2 changes: 1 addition & 1 deletion libs/lib-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flogo-web/lib-client",
"version": "0.9.0",
"version": "0.10.0",
"peerDependencies": {
"@angular/common": "~7.2.10",
"@angular/core": "~7.2.10"
Expand Down
1 change: 0 additions & 1 deletion libs/plugins/flow-client/src/lib/flow.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<svg class="flow-logo" viewBox="-3 -11 48 48" header-role="resource-logo">
<use xlink:href="/assets/svg/plugin-flows.svg#flowIcon"></use>
</svg>
<!--Temporarily removing run flow for v0.9.0-->
<flogo-run-flow
header-role="right-block"
class="flow-debugging"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flogo-web",
"version": "0.9.0",
"version": "0.10.0",
"description": "Web-based design tool for the Project Flogo open source framework",
"license": "BSD-3-Clause",
"private": true,
Expand Down

0 comments on commit baa53ad

Please sign in to comment.