Skip to content

Commit

Permalink
Bump up version to 0.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta committed Apr 28, 2020
1 parent f4e45c8 commit 3843977
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 47 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_chrome_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
- name: Update Extension
id: update_extension
run: |
curl -vsSLJO https://github.com/kiegroup/kogito-tooling/releases/download/0.4.1/chrome_extension_kogito_kie_editors_0.4.1.zip
curl -sSLJO https://github.com/kiegroup/kogito-tooling/releases/download/0.4.1/chrome_extension_kogito_kie_editors_0.4.1.zip
ls -la
access_token=$(curl -X POST -fsS "https://oauth2.googleapis.com/token" -d "client_id=${{ secrets.CLIENT_ID }}&client_secret=${{ secrets.CLIENT_SECRET }}&refresh_token=${{ secrets.REFRESH_TOKEN }}&grant_type=refresh_token")
uploadResponse=$(curl -X PUT -v "https://www.googleapis.com/upload/chromewebstore/v1.1/items/${{ secrets.EXTENSION_ID }}" -H "Authorization:Bearer ${access_token}" -H "x-goog-api-version:2" -T ./chrome_extension_kogito_kie_editors_0.4.1.zip)
ls -la
uploadResponse=$(curl -X PUT "https://www.googleapis.com/upload/chromewebstore/v1.1/items/dcipajboknkkijobafnillgfmpcibjbi" -H "Authorization:Bearer ${access_token}" -H "x-goog-api-version:2" -T ./chrome_extension_kogito_kie_editors_0.4.1.zip)
ls -la
echo "$uploadResponse"
echo ::set-output name=upload_status::$(echo "$uploadResponse" | jq -r '.uploadState')
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.21",
"version": "0.4.22",
"packages": [
"packages/*"
],
Expand Down
Binary file not shown.
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.4.21",
"version": "0.4.22",
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/kiegroup/kogito-tooling.git"
},
"dependencies": {
"@kogito-tooling/chrome-extension": "0.4.21",
"@kogito-tooling/kie-bc-editors": "0.4.21",
"@kogito-tooling/microeditor-envelope": "0.4.21",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.21"
"@kogito-tooling/chrome-extension": "0.4.22",
"@kogito-tooling/kie-bc-editors": "0.4.22",
"@kogito-tooling/microeditor-envelope": "0.4.22",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.22"
},
"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.4.21",
"version": "0.4.22",
"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.4.21",
"version": "0.4.22",
"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.4.21",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.21",
"@kogito-tooling/microeditor-envelope": "0.4.22",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.22",
"@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.4.21",
"version": "0.4.22",
"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.4.21",
"version": "0.4.22",
"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.4.21",
"@kogito-tooling/kie-bc-editors": "0.4.21",
"@kogito-tooling/microeditor-envelope": "0.4.21",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.21",
"@kogito-tooling/core-api": "0.4.22",
"@kogito-tooling/kie-bc-editors": "0.4.22",
"@kogito-tooling/microeditor-envelope": "0.4.22",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.22",
"@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.4.21",
"version": "0.4.22",
"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.4.21",
"@kogito-tooling/desktop": "0.4.22",
"@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.4.21",
"chrome-extension-pack-kogito-kie-editors": "0.4.22",
"electron": "7.1.9",
"react-router": "5.1.1",
"react-router-dom": "5.1.1",
"vscode-extension-pack-kogito-kie-editors": "0.4.21"
"vscode-extension-pack-kogito-kie-editors": "0.4.22"
},
"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.4.21",
"version": "0.4.22",
"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.4.21",
"version": "0.4.22",
"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.4.21",
"@kogito-tooling/microeditor-envelope": "0.4.21"
"@kogito-tooling/core-api": "0.4.22",
"@kogito-tooling/microeditor-envelope": "0.4.22"
},
"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.4.21",
"version": "0.4.22",
"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.4.21"
"@kogito-tooling/core-api": "0.4.22"
},
"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.4.21",
"version": "0.4.22",
"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.4.21",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.21",
"@kogito-tooling/core-api": "0.4.22",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.22",
"@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.4.21",
"version": "0.4.22",
"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.4.21",
"@kogito-tooling/kie-bc-editors": "0.4.21",
"@kogito-tooling/microeditor-envelope": "0.4.21",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.21",
"@kogito-tooling/core-api": "0.4.22",
"@kogito-tooling/kie-bc-editors": "0.4.22",
"@kogito-tooling/microeditor-envelope": "0.4.22",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.22",
"@octokit/rest": "16.35.0",
"@patternfly/patternfly": "2.40.2",
"@patternfly/react-core": "3.90.0",
Expand Down
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.4.21",
"version": "0.4.22",
"license": "Apache-2.0",
"enableProposedApi": true,
"engines": {
Expand Down Expand Up @@ -79,11 +79,11 @@
"outputDirectory": "./target"
},
"dependencies": {
"@kogito-tooling/core-api": "0.4.21",
"@kogito-tooling/kie-bc-editors": "0.4.21",
"@kogito-tooling/kie-bc-editors-unpacked": "0.4.21",
"@kogito-tooling/microeditor-envelope": "0.4.21",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.21",
"@kogito-tooling/vscode-extension": "0.4.21"
"@kogito-tooling/core-api": "0.4.22",
"@kogito-tooling/kie-bc-editors": "0.4.22",
"@kogito-tooling/kie-bc-editors-unpacked": "0.4.22",
"@kogito-tooling/microeditor-envelope": "0.4.22",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.22",
"@kogito-tooling/vscode-extension": "0.4.22"
}
}
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.4.21",
"version": "0.4.22",
"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.4.21",
"@kogito-tooling/microeditor-envelope": "0.4.21",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.21"
"@kogito-tooling/core-api": "0.4.22",
"@kogito-tooling/microeditor-envelope": "0.4.22",
"@kogito-tooling/microeditor-envelope-protocol": "0.4.22"
}
}

0 comments on commit 3843977

Please sign in to comment.