Skip to content

Commit

Permalink
chore(deps): update CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhnm committed Apr 16, 2024
1 parent b62951f commit c6a61fe
Show file tree
Hide file tree
Showing 4 changed files with 286 additions and 32 deletions.
13 changes: 12 additions & 1 deletion apps/miranum-extension-pack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.9] - 2024-04-16

### Added

* **\[Miranum Jsonforms\]** Command to split the `.form.json` file into `.schema.json` and `.uischema.json` files (#564)

### Fixed

* **\[Miranum Modeler\]** Detect the correct execution platform (#563)

## [0.5.8] - 2024-03-28

### Fixed
Expand Down Expand Up @@ -85,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **\[Miranum Console\]** Use a single webview when the user triggers the available commands (#125)


[unreleased]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.8-vscode...HEAD
[unreleased]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.9-vscode...HEAD
[0.5.9]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.8...release/v0.5.9-vscode
[0.5.8]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.7...release/v0.5.8-vscode
[0.5.7]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.6...release/v0.5.7-vscode
[0.5.6]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.5...release/v0.5.6
Expand Down
17 changes: 12 additions & 5 deletions apps/miranum-jsonforms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.9] - 2024-04-16

### Added

* Command to split the `.form.json` file into `.schema.json` and `.uischema.json` files (#564)

### Changed

* Refactor to apply a hexagonal architecture to the modeler (#564)

## [0.1.6] - 2023-09-06

### Fixed
Expand Down Expand Up @@ -39,8 +49,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Correction of tabs placement in preview (#59)

[unreleased]: https://github.com/Miragon/miranum-json-forms/compare/release/v0.1.6...HEAD
[0.1.6]: https://github.com/Miragon/miranum-json-forms/compare/release/v0.1.5...release/v0.1.6
[0.1.5]: https://github.com/Miragon/miranum-json-forms/compare/release/v0.1.4...release/v0.1.5
[0.1.4]: https://github.com/Miragon/miranum-json-forms/compare/release/v0.1.3...release/v0.1.4
[0.1.3]: https://github.com/Miragon/miranum-json-forms/compare/release/v0.1.2...release/v0.1.3
[unreleased]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.9-vscode...HEAD
[0.5.9]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.8...release/v0.5.9-vscode
9 changes: 8 additions & 1 deletion apps/miranum-modeler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.9] - 2024-04-16

### Fixed

* Detect the correct execution platform (#563)

## [0.5.8] - 2024-03-28

### Fixed
Expand Down Expand Up @@ -74,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[unreleased]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.8-vscode...HEAD
[unreleased]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.9-vscode...HEAD
[0.5.9]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.8...release/v0.5.9-vscode
[0.5.8]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.7...release/v0.5.8-vscode
[0.5.7]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.6...release/v0.5.7-vscode
[0.5.6]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.5...release/v0.5.6
Expand Down
Loading

0 comments on commit c6a61fe

Please sign in to comment.