Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovmr committed Jul 6, 2020
1 parent d3fdc9a commit 63d4c63
Show file tree
Hide file tree
Showing 22 changed files with 101 additions and 89 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.5.2",
"version": "0.6.0",
"packages": [
"packages/*"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BPMN, DMN and Test Scenario Editors for Github",
"version": "0.5.2",
"version": "0.6.0",
"manifest_version": 2,
"description": "Visualize and edit BPMN, DMN and Test Scenario files using a graphical editor on GitHub",
"content_scripts": [
Expand All @@ -22,9 +22,7 @@
"48": "resources/icon_48.png",
"128": "resources/icon_128.png"
},
"browser_action": {
"default_icon": "resources/icon_16.png"
},
"browser_action": { "default_icon": "resources/icon_16.png" },
"background": { "scripts": ["background.js"], "persistent": true },
"web_accessible_resources": ["resources/*"],
"permissions": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BPMN, DMN and Test Scenario Editors for Github",
"version": "0.5.2",
"version": "0.6.0",
"manifest_version": 2,
"description": "Visualize and edit BPMN, DMN and Test Scenario files using a graphical editor on GitHub",
"content_scripts": [
Expand All @@ -22,9 +22,7 @@
"48": "resources/icon_48.png",
"128": "resources/icon_128.png"
},
"browser_action": {
"default_icon": "resources/icon_16.png"
},
"browser_action": { "default_icon": "resources/icon_16.png" },
"background": { "scripts": ["background.js"], "persistent": true },
"web_accessible_resources": ["resources/*"],
"permissions": [
Expand Down
12 changes: 6 additions & 6 deletions packages/chrome-extension-pack-kogito-kie-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "chrome-extension-pack-kogito-kie-editors",
"version": "0.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/chrome-extension": "0.5.2",
"@kogito-tooling/kie-bc-editors": "0.5.2",
"@kogito-tooling/microeditor-envelope": "0.5.2",
"@kogito-tooling/microeditor-envelope-protocol": "0.5.2",
"@kogito-tooling/patternfly-base": "0.5.2"
"@kogito-tooling/chrome-extension": "0.6.0",
"@kogito-tooling/kie-bc-editors": "0.6.0",
"@kogito-tooling/microeditor-envelope": "0.6.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.6.0",
"@kogito-tooling/patternfly-base": "0.6.0"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
4 changes: 2 additions & 2 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.5.2",
"version": "0.6.0",
"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/embedded-editor": "0.5.2",
"@kogito-tooling/embedded-editor": "0.6.0",
"@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.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down
8 changes: 4 additions & 4 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.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -10,9 +10,9 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.5.2",
"@kogito-tooling/embedded-editor": "0.5.2",
"@kogito-tooling/patternfly-base": "0.5.2",
"@kogito-tooling/core-api": "0.6.0",
"@kogito-tooling/embedded-editor": "0.6.0",
"@kogito-tooling/patternfly-base": "0.6.0",
"electron": "7.1.9",
"react-router": "5.1.1",
"react-router-dom": "5.1.1"
Expand Down
14 changes: 7 additions & 7 deletions packages/embedded-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/embedded-editor",
"version": "0.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -13,12 +13,12 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.5.2",
"@kogito-tooling/guided-tour": "0.5.2",
"@kogito-tooling/kie-bc-editors": "0.5.2",
"@kogito-tooling/microeditor-envelope": "0.5.2",
"@kogito-tooling/microeditor-envelope-protocol": "0.5.2",
"@kogito-tooling/patternfly-base": "0.5.2"
"@kogito-tooling/core-api": "0.6.0",
"@kogito-tooling/guided-tour": "0.6.0",
"@kogito-tooling/kie-bc-editors": "0.6.0",
"@kogito-tooling/microeditor-envelope": "0.6.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.6.0",
"@kogito-tooling/patternfly-base": "0.6.0"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
6 changes: 3 additions & 3 deletions packages/guided-tour/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/guided-tour",
"version": "0.5.2",
"version": "0.6.0",
"description": "Guided Tour component",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand All @@ -15,9 +15,9 @@
"start": "rm -rf dist && webpack --watch"
},
"peerDependencies": {
"@kogito-tooling/patternfly-base": "0.5.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"@kogito-tooling/patternfly-base": "0.5.2"
"react-dom": "16.12.0"
},
"presets": [
"@babel/preset-env",
Expand Down
10 changes: 5 additions & 5 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.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -10,15 +10,15 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/desktop": "0.5.2",
"@kogito-tooling/patternfly-base": "0.5.2",
"@kogito-tooling/desktop": "0.6.0",
"@kogito-tooling/patternfly-base": "0.6.0",
"@types/react-router": "5.1.1",
"@types/react-router-dom": "5.1.1",
"chrome-extension-pack-kogito-kie-editors": "0.5.2",
"chrome-extension-pack-kogito-kie-editors": "0.6.0",
"electron": "7.1.9",
"react-router": "5.1.1",
"react-router-dom": "5.1.1",
"vscode-extension-pack-kogito-kie-editors": "0.5.2"
"vscode-extension-pack-kogito-kie-editors": "0.6.0"
},
"scripts": {
"start": "electron dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/keyboard-shortcuts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/keyboard-shortcuts",
"version": "0.5.2",
"version": "0.6.0",
"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.5.2"
"@kogito-tooling/core-api": "0.6.0"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand All @@ -31,4 +31,4 @@
"jest-junit": {
"outputDirectory": "./target"
}
}
}
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.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/kie-bc-editors-unpacked/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
</repositories>

