Skip to content

Commit

Permalink
Switch from pre to normal release
Browse files Browse the repository at this point in the history
  • Loading branch information
haydar-metin committed Jul 15, 2024
1 parent deed42d commit 91fc0ca
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/environments/theia-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "biguml-theia",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion client/packages/uml-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-components",
"version": "0.5.0",
"version": "0.5.1",
"description": "UML-Components",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
4 changes: 2 additions & 2 deletions client/packages/uml-glsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-glsp",
"version": "0.5.0",
"version": "0.5.1",
"description": "UML-GLSP",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@borkdominik-biguml/uml-protocol": "*",
"@eclipse-glsp/client": "next",
"@eclipse-glsp/protocol": "next",
"balloon-css": "^0.5.0",
"balloon-css": "^0.5.1",
"inversify": "^6.0.1",
"reflect-metadata": "^0.1.13",
"snabbdom": "^3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion client/packages/uml-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-protocol",
"version": "0.5.0",
"version": "0.5.1",
"description": "UML-Protocol",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "umldiagram",
"displayName": "bigUML Modeling Tool",
"version": "0.5.0",
"version": "0.5.1",
"description": "Graphical UML Editor",
"categories": [
"Programming Languages",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@borkdominik-biguml/uml-vscode-integration-webview",
"version": "0.5.0",
"version": "0.5.1",
"description": "UML GLSP diagram in a VS Code extensions (WebView part)",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
2 changes: 1 addition & 1 deletion client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1926,7 +1926,7 @@ balanced-match@^1.0.0:
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==

balloon-css@^0.5.0:
balloon-css@^0.5.1:
version "0.5.2"
resolved "https://registry.yarnpkg.com/balloon-css/-/balloon-css-0.5.2.tgz#9e2163565a136c9d4aa20e8400772ce3b738d3ff"
integrity sha512-zheJpzwyNrG4t39vusA67v3BYg1HTVXOF8cErPEHzWK88PEOFwgo6Ea9VHOgOWNMgeuOtFVtB73NE2NWl9uDyQ==
Expand Down

0 comments on commit 91fc0ca

Please sign in to comment.