Skip to content

Commit

Permalink
Update changelog and versions (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
haydar-metin authored Feb 13, 2024
1 parent b2fc87b commit deed42d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,20 @@ All notable changes to this project will be documented in this file.

## [v0.x.x - Unreleased]

-

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

### What's Changed

## [v0.4.0 - 2023-10-01](https://github.com/borkdominik/bigUML/releases/tag/v0.4.0
- Introduce label autocomplete with generic approach by @haydar-metin in https://github.com/borkdominik/bigUML/pull/146
- Allow to export diagrams as SVGs by @haydar-metin in https://github.com/borkdominik/bigUML/pull/147
- Add sequence diagram by @haydar-metin, @simowaves in https://github.com/borkdominik/bigUML/pull/149
- Update GLSP to 2.0.0 and introduce initial CDK by @haydar-metin in https://github.com/borkdominik/bigUML/pull/152
- Fix various bugs of diagrams by @haydar-metin in https://github.com/borkdominik/bigUML/pull/153
- Update to GLSP-Client 2.1.0 & enable accessibility features by @haydar-metin in https://github.com/borkdominik/bigUML/pull/154

## [v0.4.0 - 2023-10-01](https://github.com/borkdominik/bigUML/releases/tag/v0.4.0)

### What's Changed

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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"description": "UML-Protocol",
"homepage": "https://github.com/borkdominik/bigUML",
"bugs": "https://github.com/borkdominik/bigUML/issues",
Expand Down
1 change: 1 addition & 0 deletions client/packages/uml-vscode-integration/extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Currently, **bigUML** has _basic_ support for the following UML diagram types:
- Deployment Diagram
- Information Flow Diagram
- Package Diagram
- Sequence Diagram
- State Machine Diagram
- Use Case Diagram

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "umldiagram",
"displayName": "bigUML Modeling Tool",
"version": "0.4.0",
"version": "0.5.0",
"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.4.0",
"version": "0.5.0",
"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 deed42d

Please sign in to comment.