Skip to content

Commit

Permalink
Set version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Aug 16, 2021
1 parent 558f828 commit b72167f
Show file tree
Hide file tree
Showing 45 changed files with 173 additions and 175 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.12.0",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@kie-tooling-core/run-script-if": "0.0.0",
"@kie/npm-treatment-tool": "^1.1.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
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.12.0</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.12.0",
"description": "",
"license": "Apache-2.0",
"repository": {
Expand All @@ -12,7 +12,7 @@
"**/target/*.jar"
],
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
},
"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.12.0</version>

<name>Backend Extended Services - Parent</name>
<description>The parent contains all metadata including dependency versions and modules.</description>
Expand Down
10 changes: 5 additions & 5 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kie-tooling-core/backend",
"version": "0.0.0",
"version": "0.12.0",
"description": "",
"license": "Apache-2.0",
"files": [
Expand All @@ -12,15 +12,15 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kie-tooling-core/i18n": "0.0.0",
"@kie-tooling-core/notifications": "0.0.0",
"@kie-tooling-core/workspace": "0.0.0",
"@kie-tooling-core/i18n": "0.12.0",
"@kie-tooling-core/notifications": "0.12.0",
"@kie-tooling-core/workspace": "0.12.0",
"axios": "^0.21.1",
"fast-xml-parser": "^3.17.4",
"portfinder": "^1.0.27"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
},
"scripts": {
"lint": "yarn run run-script-if --bool \"$(build-env global.build.lint)\" --then \"yarn eslint ./src --ext .ts,.tsx\"",
Expand Down
6 changes: 3 additions & 3 deletions packages/build-env/graph.dot
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ digraph G {
"@kie-tooling-core/keyboard-shortcuts" [ style = "rounded", color = "purple", fontcolor = "purple" ];
"@kie-tooling-core/envelope-bus" [ style = "rounded", color = "purple", fontcolor = "purple" ];
"@kogito-tooling/form-generation-tool" [ style = "rounded", color = "blue", fontcolor = "blue" ];
"@kogito-tooling/uniforms-patternfly-codegen" [ style = "rounded", color = "blue", fontcolor = "blue" ];
"@kogito-tooling/uniforms-bootstrap4-codegen" [ style = "rounded", color = "blue", fontcolor = "blue" ];
"@kogito-tooling/uniforms-patternfly-codegen" [ style = "rounded", color = "blue", fontcolor = "blue" ];
"@kie-tooling-core/i18n" [ style = "rounded", color = "purple", fontcolor = "purple" ];
"@kogito-tooling/hub" [ color = "black", fontcolor = "black", style = "dashed, rounded" ];
"@kie-tooling-core/operating-system" [ style = "rounded", color = "purple", fontcolor = "purple" ];
Expand Down Expand Up @@ -63,8 +63,8 @@ digraph G {
"@kogito-tooling/external-assets-base" -> "@kogito-tooling/build-env" [ style = "dashed" ];
"@kogito-tooling/form" -> "@kie-tooling-core/notifications" [ style = "solid" ];
"@kogito-tooling/form" -> "@kogito-tooling/i18n-common-dictionary" [ style = "solid" ];
"@kogito-tooling/form-generation-tool" -> "@kogito-tooling/uniforms-patternfly-codegen" [ style = "solid" ];
"@kogito-tooling/form-generation-tool" -> "@kogito-tooling/uniforms-bootstrap4-codegen" [ style = "solid" ];
"@kogito-tooling/form-generation-tool" -> "@kogito-tooling/uniforms-patternfly-codegen" [ style = "solid" ];
"@kie-tooling-core/guided-tour" -> "@kie-tooling-core/envelope-bus" [ style = "solid" ];
"@kie-tooling-core/guided-tour" -> "@kie-tooling-core/i18n" [ style = "solid" ];
"@kie-tooling-core/guided-tour" -> "@kie-tooling-core/patternfly-base" [ style = "solid" ];
Expand All @@ -73,8 +73,8 @@ digraph G {
"@kogito-tooling/i18n-common-dictionary" -> "@kie-tooling-core/i18n" [ style = "solid" ];
"@kie-tooling-core/keyboard-shortcuts" -> "@kie-tooling-core/envelope-bus" [ style = "solid" ];
"@kie-tooling-core/keyboard-shortcuts" -> "@kie-tooling-core/operating-system" [ style = "solid" ];
"@kogito-tooling/kie-bc-editors" -> "@kogito-tooling/pmml-editor-marshaller" [ style = "solid" ];
"@kogito-tooling/kie-bc-editors" -> "@kie-tooling-core/editor" [ style = "solid" ];
"@kogito-tooling/kie-bc-editors" -> "@kogito-tooling/pmml-editor-marshaller" [ style = "solid" ];
"@kogito-tooling/kie-editors-standalone" -> "@kogito-tooling/kie-bc-editors" [ style = "solid" ];
"@kogito-tooling/kie-editors-standalone" -> "@kogito-tooling/external-assets-base" [ style = "dashed" ];
"@kie-tooling-core/monaco-editor" -> "@kogito-tooling/build-env" [ style = "dashed" ];
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.12.0",
"private": true,
"description": "",
"license": "Apache-2.0",
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.12.0",
"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.12.0",
"manifest_version": 2,
"description": "Visualize and edit BPMN, DMN and Test Scenario files using a graphical editor on GitHub",
"content_scripts": [
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,6 +1,6 @@
{
"name": "chrome-extension-pack-kogito-kie-editors",
"version": "0.0.0",
"version": "0.12.0",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -9,13 +9,13 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kie-tooling-core/chrome-extension": "0.0.0",
"@kie-tooling-core/patternfly-base": "0.0.0",
"@kogito-tooling/kie-bc-editors": "0.0.0"
"@kie-tooling-core/chrome-extension": "0.12.0",
"@kie-tooling-core/patternfly-base": "0.12.0",
"@kogito-tooling/kie-bc-editors": "0.12.0"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/external-assets-base": "0.0.0"
"@kogito-tooling/build-env": "0.12.0",
"@kogito-tooling/external-assets-base": "0.12.0"
},
"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/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kie-tooling-core/chrome-extension",
"version": "0.0.0",
"version": "0.12.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -15,16 +15,16 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kie-tooling-core/editor": "0.0.0",
"@kie-tooling-core/i18n": "0.0.0",
"@kie-tooling-core/patternfly-base": "0.0.0",
"@kie-tooling-core/editor": "0.12.0",
"@kie-tooling-core/i18n": "0.12.0",
"@kie-tooling-core/patternfly-base": "0.12.0",
"@octokit/rest": "^18.5.3",
"minimatch": "^3.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
},
"scripts": {
"lint": "yarn run run-script-if --bool \"$(build-env global.build.lint)\" --then \"yarn eslint ./src --ext .ts,.tsx\"",
Expand Down
13 changes: 6 additions & 7 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.12.0",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -11,17 +11,16 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kie-tooling-core/patternfly-base": "0.0.0",
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/i18n-common-dictionary": "0.0.0",
"@kogito-tooling/kie-bc-editors": "0.0.0",
"@kie-tooling-core/patternfly-base": "0.12.0",
"@kogito-tooling/i18n-common-dictionary": "0.12.0",
"@kogito-tooling/kie-bc-editors": "0.12.0",
"electron": "^12.0.11",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0",
"@kogito-tooling/external-assets-base": "0.0.0"
"@kogito-tooling/build-env": "0.12.0",
"@kogito-tooling/external-assets-base": "0.12.0"
},
"scripts": {
"start": "electron dist --disable-gpu",
Expand Down
8 changes: 4 additions & 4 deletions packages/dmn-dev-sandbox-deployment-base-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/dmn-dev-sandbox-deployment-base-image",
"version": "0.0.0",
"version": "0.12.0",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -19,10 +19,10 @@
"build:prod": "yarn cleanup && yarn install:mvnw && yarn copy:assets && run-script-os"
},
"dependencies": {
"@kogito-tooling/dmn-dev-sandbox-form-webapp": "0.0.0",
"@kogito-tooling/dmn-json-schema-generator": "0.0.0"
"@kogito-tooling/dmn-dev-sandbox-form-webapp": "0.12.0",
"@kogito-tooling/dmn-json-schema-generator": "0.12.0"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
}
}
10 changes: 5 additions & 5 deletions packages/dmn-dev-sandbox-form-webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/dmn-dev-sandbox-form-webapp",
"version": "0.0.0",
"version": "0.12.0",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -11,16 +11,16 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kie-tooling-core/patternfly-base": "0.0.0",
"@kogito-tooling/form": "0.0.0",
"@kogito-tooling/i18n-common-dictionary": "0.0.0",
"@kie-tooling-core/patternfly-base": "0.12.0",
"@kogito-tooling/form": "0.12.0",
"@kogito-tooling/i18n-common-dictionary": "0.12.0",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
},
"scripts": {
"lint": "yarn run run-script-if --bool \"$(build-env global.build.lint)\" --then \"yarn eslint ./src --ext .ts,.tsx\"",
Expand Down
4 changes: 2 additions & 2 deletions packages/dmn-json-schema-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kogito-tooling/dmn-json-schema-generator",
"version": "0.0.0",
"version": "0.12.0",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -9,7 +9,7 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
},
"scripts": {
"powershell": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command",
Expand Down
2 changes: 1 addition & 1 deletion packages/dmn-json-schema-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>org.kie.kogito</groupId>
<artifactId>dmn-json-schema-generator</artifactId>
<version>0.0.0</version>
<version>0.12.0</version>
<packaging>jar</packaging>

<name>DMN Form Schema Generator</name>
Expand Down
22 changes: 11 additions & 11 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kie-tooling-core/editor",
"version": "0.0.0",
"version": "0.12.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -14,20 +14,20 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kie-tooling-core/backend": "0.0.0",
"@kie-tooling-core/envelope": "0.0.0",
"@kie-tooling-core/envelope-bus": "0.0.0",
"@kie-tooling-core/guided-tour": "0.0.0",
"@kie-tooling-core/i18n": "0.0.0",
"@kie-tooling-core/keyboard-shortcuts": "0.0.0",
"@kie-tooling-core/notifications": "0.0.0",
"@kie-tooling-core/patternfly-base": "0.0.0",
"@kie-tooling-core/workspace": "0.0.0",
"@kie-tooling-core/backend": "0.12.0",
"@kie-tooling-core/envelope": "0.12.0",
"@kie-tooling-core/envelope-bus": "0.12.0",
"@kie-tooling-core/guided-tour": "0.12.0",
"@kie-tooling-core/i18n": "0.12.0",
"@kie-tooling-core/keyboard-shortcuts": "0.12.0",
"@kie-tooling-core/notifications": "0.12.0",
"@kie-tooling-core/patternfly-base": "0.12.0",
"@kie-tooling-core/workspace": "0.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
},
"scripts": {
"lint": "yarn run run-script-if --bool \"$(build-env global.build.lint)\" --then \"yarn eslint ./src --ext .ts,.tsx\"",
Expand Down
4 changes: 2 additions & 2 deletions packages/envelope-bus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kie-tooling-core/envelope-bus",
"version": "0.0.0",
"version": "0.12.0",
"description": "",
"license": "Apache-2.0",
"files": [
Expand All @@ -24,7 +24,7 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
},
"babel": {
"presets": [
Expand Down
6 changes: 3 additions & 3 deletions packages/envelope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kie-tooling-core/envelope",
"version": "0.0.0",
"version": "0.12.0",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -14,12 +14,12 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kie-tooling-core/envelope-bus": "0.0.0",
"@kie-tooling-core/envelope-bus": "0.12.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
},
"scripts": {
"lint": "yarn run run-script-if --bool \"$(build-env global.build.lint)\" --then \"yarn eslint ./src --ext .ts,.tsx\"",
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.12.0",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand All @@ -19,6 +19,6 @@
"glob": "^7.1.6"
},
"devDependencies": {
"@kogito-tooling/build-env": "0.0.0"
"@kogito-tooling/build-env": "0.12.0"
}
}
Loading

0 comments on commit b72167f

Please sign in to comment.