gh-manager-cli 1.19.1 → 1.19.2

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.19.2](https://github.com/wiiiimm/gh-manager-cli/compare/v1.19.1...v1.19.2) (2025-09-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * clear search filter when switching organization context ([a5df0bf](https://github.com/wiiiimm/gh-manager-cli/commit/a5df0bf5f23e08019bd5225d847d68288a62a74f))
7
+
1
8
  ## [1.19.1](https://github.com/wiiiimm/gh-manager-cli/compare/v1.19.0...v1.19.1) (2025-09-02)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ var require_package = __commonJS({
28
28
  "package.json"(exports, module) {
29
29
  module.exports = {
30
30
  name: "gh-manager-cli",
31
- version: "1.19.1",
31
+ version: "1.19.2",
32
32
  private: false,
33
33
  description: "Interactive CLI to manage your GitHub repos (personal) with Ink",
34
34
  license: "MIT",
@@ -1450,6 +1450,8 @@ function RepoList({ token, maxVisibleRows, onLogout, viewerLogin, onOrgContextCh
1450
1450
  setSearchItems([]);
1451
1451
  setTotalCount(0);
1452
1452
  setSearchTotalCount(0);
1453
+ setFilter("");
1454
+ setFilterMode(false);
1453
1455
  setVisibilityFilter("all");
1454
1456
  const newAffiliations = newContext === "personal" ? ["OWNER"] : ["ORGANIZATION_MEMBER"];
1455
1457
  setOwnerAffiliations(newAffiliations);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-manager-cli",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "private": false,
5
5
  "description": "Interactive CLI to manage your GitHub repos (personal) with Ink",
6
6
  "license": "MIT",