github-issue-tower-defence-management 1.99.0 → 1.100.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 +14 -0
- package/bin/adapter/entry-points/console/ui-dist/assets/{index-D79mM9lz.js → index-poCP-zfO.js} +39 -39
- package/bin/adapter/entry-points/console/ui-dist/index.html +1 -1
- package/package.json +1 -1
- package/src/adapter/entry-points/console/ui/src/features/console/hooks/useConsoleNavigation.test.ts +87 -5
- package/src/adapter/entry-points/console/ui/src/features/console/hooks/useConsoleNavigation.ts +21 -4
- package/src/adapter/entry-points/console/ui/src/features/console/logic/tabAdvance.test.ts +33 -1
- package/src/adapter/entry-points/console/ui/src/features/console/logic/tabAdvance.ts +11 -0
- package/src/adapter/entry-points/console/ui/src/features/console/pages/ConsolePage.tsx +9 -8
- package/src/adapter/entry-points/console/ui-dist/assets/{index-D79mM9lz.js → index-poCP-zfO.js} +39 -39
- package/src/adapter/entry-points/console/ui-dist/index.html +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.100.0](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.99.1...v1.100.0) (2026-06-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **console:** default project route lands on the left-most non-empty tab ([#945](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/945)) ([c91f2e1](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/c91f2e112bddb32f913660dd1ecb40e39b2e6b13))
|
|
7
|
+
|
|
8
|
+
## [1.99.1](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.99.0...v1.99.1) (2026-06-25)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **ci:** skip umino-project jobs for renovate[bot] actor ([#920](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/920)) ([17c4162](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/17c416223b5ef782291ea822bf1936a33111b470)), closes [#900](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/900)
|
|
14
|
+
|
|
1
15
|
# [1.99.0](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.98.3...v1.99.0) (2026-06-25)
|
|
2
16
|
|
|
3
17
|
|