@zthun/romulator-web 1.7.1 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/assets/{index-DUOIpN_h.js → index-CBeQBj5p.js} +4910 -17674
- package/dist/index.html +1 -1
- package/package.json +16 -16
- package/src/environment/environment.mts +0 -5
- package/src/systems/system-page.tsx +1 -1
- package/src/systems/systems-page.tsx +21 -6
- package/vite.config.mts +9 -1
- package/vitest.config.mts +0 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.10.0](https://github.com/zthun/romulator/compare/v1.9.0...v1.10.0) (2025-10-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* systems tiles should now scale to the page ([4c28a81](https://github.com/zthun/romulator/commit/4c28a8188d26f8257ef68839ece6ea2f2fa8d167))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.8.0](https://github.com/zthun/romulator/compare/v1.7.1...v1.8.0) (2025-10-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* page tiles on systems page should now align the same ([59bfb61](https://github.com/zthun/romulator/commit/59bfb613982e186471ffc257e76028ae75609028))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## [1.7.1](https://github.com/zthun/romulator/compare/v1.7.0...v1.7.1) (2025-10-21)
|
|
7
25
|
|
|
8
26
|
**Note:** Version bump only for package @zthun/romulator-web
|