Skip to content

Commit

Permalink
Bump version to 0.4.1 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento authored Apr 9, 2020
1 parent 57ddb4d commit c52f51e
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.0",
"version": "0.4.1",
"packages": [
"packages/*"
],
Expand Down
10 changes: 5 additions & 5 deletions packages/chrome-extension-pack-kogito-kie-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "chrome-extension-pack-kogito-kie-editors",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/chrome-extension": "0.4.0",
"@kogito-tooling/kie-bc-editors": "0.4.0",
"@kogito-tooling/microeditor-envelope": "0.4.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.0"
"@kogito-tooling/chrome-extension": "0.4.1",
"@kogito-tooling/kie-bc-editors": "0.4.1",
"@kogito-tooling/microeditor-envelope": "0.4.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.1"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BPMN and DMN Editors :: GitHub Extension",
"version": "0.4.0",
"version": "0.4.1",
"manifest_version": 2,
"description": "KIE Group :: GitHub Extension",
"content_scripts": [
Expand Down
6 changes: 3 additions & 3 deletions packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/chrome-extension",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -13,8 +13,8 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/microeditor-envelope": "0.4.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.0",
"@kogito-tooling/microeditor-envelope": "0.4.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.1",
"@octokit/rest": "16.35.0",
"@types/chrome": "0.0.81",
"minimatch": "3.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/core-api",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/desktop",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -10,10 +10,10 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.4.0",
"@kogito-tooling/kie-bc-editors": "0.4.0",
"@kogito-tooling/microeditor-envelope": "0.4.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.0",
"@kogito-tooling/core-api": "0.4.1",
"@kogito-tooling/kie-bc-editors": "0.4.1",
"@kogito-tooling/microeditor-envelope": "0.4.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.1",
"@patternfly/patternfly": "2.40.2",
"@patternfly/react-core": "3.90.0",
"@patternfly/react-icons": "3.14.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/hub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/hub",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -10,17 +10,17 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/desktop": "0.4.0",
"@kogito-tooling/desktop": "0.4.1",
"@patternfly/patternfly": "2.40.2",
"@patternfly/react-core": "3.90.0",
"@patternfly/react-icons": "3.14.7",
"@types/react-router": "5.1.1",
"@types/react-router-dom": "5.1.1",
"chrome-extension-pack-kogito-kie-editors": "0.4.0",
"chrome-extension-pack-kogito-kie-editors": "0.4.1",
"electron": "7.1.9",
"react-router": "5.1.1",
"react-router-dom": "5.1.1",
"vscode-extension-pack-kogito-kie-editors": "0.4.0"
"vscode-extension-pack-kogito-kie-editors": "0.4.1"
},
"scripts": {
"start": "electron dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/kie-bc-editors-unpacked/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/kie-bc-editors-unpacked",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/kie-bc-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/kie-bc-editors",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -13,8 +13,8 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.4.0",
"@kogito-tooling/microeditor-envelope": "0.4.0"
"@kogito-tooling/core-api": "0.4.1",
"@kogito-tooling/microeditor-envelope": "0.4.1"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
4 changes: 2 additions & 2 deletions packages/microeditor-envelope-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/microeditor-envelope-protocol",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.4.0"
"@kogito-tooling/core-api": "0.4.1"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
6 changes: 3 additions & 3 deletions packages/microeditor-envelope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/microeditor-envelope",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -13,8 +13,8 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.4.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.0",
"@kogito-tooling/core-api": "0.4.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.1",
"@patternfly/patternfly": "2.40.2"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/online-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/online-editor",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -10,10 +10,10 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.4.0",
"@kogito-tooling/kie-bc-editors": "0.4.0",
"@kogito-tooling/microeditor-envelope": "0.4.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.0",
"@kogito-tooling/core-api": "0.4.1",
"@kogito-tooling/kie-bc-editors": "0.4.1",
"@kogito-tooling/microeditor-envelope": "0.4.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.1",
"@octokit/rest": "16.35.0",
"@patternfly/patternfly": "2.40.2",
"@patternfly/react-core": "3.90.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/vscode-extension-pack-kogito-kie-editors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-extension-pack-kogito-kie-editors",
"displayName": "BPMN and DMN Editors",
"description": "",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"enableProposedApi": true,
"engines": {
Expand Down Expand Up @@ -79,11 +79,11 @@
"outputDirectory": "./target"
},
"dependencies": {
"@kogito-tooling/core-api": "0.4.0",
"@kogito-tooling/kie-bc-editors": "0.4.0",
"@kogito-tooling/kie-bc-editors-unpacked": "0.4.0",
"@kogito-tooling/microeditor-envelope": "0.4.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.0",
"@kogito-tooling/vscode-extension": "0.4.0"
"@kogito-tooling/core-api": "0.4.1",
"@kogito-tooling/kie-bc-editors": "0.4.1",
"@kogito-tooling/kie-bc-editors-unpacked": "0.4.1",
"@kogito-tooling/microeditor-envelope": "0.4.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.1",
"@kogito-tooling/vscode-extension": "0.4.1"
}
}
8 changes: 4 additions & 4 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kogito-tooling/vscode-extension",
"displayName": "KIE :: Kogito Editors",
"description": "",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"outputDirectory": "./target"
},
"dependencies": {
"@kogito-tooling/core-api": "0.4.0",
"@kogito-tooling/microeditor-envelope": "0.4.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.0"
"@kogito-tooling/core-api": "0.4.1",
"@kogito-tooling/microeditor-envelope": "0.4.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.1"
}
}

0 comments on commit c52f51e

Please sign in to comment.