Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.0"
".": "0.4.0"
}
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.4.0](https://github.com/OutlastTrialsStats/maps/compare/v0.3.0...v0.4.0) (2026-08-04)


### Features

* ensure app mounts after router readiness ([#28](https://github.com/OutlastTrialsStats/maps/issues/28)) ([ecdec09](https://github.com/OutlastTrialsStats/maps/commit/ecdec090b52e57b66594d5d94267b075fb721006))


### Bug Fixes

* **editor:** keep element rows stable on hover ([#32](https://github.com/OutlastTrialsStats/maps/issues/32)) ([6ec195b](https://github.com/OutlastTrialsStats/maps/commit/6ec195b5cc7af5887d7c918d78604642a3e780b9))


### Continuous Integration

* bump marocchino/sticky-pull-request-comment from 2 to 3 ([#35](https://github.com/OutlastTrialsStats/maps/issues/35)) ([4ec4657](https://github.com/OutlastTrialsStats/maps/commit/4ec46576f0f622d4b761e170aa65535865deb699))
* switch releases to release-please ([#33](https://github.com/OutlastTrialsStats/maps/issues/33)) ([4230f10](https://github.com/OutlastTrialsStats/maps/commit/4230f10a7eaf3da695546d8d558997f797f0ee56))
* update GitHub Actions dependencies to latest versions ([35342dc](https://github.com/OutlastTrialsStats/maps/commit/35342dc0bdc7b6cf0bbabb4d5dc02d7eff82fa45))
* update GitHub Actions dependencies to latest versions ([4e7f24e](https://github.com/OutlastTrialsStats/maps/commit/4e7f24eac72d755661a765df13689f14911cf900))
* update release config ([#36](https://github.com/OutlastTrialsStats/maps/issues/36)) ([13ebfde](https://github.com/OutlastTrialsStats/maps/commit/13ebfde7630f210bda94aa8ca0790166543b51fa))

## [0.3.0] - 2026-08-04

- chore: Cleanup Code (3044db2)
Expand Down Expand Up @@ -52,4 +73,4 @@
- ci: bump actions/setup-node from 4 to 7 (289725c)
- chore(deps-dev): bump eslint from 10.7.0 to 10.8.0 (b462aa7)
- ci: bump actions/checkout from 4 to 7 (51079a4)
- feature: init project (f46c95b)
- feature: init project (f46c95b)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "outlasttrials-maps",
"private": true,
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"packageManager": "pnpm@11.17.0",
"scripts": {
Expand Down