Skip to content

Commit

Permalink
Version 0.6.1 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydar-metin authored Jan 3, 2025
1 parent 5b2ba15 commit 09fe057
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file.

---

## [v0.x.x - Unreleased]

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

## What's Changed

- Use bigGLSP-framework and remove the modelserver by @haydar-metin in https://github.com/borkdominik/bigUML/pull/156
- Migrate use case / information flow / package diagram by @haydar-metin in https://github.com/borkdominik/bigUML/pull/157
- Migrate communication / deployment / activity / state machine diagram by @haydar-metin in https://github.com/borkdominik/bigUML/pull/163
- Fix maven build by @haydar-metin in https://github.com/borkdominik/bigUML/pull/165
- Switch builder to gradle by @haydar-metin in https://github.com/borkdominik/bigUML/pull/166
- Introduce minimap by @haydar-metin in https://github.com/borkdominik/bigUML/pull/167
- Streamline extension webview provider through connection classes by @haydar-metin in https://github.com/borkdominik/bigUML/pull/168
- Add model resources action by @haydar-metin in https://github.com/borkdominik/bigUML/pull/169

## [v0.5.0 - 2024-02-13](https://github.com/borkdominik/bigUML/releases/tag/v0.5.0)

Expand Down
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.6.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.6.1",
"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.5.0",
"version": "0.6.1",
"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.5.0",
"version": "0.6.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.6.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.6.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

0 comments on commit 09fe057

Please sign in to comment.