Skip to content

Commit

Permalink
0.0.4 right this time
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Jun 9, 2021
1 parent 164e2c7 commit c87073e
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 34 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.4-prerelease",
"version": "0.0.4",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true
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.4-prerelease",
"version": "0.0.4",
"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.4-prerelease",
"version": "0.0.4",
"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.4-prerelease",
"version": "0.0.4",
"description": "",
"license": "Apache-2.0",
"repository": {
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"@kie-tooling-core/chrome-extension": "^0.0.4",
"@kogito-tooling/external-assets-base": "0.0.4-prerelease",
"@kogito-tooling/kie-bc-editors": "0.0.4-prerelease"
"@kogito-tooling/external-assets-base": "0.0.4",
"@kogito-tooling/kie-bc-editors": "0.0.4"
},
"scripts": {
"lint": "run-script-if --env KOGITO_TOOLING_BUILD_lint --true-if-empty --then 'yarn eslint ./src --ext .ts,.tsx'",
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.0.4-prerelease",
"version": "0.0.4",
"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/external-assets-base": "0.0.4-prerelease",
"@kogito-tooling/i18n-common-dictionary": "0.0.4-prerelease",
"@kogito-tooling/kie-bc-editors": "0.0.4-prerelease",
"@kogito-tooling/external-assets-base": "0.0.4",
"@kogito-tooling/i18n-common-dictionary": "0.0.4",
"@kogito-tooling/kie-bc-editors": "0.0.4",
"electron": "^12.0.8",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.4-prerelease",
"version": "0.0.4",
"description": "",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 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.4-prerelease",
"version": "0.0.4",
"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/desktop": "0.0.4-prerelease",
"@kogito-tooling/i18n-common-dictionary": "0.0.4-prerelease",
"@kogito-tooling/desktop": "0.0.4",
"@kogito-tooling/i18n-common-dictionary": "0.0.4",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
"electron": "^12.0.6",
Expand Down
2 changes: 1 addition & 1 deletion 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.4-prerelease",
"version": "0.0.4",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 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.4-prerelease",
"version": "0.0.4",
"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/pmml-editor-marshaller": "0.0.4-prerelease"
"@kogito-tooling/pmml-editor-marshaller": "0.0.4"
},
"scripts": {
"lint": "run-script-if --env KOGITO_TOOLING_BUILD_lint --true-if-empty --then 'yarn eslint ./src --ext .ts,.tsx'",
Expand Down
6 changes: 3 additions & 3 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.4-prerelease",
"version": "0.0.4",
"description": "",
"license": "Apache-2.0",
"files": [
Expand All @@ -14,8 +14,8 @@
},
"devDependencies": {
"@kie-tooling-core/editor": "^0.0.4",
"@kogito-tooling/external-assets-base": "0.0.4-prerelease",
"@kogito-tooling/kie-bc-editors": "0.0.4-prerelease"
"@kogito-tooling/external-assets-base": "0.0.4",
"@kogito-tooling/kie-bc-editors": "0.0.4"
},
"scripts": {
"lint": "run-script-if --env KOGITO_TOOLING_BUILD_lint --true-if-empty --then 'yarn eslint ./src --ext .ts,.tsx'",
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.0.4-prerelease",
"version": "0.0.4",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -12,10 +12,10 @@
"dependencies": {
"@kie-tooling-core/editor": "^0.0.4",
"@kie-tooling-core/monaco-editor": "^0.0.4",
"@kogito-tooling/external-assets-base": "0.0.4-prerelease",
"@kogito-tooling/i18n-common-dictionary": "0.0.4-prerelease",
"@kogito-tooling/kie-bc-editors": "0.0.4-prerelease",
"@kogito-tooling/pmml-editor": "0.0.4-prerelease",
"@kogito-tooling/external-assets-base": "0.0.4",
"@kogito-tooling/i18n-common-dictionary": "0.0.4",
"@kogito-tooling/kie-bc-editors": "0.0.4",
"@kogito-tooling/pmml-editor": "0.0.4",
"@octokit/rest": "^18.5.3",
"@types/react-router": "^5.1.14",
"@types/react-router-dom": "^5.1.7",
Expand Down
2 changes: 1 addition & 1 deletion 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.4-prerelease",
"version": "0.0.4",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down
4 changes: 2 additions & 2 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.4-prerelease",
"version": "0.0.4",
"description": "",
"license": "Apache-2.0",
"main": "./dist/editor/index.js",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@kie-tooling-core/monaco-editor": "^0.0.4",
"@kogito-tooling/pmml-editor-marshaller": "0.0.4-prerelease",
"@kogito-tooling/pmml-editor-marshaller": "0.0.4",
"@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/vscode-extension-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-extension-backend",
"displayName": "Backend services for BPMN, DMN and Test Scenario Editors",
"description": "",
"version": "0.0.4-prerelease",
"version": "0.0.4",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.46.0"
Expand Down Expand Up @@ -71,6 +71,6 @@
},
"dependencies": {
"@kie-tooling-core/vscode-extension": "^0.0.4",
"@kogito-tooling/external-assets-base": "0.0.4-prerelease"
"@kogito-tooling/external-assets-base": "0.0.4"
}
}
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, DMN, Test Scenario and (PMML) Scorecard Editors",
"description": "",
"version": "0.0.4-prerelease",
"version": "0.0.4",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.46.0"
Expand Down Expand Up @@ -130,9 +130,9 @@
},
"dependencies": {
"@kie-tooling-core/vscode-extension": "^0.0.4",
"@kogito-tooling/external-assets-base": "0.0.4-prerelease",
"@kogito-tooling/kie-bc-editors": "0.0.4-prerelease",
"@kogito-tooling/pmml-editor": "0.0.4-prerelease",
"@kogito-tooling/external-assets-base": "0.0.4",
"@kogito-tooling/kie-bc-editors": "0.0.4",
"@kogito-tooling/pmml-editor": "0.0.4",
"minimatch": "^3.0.4"
}
}

0 comments on commit c87073e

Please sign in to comment.