Skip to content

Commit

Permalink
0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Jun 24, 2021
1 parent 139f97d commit 540e9a7
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 53 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.0.0",
"version": "0.0.15",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.kiegroup.kogito.tooling</groupId>
<artifactId>backend-extended-services</artifactId>
<version>0.0.0</version>
<version>0.0.15</version>
</parent>

<artifactId>kogito-extended-services-quarkus</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions packages/backend-extended-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/backend-extended-services",
"version": "0.0.0",
"version": "0.0.15",
"description": "",
"license": "Apache-2.0",
"repository": {
Expand All @@ -12,7 +12,7 @@
"**/target/*.jar"
],
"dependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.0.15"
},
"scripts": {
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-extended-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>io.github.kiegroup.kogito.tooling</groupId>
<artifactId>backend-extended-services</artifactId>
<packaging>pom</packaging>
<version>0.0.0</version>
<version>0.0.15</version>

<name>Backend Extended Services - Parent</name>
<description>The parent contains all metadata including dependency versions and modules.</description>
Expand Down
2 changes: 1 addition & 1 deletion packages/build-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/build-env",
"version": "0.0.0",
"version": "0.0.15",
"description": "",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BPMN, DMN & Test Scenario Editors for GitHub",
"version": "0.0.0",
"version": "0.0.15",
"manifest_version": 2,
"description": "Visualize and edit BPMN, DMN and Test Scenario files using a graphical editor on GitHub",
"content_scripts": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BPMN, DMN & Test Scenario Editors for GitHub",
"version": "0.0.0",
"version": "0.0.15",
"manifest_version": 2,
"description": "Visualize and edit BPMN, DMN and Test Scenario files using a graphical editor on GitHub",
"content_scripts": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension-pack-kogito-kie-editors",
"version": "0.0.0",
"version": "0.0.15",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -11,9 +11,9 @@
"dependencies": {
"@kie-tooling-core/chrome-extension": "^0.0.9",
"@kie-tooling-core/patternfly-base": "^0.0.9",
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/external-assets-base": "0.0.0",
"@kogito-tooling/kie-bc-editors": "0.0.0"
"@kogito-tooling/build-env": "0.0.15",
"@kogito-tooling/external-assets-base": "0.0.15",
"@kogito-tooling/kie-bc-editors": "0.0.15"
},
"scripts": {
"lint": "yarn run run-script-if --bool \"$(build-env global.build.lint)\" --then \"yarn eslint ./src --ext .ts,.tsx\"",
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.0.0",
"version": "0.0.15",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -12,10 +12,10 @@
},
"dependencies": {
"@kie-tooling-core/patternfly-base": "^0.0.9",
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/external-assets-base": "0.0.0",
"@kogito-tooling/i18n-common-dictionary": "0.0.0",
"@kogito-tooling/kie-bc-editors": "0.0.0",
"@kogito-tooling/build-env": "0.0.15",
"@kogito-tooling/external-assets-base": "0.0.15",
"@kogito-tooling/i18n-common-dictionary": "0.0.15",
"@kogito-tooling/kie-bc-editors": "0.0.15",
"electron": "^12.0.11",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/external-assets-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/external-assets-base",
"version": "0.0.0",
"version": "0.0.15",
"description": "",
"license": "Apache-2.0",
"main": "index.js",
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/build-env": "0.0.15",
"@types/glob": "^7.1.3",
"glob": "^7.1.6"
}
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.0.0",
"version": "0.0.15",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@kie-tooling-core/patternfly-base": "^0.0.9",
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/desktop": "0.0.0",
"@kogito-tooling/i18n-common-dictionary": "0.0.0",
"@kogito-tooling/build-env": "0.0.15",
"@kogito-tooling/desktop": "0.0.15",
"@kogito-tooling/i18n-common-dictionary": "0.0.15",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
"electron": "^12.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n-common-dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/i18n-common-dictionary",
"version": "0.0.0",
"version": "0.0.15",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -26,6 +26,6 @@
},
"dependencies": {
"@kie-tooling-core/i18n": "^0.0.9",
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.0.15"
}
}
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.0.0",
"version": "0.0.15",
"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/build-env": "0.0.0",
"@kogito-tooling/pmml-editor-marshaller": "0.0.0"
"@kogito-tooling/build-env": "0.0.15",
"@kogito-tooling/pmml-editor-marshaller": "0.0.15"
},
"scripts": {
"lint": "yarn run run-script-if --bool \"$(build-env global.build.lint)\" --then \"yarn eslint ./src --ext .ts,.tsx\"",
Expand Down
8 changes: 4 additions & 4 deletions packages/kie-editors-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/kie-editors-standalone",
"version": "0.0.0",
"version": "0.0.15",
"description": "",
"license": "Apache-2.0",
"files": [
Expand All @@ -14,9 +14,9 @@
},
"devDependencies": {
"@kie-tooling-core/editor": "^0.0.9",
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/external-assets-base": "0.0.0",
"@kogito-tooling/kie-bc-editors": "0.0.0"
"@kogito-tooling/build-env": "0.0.15",
"@kogito-tooling/external-assets-base": "0.0.15",
"@kogito-tooling/kie-bc-editors": "0.0.15"
},
"scripts": {
"lint": "yarn run run-script-if --bool \"$(build-env global.build.lint)\" --then \"yarn eslint ./src --ext .ts,.tsx\"",
Expand Down
12 changes: 6 additions & 6 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.0.0",
"version": "0.0.15",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -14,11 +14,11 @@
"@kie-tooling-core/editor": "^0.0.9",
"@kie-tooling-core/monaco-editor": "^0.0.9",
"@kie-tooling-core/patternfly-base": "^0.0.9",
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/external-assets-base": "0.0.0",
"@kogito-tooling/i18n-common-dictionary": "0.0.0",
"@kogito-tooling/kie-bc-editors": "0.0.0",
"@kogito-tooling/pmml-editor": "0.0.0",
"@kogito-tooling/build-env": "0.0.15",
"@kogito-tooling/external-assets-base": "0.0.15",
"@kogito-tooling/i18n-common-dictionary": "0.0.15",
"@kogito-tooling/kie-bc-editors": "0.0.15",
"@kogito-tooling/pmml-editor": "0.0.15",
"@octokit/rest": "^18.5.3",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/pmml-editor-marshaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/pmml-editor-marshaller",
"version": "0.0.0",
"version": "0.0.15",
"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/build-env": "0.0.0",
"@kogito-tooling/build-env": "0.0.15",
"jsonata": "^1.8.3",
"xml-js": "^1.6.11"
},
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.0.0",
"version": "0.0.15",
"description": "",
"license": "Apache-2.0",
"main": "./dist/editor/index.js",
Expand All @@ -17,8 +17,8 @@
"@kie-tooling-core/editor": "^0.0.9",
"@kie-tooling-core/monaco-editor": "^0.0.9",
"@kie-tooling-core/patternfly-base": "^0.0.9",
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/pmml-editor-marshaller": "0.0.0",
"@kogito-tooling/build-env": "0.0.15",
"@kogito-tooling/pmml-editor-marshaller": "0.0.15",
"@types/lodash": "^4.14.168",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/uniforms-patternfly-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/uniforms-patternfly-codegen",
"version": "0.0.0",
"version": "0.0.15",
"description": "",
"license": "Apache-2.0",
"files": [
Expand All @@ -17,7 +17,7 @@
"build:prod": "yarn lint && yarn test && rimraf dist && webpack"
},
"dependencies": {
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/build-env": "0.0.15",
"lodash": "^4.17.21",
"prettier": "^2.2.1",
"uniforms": "3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/vscode-extension-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-extension-backend",
"version": "0.0.0",
"version": "0.0.15",
"private": true,
"displayName": "Backend services for BPMN, DMN and Test Scenario Editors",
"description": "",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@kie-tooling-core/vscode-extension": "^0.0.9",
"@kogito-tooling/backend-extended-services": "0.0.0",
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/backend-extended-services": "0.0.15",
"@kogito-tooling/build-env": "0.0.15"
}
}
10 changes: 5 additions & 5 deletions packages/vscode-extension-pack-kogito-kie-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-extension-pack-kogito-kie-editors",
"version": "0.0.0",
"version": "0.0.15",
"private": true,
"displayName": "BPMN, DMN, Test Scenario and (PMML) Scorecard Editors",
"description": "",
Expand Down Expand Up @@ -130,10 +130,10 @@
"dependencies": {
"@kie-tooling-core/patternfly-base": "^0.0.9",
"@kie-tooling-core/vscode-extension": "^0.0.9",
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/external-assets-base": "0.0.0",
"@kogito-tooling/kie-bc-editors": "0.0.0",
"@kogito-tooling/pmml-editor": "0.0.0",
"@kogito-tooling/build-env": "0.0.15",
"@kogito-tooling/external-assets-base": "0.0.15",
"@kogito-tooling/kie-bc-editors": "0.0.15",
"@kogito-tooling/pmml-editor": "0.0.15",
"minimatch": "^3.0.4"
}
}

0 comments on commit 540e9a7

Please sign in to comment.