Skip to content

Commit

Permalink
Merge pull request #41 from krumIO/fix/icons
Browse files Browse the repository at this point in the history
remove icon imports and bump shell version
  • Loading branch information
krumware authored Jul 15, 2024
2 parents 2ee321a + e164862 commit 477bbad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@rancher/components": "0.2.1-alpha.0",
"@rancher/shell": "0.5.2",
"@rancher/shell": "0.5.3",
"@types/lodash": "4.14.184",
"core-js": "3.21.1",
"css-loader": "4.3.0"
Expand Down
1 change: 0 additions & 1 deletion pkg/app-launcher/components/AppLauncherCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export default {
</template>
<style lang="scss" scoped>
@import "@shell/assets/styles/fonts/_icons.scss";
.app-launcher-card {
::v-deep .card-body {
Expand Down
6 changes: 3 additions & 3 deletions pkg/app-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "app-launcher",
"description": "App Launcher extension for Rancher",
"version": "0.1.30",
"version": "0.1.31",
"private": false,
"rancher": {
"annotations": {
"catalog.cattle.io/rancher-version": ">= 2.8.0-0",
"catalog.cattle.io/rancher-version": ">= 2.8.0-0 < v2.9.0-0",
"catalog.cattle.io/kube-version": ">= v1.16.0-0 < v1.29.0-0",
"catalog.cattle.io/display-name": "Krum Platform Tools: App Launcher",
"catalog.cattle.io/ui-version": ">= 2.7.2"
"catalog.cattle.io/ui-version": ">= 2.7.2 < v2.9.0-0"
}
},
"icon": "https://raw.githubusercontent.com/krumIO/krum-rancher-extensions/main/pkg/app-launcher/icon.svg",
Expand Down
1 change: 0 additions & 1 deletion pkg/app-launcher/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ export default {
</template>
<style lang="scss" scoped>
@import "@shell/assets/styles/fonts/_icons.scss";
.main-container {
margin-top: -2.425rem;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2978,10 +2978,10 @@
dependencies:
lodash.debounce "4.0.8"

"@rancher/[email protected].2":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@rancher/shell/-/shell-0.5.2.tgz#ab11c8aa03001ba36734ec94f333d48f56846cdd"
integrity sha512-u48zCEhimZKh7WIJDGo7dLbkIV/PbRUE88/hkiQ1+xi5gZRgqO/rFCfiALzJKl35d7cCTXqWNodJnTpvwRn8JA==
"@rancher/[email protected].3":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@rancher/shell/-/shell-0.5.3.tgz#4cf97b5b4992fcd0c008169bdfcdd778db9bdac2"
integrity sha512-/CogLZYw/k63Wn0Y6TI8CmBvKDPKHDqJGPTRK/+B6CBNimmPKCWedqeCi9IjJzk1Exj2Lv0e3csjgbK/TUaXFg==
dependencies:
"@aws-sdk/client-ec2" "3.1.0"
"@aws-sdk/client-eks" "3.1.0"
Expand Down

0 comments on commit 477bbad

Please sign in to comment.