Skip to content

Commit

Permalink
started 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jan 10, 2025
1 parent e191743 commit a7abc46
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ List version

Tag

$ git tag -a open-bpmn-vscode-integration-1.1.9 -m "next version"
$ git push origin open-bpmn-vscode-integration-1.1.9
$ git tag -a open-bpmn-vscode-integration-1.1.10 -m "next version"
$ git push origin open-bpmn-vscode-integration-1.1.10

After creating the tag, upgrade the version numbers in the package.json and lerna.json files!

Expand Down
Binary file added extension/open-bpmn-vscode-extension-1.1.10.vsix
Binary file not shown.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-bpmn-vscode-extension",
"displayName": "Open-BPMN",
"version": "1.1.9",
"version": "1.1.10",
"private": "true",
"description": "Free BPMN 2.0 modeling tool to create and edit .bpmn files",
"categories": [
Expand Down Expand Up @@ -162,7 +162,7 @@
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"open-bpmn-vscode-webview": "1.1.9"
"open-bpmn-vscode-webview": "1.1.10"
},
"engines": {
"java": ">=11.0.0",
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": "1.1.9",
"version": "1.1.10",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.9",
"version": "1.1.10",
"private": true,
"scripts": {
"all": "yarn install && yarn lint",
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-bpmn-vscode-webview",
"displayName": "Open-BPMN VSCode Integration Webview",
"version": "1.1.9",
"version": "1.1.10",
"private": "true",
"description": "VS-Code Integration for Open-BPMN",
"keywords": [
Expand Down

0 comments on commit a7abc46

Please sign in to comment.