Skip to content

Commit

Permalink
Release 0.9.1 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento authored Apr 29, 2021
1 parent c680bd5 commit fa134c9
Show file tree
Hide file tree
Showing 12 changed files with 239 additions and 155 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.9.0",
"version": "0.9.1",
"packages": [
"packages/**"
],
Expand Down
16 changes: 16 additions & 0 deletions packages/vscode-extension-bpmn-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 0.9.1 (alpha)

## New features:

Infrastructure
* [KOGITO-4914](https://issues.redhat.com/browse/KOGITO-4914) - The SVG icon is broken on vscode-insiders

Editors
* [KOGITO-2528](https://issues.redhat.com/browse/KOGITO-2528) - [BPMN] Reuse Data Types across the process

## Fixed issues:

Editors
* [KOGITO-4892](https://issues.redhat.com/browse/KOGITO-4892) - Unable to view service tasks in VS Code on Windows


# 0.9.0 (alpha)

## New features:
Expand Down
14 changes: 7 additions & 7 deletions packages/vscode-extension-bpmn-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "redhat",
"displayName": "BPMN Editor",
"description": "Edit BPMN files",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -17,12 +17,12 @@
"watch": "yarn build-ext"
},
"dependencies": {
"@kogito-tooling/bpmn-editor-unpacked": "7.52.0-Final",
"@kogito-tooling/editor": "0.9.0",
"@kogito-tooling/external-assets-base": "0.9.0",
"@kogito-tooling/kie-bc-editors": "0.9.0",
"@kogito-tooling/patternfly-base": "0.9.0",
"@kogito-tooling/vscode-extension": "0.9.0"
"@kogito-tooling/bpmn-editor-unpacked": "7.53.0-Final",
"@kogito-tooling/editor": "0.9.1",
"@kogito-tooling/external-assets-base": "0.9.1",
"@kogito-tooling/kie-bc-editors": "0.9.1",
"@kogito-tooling/patternfly-base": "0.9.1",
"@kogito-tooling/vscode-extension": "0.9.1"
},
"icon": "icon.png",
"main": "./dist/extension/extension.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/vscode-extension-dmn-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.9.1 (alpha)

## New features:

Infrastructure
* [KOGITO-4914](https://issues.redhat.com/browse/KOGITO-4914) - The SVG icon is broken on vscode-insiders

Editors

--

## Fixed issues:

Editors
* [KOGITO-2197](https://issues.redhat.com/browse/KOGITO-2197) - [Scesim Editor] Bottom scroll bar getting hide
* [KOGITO-3192](https://issues.redhat.com/browse/KOGITO-3192) - [DMN Designer] Multiple DRDs support - The undo/redo are lost when user changes between diagrams
* [KOGITO-4916](https://issues.redhat.com/browse/KOGITO-4916) - [DMN Designer] Error during the save/marshaller of specific diagrams


# 0.9.0 (alpha)

## New features:
Expand Down
16 changes: 8 additions & 8 deletions packages/vscode-extension-dmn-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "redhat",
"displayName": "DMN Editor",
"description": "Edit DMN and Test Scenario files",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -17,13 +17,13 @@
"watch": "yarn build-ext"
},
"dependencies": {
"@kogito-tooling/dmn-editor-unpacked": "7.52.0-Final",
"@kogito-tooling/editor": "0.9.0",
"@kogito-tooling/external-assets-base": "0.9.0",
"@kogito-tooling/kie-bc-editors": "0.9.0",
"@kogito-tooling/patternfly-base": "0.9.0",
"@kogito-tooling/scesim-editor-unpacked": "7.52.0-Final",
"@kogito-tooling/vscode-extension": "0.9.0"
"@kogito-tooling/dmn-editor-unpacked": "7.53.0-Final",
"@kogito-tooling/editor": "0.9.1",
"@kogito-tooling/external-assets-base": "0.9.1",
"@kogito-tooling/kie-bc-editors": "0.9.1",
"@kogito-tooling/patternfly-base": "0.9.1",
"@kogito-tooling/scesim-editor-unpacked": "7.53.0-Final",
"@kogito-tooling/vscode-extension": "0.9.1"
},
"icon": "icon.png",
"main": "./dist/extension/extension.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/vscode-extension-kogito-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.9.1 (alpha)

## New features:

Infrastructure
* [KOGITO-4914](https://issues.redhat.com/browse/KOGITO-4914) - The SVG icon is broken on vscode-insiders

Editors
* [KOGITO-2528](https://issues.redhat.com/browse/KOGITO-2528) - [BPMN] Reuse Data Types across the process

## Fixed issues:

Editors
* [KOGITO-2197](https://issues.redhat.com/browse/KOGITO-2197) - [Scesim Editor] Bottom scroll bar getting hide
* [KOGITO-3192](https://issues.redhat.com/browse/KOGITO-3192) - [DMN Designer] Multiple DRDs support - The undo/redo are lost when user changes between diagrams
* [KOGITO-4892](https://issues.redhat.com/browse/KOGITO-4892) - Unable to view service tasks in VS Code on Windows
* [KOGITO-4916](https://issues.redhat.com/browse/KOGITO-4916) - [DMN Designer] Error during the save/marshaller of specific diagrams


# 0.9.0 (alpha)

## New features:
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension-kogito-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "kie-group",
"displayName": "Kogito Bundle",
"description": "Edit BPMN, DMN and Test Scenario files",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/vscode-extension-pmml-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.9.1 (alpha)

## New features:

--

## Fixed issues:

--


# 0.9.0 (alpha)

## New features:
Expand Down
14 changes: 7 additions & 7 deletions packages/vscode-extension-pmml-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "redhat",
"displayName": "PMML Editor",
"description": "Edit PMML Scorecards",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -17,12 +17,12 @@
"watch": "yarn build-ext"
},
"dependencies": {
"@kogito-tooling/editor": "0.9.0",
"@kogito-tooling/i18n": "0.9.0",
"@kogito-tooling/patternfly-base": "0.9.0",
"@kogito-tooling/pmml-editor": "0.9.0",
"@kogito-tooling/vscode-extension": "0.9.0",
"@kogito-tooling/workspace": "0.9.0"
"@kogito-tooling/editor": "0.9.1",
"@kogito-tooling/i18n": "0.9.1",
"@kogito-tooling/patternfly-base": "0.9.1",
"@kogito-tooling/pmml-editor": "0.9.1",
"@kogito-tooling/vscode-extension": "0.9.1",
"@kogito-tooling/workspace": "0.9.1"
},
"icon": "icon.png",
"main": "./dist/extension/extension.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.9.1 (alpha)

## New features:

Infrastructure
* [KOGITO-4914](https://issues.redhat.com/browse/KOGITO-4914) - The SVG icon is broken on vscode-insiders

Editors
* [KOGITO-2528](https://issues.redhat.com/browse/KOGITO-2528) - [BPMN] Reuse Data Types across the process

## Fixed issues:

Editors
* [KOGITO-2197](https://issues.redhat.com/browse/KOGITO-2197) - [Scesim Editor] Bottom scroll bar getting hide
* [KOGITO-3192](https://issues.redhat.com/browse/KOGITO-3192) - [DMN Designer] Multiple DRDs support - The undo/redo are lost when user changes between diagrams
* [KOGITO-4892](https://issues.redhat.com/browse/KOGITO-4892) - Unable to view service tasks in VS Code on Windows
* [KOGITO-4916](https://issues.redhat.com/browse/KOGITO-4916) - [DMN Designer] Error during the save/marshaller of specific diagrams


# 0.9.0 (alpha)

## New features:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "redhat",
"displayName": "Red Hat Business Automation Bundle",
"description": "Edit BPMN, DMN and Test Scenario files",
"version": "0.9.0",
"version": "0.9.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit fa134c9

Please sign in to comment.