Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing version mismatch with uk locale #38

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/uk-locale/uk-locale-0.1.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/uk-locale/0.1.1/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotations:
catalog.cattle.io/scope: management
catalog.cattle.io/ui-component: plugins
apiVersion: v2
appVersion: "0.1.0"
appVersion: "0.1.1"
description: Adds a new UK localisation
name: uk-locale
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/uk-locale/0.1.1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pluginServer:
image:
repository: /ui-extension-uk-locale
pullPolicy: Always
tag: 0.1.0
tag: 0.1.1
service:
type: ClusterIP
port: 80
Expand Down
5 changes: 5 additions & 0 deletions extensions/uk-locale/0.1.1/files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugin/package.json
plugin/uk-locale-0.1.1.umd.min.1.js
plugin/uk-locale-0.1.1.umd.min.1.js.map
plugin/uk-locale-0.1.1.umd.min.js
plugin/uk-locale-0.1.1.umd.min.js.map
20 changes: 20 additions & 0 deletions extensions/uk-locale/0.1.1/plugin/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "uk-locale",
"description": "Adds a new UK localisation",
"version": "0.1.1",
"private": false,
"icon": "https://raw.githubusercontent.com/rancher/ui-plugin-examples/main/pkg/uk-locale/uk-locale.svg",
"rancher": true,
"engines": {
"node": ">=12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/cli-plugin-typescript": "^4.5.15"
},
"files": [
"**/*"
],
"main": "uk-locale-0.1.1.umd.min.js"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions extensions/uk-locale/0.1.1/plugin/uk-locale-0.1.1.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading