Skip to content

Commit

Permalink
build: release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
poirierlouis committed Oct 31, 2024
1 parent 45352e4 commit 3fd6b47
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

------------------------

## [0.1.5] - 2024-10-31
### Fixed
- prevent removal of a selected widget when erasing content in an input (using
`Delete` shortcut).
Expand Down Expand Up @@ -49,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- initial version with support for `Lua sol2`.

<!-- Table of releases -->
[Unreleased]: https://github.com/poirierlouis/FellowImGui/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/poirierlouis/FellowImGui/compare/v0.1.5...HEAD
[0.1.5]: https://github.com/poirierlouis/FellowImGui/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/poirierlouis/FellowImGui/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/poirierlouis/FellowImGui/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/poirierlouis/FellowImGui/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/@angular/service-worker/config/schema.json",
"index": "/index.html",
"appData": {
"version": "0.1.4"
"version": "0.1.5"
},
"assetGroups": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fellow-imgui",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span>Fellow ImGui</span>

<mat-chip class="version"
matTooltip="alpha">0.1.4</mat-chip>
matTooltip="alpha">0.1.5</mat-chip>

<div class="space"></div>

Expand Down

0 comments on commit 3fd6b47

Please sign in to comment.