Skip to content

Commit

Permalink
Merge pull request #106 from codeanker/development
Browse files Browse the repository at this point in the history
1.0.2
  • Loading branch information
danielswiatek authored Feb 18, 2024
2 parents a090e52 + 75bbb2a commit d02a27a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: {{ .Chart.Name }}-meilisearch
image: "getmeili/meilisearch:v1.3"
image: "getmeili/meilisearch:v1.6"
resources:
{{ toYaml .Values.meilisearch.resources | indent 12 }}
imagePullPolicy: IfNotPresent
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/forms/person/FormContactGeneral.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ const model = computed({
v-model="model.email"
type="email"
label="E-Mail"
placeholder="Vornamen eingeben"
placeholder="Email-Adresse"
required
/>
<BasicInput
v-model="model.telefon"
type="tel"
label="Telefonnummer"
placeholder="Nachname eingeben"
placeholder="Telefonnummer"
required
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codeanker-project",
"author": "CODEANKER GmbH",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"workspaces": [
"api",
Expand Down

0 comments on commit d02a27a

Please sign in to comment.