<properties>
<version.dmn.webapp>7.40.0-SNAPSHOT</version.dmn.webapp>
<version.bpmn.webapp>7.40.0-SNAPSHOT</version.bpmn.webapp>
<version.scesim.webapp>7.40.0-SNAPSHOT</version.scesim.webapp>
<version.dmn.webapp>7.40.0.20200703</version.dmn.webapp>
<version.bpmn.webapp>7.40.0.20200703</version.bpmn.webapp>
<version.scesim.webapp>7.40.0.20200703</version.scesim.webapp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

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.5.2",
"version": "0.6.0",
"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.5.2",
"@kogito-tooling/microeditor-envelope": "0.5.2"
"@kogito-tooling/core-api": "0.6.0",
"@kogito-tooling/microeditor-envelope": "0.6.0"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
6 changes: 3 additions & 3 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.5.2",
"version": "0.6.0",
"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.5.2",
"@kogito-tooling/guided-tour": "0.5.2"
"@kogito-tooling/core-api": "0.6.0",
"@kogito-tooling/guided-tour": "0.6.0"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
12 changes: 6 additions & 6 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.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -13,11 +13,11 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.5.2",
"@kogito-tooling/keyboard-shortcuts": "0.5.2",
"@kogito-tooling/guided-tour": "0.5.2",
"@kogito-tooling/microeditor-envelope-protocol": "0.5.2",
"@kogito-tooling/patternfly-base": "0.5.2"
"@kogito-tooling/core-api": "0.6.0",
"@kogito-tooling/guided-tour": "0.6.0",
"@kogito-tooling/keyboard-shortcuts": "0.6.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.6.0",
"@kogito-tooling/patternfly-base": "0.6.0"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
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.5.2",
"version": "0.6.0",
"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.5.2",
"@kogito-tooling/guided-tour": "0.5.2",
"@kogito-tooling/embedded-editor": "0.5.2",
"@kogito-tooling/patternfly-base": "0.5.2",
"@kogito-tooling/core-api": "0.6.0",
"@kogito-tooling/embedded-editor": "0.6.0",
"@kogito-tooling/guided-tour": "0.6.0",
"@kogito-tooling/patternfly-base": "0.6.0",
"@octokit/rest": "16.35.0",
"@types/react-router": "5.1.1",
"@types/react-router-dom": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/patternfly-base",
"version": "0.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/pmml-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/pmml-editor",
"version": "0.5.2",
"version": "0.6.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -10,8 +10,8 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/core-api": "0.5.2",
"@kogito-tooling/patternfly-base": "0.5.2",
"@kogito-tooling/core-api": "0.6.0",
"@kogito-tooling/patternfly-base": "0.6.0",
"@types/react-router": "5.1.1",
"@types/react-router-dom": "5.1.1",
"jsonata": "^1.8.3",
Expand Down
Loading

0 comments on commit 63d4c63

Please sign in to comment.