Skip to content

Commit

Permalink
Release 0.3.1 (#128)
Browse files Browse the repository at this point in the history
* Release 0.3.1

* Update VS Code extension README.md

Co-authored-by: Tiago Bento <[email protected]>
Co-authored-by: Tiago Bento <[email protected]>
  • Loading branch information
3 people authored Apr 17, 2020
1 parent fd49eb4 commit 24c059c
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 46 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.3.0",
"version": "0.3.1",
"packages": [
"packages/*"
],
Expand Down
10 changes: 5 additions & 5 deletions packages/chrome-extension-pack-kogito-kie-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "chrome-extension-pack-kogito-kie-editors",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/chrome-extension": "0.3.0",
"@kogito-tooling/kie-bc-editors": "0.3.0",
"@kogito-tooling/microeditor-envelope": "0.3.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.0"
"@kogito-tooling/chrome-extension": "0.3.1",
"@kogito-tooling/kie-bc-editors": "0.3.1",
"@kogito-tooling/microeditor-envelope": "0.3.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.1"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BPMN and DMN Editors :: GitHub Extension",
"version": "0.3.0",
"version": "0.3.1",
"manifest_version": 2,
"description": "KIE Group :: GitHub Extension",
"content_scripts": [
Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "0.3.1",
"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/microeditor-envelope": "0.3.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.0",
"@kogito-tooling/microeditor-envelope": "0.3.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.1",
"@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.3.0",
"version": "0.3.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
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.3.0",
"version": "0.3.1",
"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.3.0",
"@kogito-tooling/kie-bc-editors": "0.3.0",
"@kogito-tooling/microeditor-envelope": "0.3.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.0",
"@kogito-tooling/core-api": "0.3.1",
"@kogito-tooling/kie-bc-editors": "0.3.1",
"@kogito-tooling/microeditor-envelope": "0.3.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.1",
"@patternfly/patternfly": "2.40.2",
"@patternfly/react-core": "3.90.0",
"@patternfly/react-icons": "3.14.7",
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.3.0",
"version": "0.3.1",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand All @@ -10,17 +10,17 @@
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/desktop": "0.3.0",
"@kogito-tooling/desktop": "0.3.1",
"@patternfly/patternfly": "2.40.2",
"@patternfly/react-core": "3.90.0",
"@patternfly/react-icons": "3.14.7",
"@types/react-router": "5.1.1",
"@types/react-router-dom": "5.1.1",
"chrome-extension-pack-kogito-kie-editors": "0.3.0",
"chrome-extension-pack-kogito-kie-editors": "0.3.1",
"electron": "7.1.9",
"react-router": "5.1.1",
"react-router-dom": "5.1.1",
"vscode-extension-pack-kogito-kie-editors": "0.3.0"
"vscode-extension-pack-kogito-kie-editors": "0.3.1"
},
"scripts": {
"start": "electron dist",
Expand Down
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.3.0",
"version": "0.3.1",
"description": "",
"license": "Apache-2.0",
"repository": {
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.3.0",
"version": "0.3.1",
"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.3.0",
"@kogito-tooling/microeditor-envelope": "0.3.0"
"@kogito-tooling/core-api": "0.3.1",
"@kogito-tooling/microeditor-envelope": "0.3.1"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
4 changes: 2 additions & 2 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.3.0",
"version": "0.3.1",
"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.3.0"
"@kogito-tooling/core-api": "0.3.1"
},
"scripts": {
"lint": "tslint -c ../../tslint.json 'src/**/*.{ts,tsx,js,jsx}'",
Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "0.3.1",
"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.3.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.0",
"@kogito-tooling/core-api": "0.3.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.1",
"@patternfly/patternfly": "2.40.2"
},
"scripts": {
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.3.0",
"version": "0.3.1",
"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.3.0",
"@kogito-tooling/kie-bc-editors": "0.3.0",
"@kogito-tooling/microeditor-envelope": "0.3.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.0",
"@kogito-tooling/core-api": "0.3.1",
"@kogito-tooling/kie-bc-editors": "0.3.1",
"@kogito-tooling/microeditor-envelope": "0.3.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.1",
"@octokit/rest": "16.35.0",
"@patternfly/patternfly": "2.40.2",
"@patternfly/react-core": "3.90.0",
Expand Down
33 changes: 32 additions & 1 deletion packages/vscode-extension-pack-kogito-kie-editors/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
BPMN and DMN Editors
--

## Release notes - 0.3.0 (alpha)
## Release notes - 0.3.1 (alpha)

We are happy to announce a fresh new Kogito Tooling release! On this release, we did a lot of improvements and bug fixes.

**NOTE:** Due to some API changes on VSCode Custom Editor API, Undo/Redo and Dirty Indicator are broken on VS Code 1.44.x. We expect that this issue will be solved hopefully on the next VS Code release, in about a month from now. We are tracking the progress of this issue on [KOGITO-1835](https://issues.redhat.com/browse/KOGITO-1835).

Included on this release:

#### VS Code Improvements
- [KOGITO-1778](https://issues.redhat.com/browse/KOGITO-1778) - Adapt to new VSCode API (1.44.0)

#### BPMN Improvements/Bug Fixes
- [KOGITO-1354](https://issues.redhat.com/browse/KOGITO-1354) - Kogito Use realfile name provided by Appformer
- [KOGITO-988](https://issues.redhat.com/browse/KOGITO-988) - Stunner - [VSCode] Support for process metadata attributes
- [KOGITO-1020](https://issues.redhat.com/browse/KOGITO-1020) - VSCode - BPMN modeler support variables tagging
- [KOGITO-279](https://issues.redhat.com/browse/KOGITO-279) - Stunner - you should to deactivate property to save it's value
- [KOGITO-420](https://issues.redhat.com/browse/KOGITO-420) - Text in BPMN doesn't save when there are no changes in the diagram
- [KOGITO-987](https://issues.redhat.com/browse/KOGITO-987) - VsCode editor - process id not saved/updated
- [KOGITO-1183](https://issues.redhat.com/browse/KOGITO-1183) - BPMN2 Imports not working in Kogito
- [KOGITO-1426](https://issues.redhat.com/browse/KOGITO-1426) - Re-enable Resource Content API
- [KOGITO-1505](https://issues.redhat.com/browse/KOGITO-1505) - Stunner - CDATA block missing
- [KOGITO-1529](https://issues.redhat.com/browse/KOGITO-1529) - BPMN Editor - Cannot save a process once a service tasks' attributes are not properly set
- [KOGITO-1607](https://issues.redhat.com/browse/KOGITO-1607) - Mixed bpmn and bpmn2 files in kogito examples
- [KOGITO-1615](https://issues.redhat.com/browse/KOGITO-1615) - Unable to open BPMN examples in kogito bpmn designer
- [KOGITO-1693](https://issues.redhat.com/browse/KOGITO-1693) - Deprecated Float constructor in onboarding-example
- [KOGITO-1694](https://issues.redhat.com/browse/KOGITO-1694) - Inappropriate modules description - onboarding-example
- [KOGITO-1696](https://issues.redhat.com/browse/KOGITO-1696) - Port conflicts in onboarding-example

#### DMN Improvements/Bug Fixes
- [KOGITO-1752](https://issues.redhat.com/browse/KOGITO-1752) - [DMN Designer] Data Types - Drag and Drop does work as expected on Kogito webapps
- [KOGITO-1692](https://issues.redhat.com/browse/KOGITO-1692) - New custom data type can not be added into onboarding-example
- [DROOLS-5243](https://issues.redhat.com/browse/DROOLS-5243) - [DMN Designer] Boxed Expressions - Decision Table - Users cannot insert output columns by using the header
14 changes: 7 additions & 7 deletions packages/vscode-extension-pack-kogito-kie-editors/package.json
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 and DMN Editors",
"description": "",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0",
"enableProposedApi": true,
"engines": {
Expand Down Expand Up @@ -79,11 +79,11 @@
"outputDirectory": "./target"
},
"dependencies": {
"@kogito-tooling/core-api": "0.3.0",
"@kogito-tooling/kie-bc-editors": "0.3.0",
"@kogito-tooling/kie-bc-editors-unpacked": "0.3.0",
"@kogito-tooling/microeditor-envelope": "0.3.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.0",
"@kogito-tooling/vscode-extension": "0.3.0"
"@kogito-tooling/core-api": "0.3.1",
"@kogito-tooling/kie-bc-editors": "0.3.1",
"@kogito-tooling/kie-bc-editors-unpacked": "0.3.1",
"@kogito-tooling/microeditor-envelope": "0.3.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.1",
"@kogito-tooling/vscode-extension": "0.3.1"
}
}
8 changes: 4 additions & 4 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@kogito-tooling/vscode-extension",
"displayName": "KIE :: Kogito Editors",
"description": "",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"outputDirectory": "./target"
},
"dependencies": {
"@kogito-tooling/core-api": "0.3.0",
"@kogito-tooling/microeditor-envelope": "0.3.0",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.0"
"@kogito-tooling/core-api": "0.3.1",
"@kogito-tooling/microeditor-envelope": "0.3.1",
"@kogito-tooling/microeditor-envelope-protocol": "0.3.1"
}
}

0 comments on commit 24c059c

Please sign in to comment.