Skip to content

Commit

Permalink
Release 6.2.1 (#6619)
Browse files Browse the repository at this point in the history
* Release 6.2.1

Signed-off-by: Sebastian Malton <[email protected]>

* Update Button, keep left (#6612)

* Update Button, keep left

Signed-off-by: Jim Ehrismann <[email protected]>

* update snapshots

Signed-off-by: Jim Ehrismann <[email protected]>

Signed-off-by: Jim Ehrismann <[email protected]>

Signed-off-by: Sebastian Malton <[email protected]>
Signed-off-by: Jim Ehrismann <[email protected]>
Co-authored-by: Jim Ehrismann <[email protected]>
  • Loading branch information
Nokel81 and jim-docker authored Nov 21, 2022
1 parent 453f627 commit da4afc9
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens",
"version": "6.2.0",
"version": "6.2.1",
"main": "static/build/main.js",
"copyright": "© 2022 OpenLens Authors",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ exports[`installing update when started when user checks for updates when new up
</i>
</div>
<div
class="separator"
class="size-sm"
/>
<div
class="preventedDragging"
Expand All @@ -748,6 +748,9 @@ exports[`installing update when started when user checks for updates when new up
</i>
</button>
</div>
<div
class="separator"
/>
</div>
</div>
<main>
Expand Down Expand Up @@ -966,7 +969,7 @@ exports[`installing update when started when user checks for updates when new up
</i>
</div>
<div
class="separator"
class="size-sm"
/>
<div
class="preventedDragging"
Expand All @@ -990,6 +993,9 @@ exports[`installing update when started when user checks for updates when new up
</i>
</button>
</div>
<div
class="separator"
/>
</div>
</div>
<main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exports[`encourage user to update when sufficient time passed since update was d
</i>
</div>
<div
class="separator"
class="size-sm"
/>
<div
class="preventedDragging"
Expand All @@ -88,6 +88,9 @@ exports[`encourage user to update when sufficient time passed since update was d
</i>
</button>
</div>
<div
class="separator"
/>
</div>
</div>
<main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
import { getInjectable } from "@ogre-tools/injectable";
import { computed } from "mobx";
import { topBarItemOnRightSideInjectionToken } from "../../../../../../renderer/components/layout/top-bar/top-bar-items/top-bar-item-injection-token";
import { topBarItemOnLeftSideInjectionToken } from "../../../../../../renderer/components/layout/top-bar/top-bar-items/top-bar-item-injection-token";
import { UpdateButton } from "./update-button";
import updateWarningLevelInjectable from "./update-warning-level.injectable";

Expand All @@ -22,7 +22,7 @@ const updateApplicationTopBarItemInjectable = getInjectable({
};
},

injectionToken: topBarItemOnRightSideInjectionToken,
injectionToken: topBarItemOnLeftSideInjectionToken,
});

export default updateApplicationTopBarItemInjectable;
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ exports[`installing update using tray when started when user checks for updates
</i>
</div>
<div
class="separator"
class="size-sm"
/>
<div
class="preventedDragging"
Expand All @@ -748,6 +748,9 @@ exports[`installing update using tray when started when user checks for updates
</i>
</button>
</div>
<div
class="separator"
/>
</div>
</div>
<main>
Expand Down Expand Up @@ -966,7 +969,7 @@ exports[`installing update using tray when started when user checks for updates
</i>
</div>
<div
class="separator"
class="size-sm"
/>
<div
class="preventedDragging"
Expand All @@ -990,6 +993,9 @@ exports[`installing update using tray when started when user checks for updates
</i>
</button>
</div>
<div
class="separator"
/>
</div>
</div>
<main>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exports[`force user to update when too long since update was downloaded when app
</i>
</div>
<div
class="separator"
class="size-sm"
/>
<div
class="preventedDragging"
Expand All @@ -88,6 +88,9 @@ exports[`force user to update when too long since update was downloaded when app
</i>
</button>
</div>
<div
class="separator"
/>
</div>
</div>
<main>
Expand Down Expand Up @@ -306,7 +309,7 @@ exports[`force user to update when too long since update was downloaded when app
</i>
</div>
<div
class="separator"
class="size-sm"
/>
<div
class="preventedDragging"
Expand All @@ -330,6 +333,9 @@ exports[`force user to update when too long since update was downloaded when app
</i>
</button>
</div>
<div
class="separator"
/>
</div>
</div>
<main>
Expand Down Expand Up @@ -595,7 +601,7 @@ exports[`force user to update when too long since update was downloaded when app
</i>
</div>
<div
class="separator"
class="size-sm"
/>
<div
class="preventedDragging"
Expand All @@ -619,6 +625,9 @@ exports[`force user to update when too long since update was downloaded when app
</i>
</button>
</div>
<div
class="separator"
/>
</div>
</div>
<main>
Expand Down

0 comments on commit da4afc9

Please sign in to comment.