Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haydar-metin committed Jan 9, 2025
1 parent 5fc33ff commit 9799498
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 81 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

---

## [v0.6.2 - 2025-01-09](https://github.com/borkdominik/bigUML/releases/tag/v0.6.2)

## What's Changed

- Fix UMLModelMigrator.java by @sschwantler in https://github.com/borkdominik/bigUML/pull/175

## [v0.6.1 - 2025-01-03](https://github.com/borkdominik/bigUML/releases/tag/v0.6.2)

## What's Changed

- Introduce model migration by @haydar-metin in https://github.com/borkdominik/bigUML/pull/173

## [v0.6.0 - 2024-12-05](https://github.com/borkdominik/bigUML/releases/tag/v0.6.0)

## What's Changed
Expand Down
75 changes: 0 additions & 75 deletions client/environments/theia-app/package.json

This file was deleted.

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.6.1",
"version": "0.6.2",
"description": "UML-Components",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.1",
"version": "0.6.2",
"description": "UML-GLSP",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
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.6.1",
"version": "0.6.2",
"description": "UML-Protocol",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
6 changes: 4 additions & 2 deletions client/packages/uml-vscode-integration/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "umldiagram",
"displayName": "bigUML Modeling Tool",
"version": "0.6.1",
"version": "0.6.2",
"description": "Graphical UML Editor",
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -56,6 +56,8 @@
"vscode:package": "vsce package --yarn",
"vscode:package-pre": "yarn vscode:package --pre-release",
"vscode:prepublish": "yarn build:prod",
"vscode:release": "vsce publish --yarn",
"vscode:release-pre": "vsce publish --pre-release --yarn",
"watch": "yarn build --watch"
},
"contributes": {
Expand Down Expand Up @@ -301,7 +303,7 @@
"engines": {
"vscode": "^1.63.0"
},
"icon": "./resources/logo.png",
"icon": "resources/logo.png",
"galleryBanner": {
"color": "#1d1d1d",
"theme": "dark"
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.6.1",
"version": "0.6.2",
"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

0 comments on commit 9799498

Please sign in to comment.