From a44bb602cadf38a1d58f57adfa1778f94e855095 Mon Sep 17 00:00:00 2001 From: mintyfrankie <77310871+mintyfrankie@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:53:16 +0200 Subject: [PATCH] build: bump import version to v2.0.1 --- template/cv.typ | 2 +- template/letter.typ | 2 +- template/modules_en/certificates.typ | 2 +- template/modules_en/education.typ | 2 +- template/modules_en/professional.typ | 2 +- template/modules_en/projects.typ | 2 +- template/modules_en/publications.typ | 2 +- template/modules_en/skills.typ | 2 +- template/modules_fr/certificates.typ | 2 +- template/modules_fr/education.typ | 2 +- template/modules_fr/professional.typ | 2 +- template/modules_fr/projects.typ | 2 +- template/modules_fr/publications.typ | 2 +- template/modules_fr/skills.typ | 2 +- template/modules_zh/certificates.typ | 2 +- template/modules_zh/education.typ | 2 +- template/modules_zh/professional.typ | 2 +- template/modules_zh/projects.typ | 2 +- template/modules_zh/publications.typ | 2 +- template/modules_zh/skills.typ | 2 +- typst.toml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/template/cv.typ b/template/cv.typ index fb5f6cd..673bd29 100644 --- a/template/cv.typ +++ b/template/cv.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cv +#import "@preview/brilliant-cv:2.0.1": cv #let metadata = toml("./metadata.toml") #let importModules(modules, lang: metadata.language) = { for module in modules { diff --git a/template/letter.typ b/template/letter.typ index 388226e..ee668dc 100644 --- a/template/letter.typ +++ b/template/letter.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": letter +#import "@preview/brilliant-cv:2.0.1": letter #let metadata = toml("./metadata.toml") diff --git a/template/modules_en/certificates.typ b/template/modules_en/certificates.typ index dce6634..7f85618 100644 --- a/template/modules_en/certificates.typ +++ b/template/modules_en/certificates.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvHonor +#import "@preview/brilliant-cv:2.0.1": cvSection, cvHonor #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvHonor = cvHonor.with(metadata: metadata) diff --git a/template/modules_en/education.typ b/template/modules_en/education.typ index 92a1686..af5969f 100644 --- a/template/modules_en/education.typ +++ b/template/modules_en/education.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry, hBar +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_en/professional.typ b/template/modules_en/professional.typ index e7f41f2..a124afa 100644 --- a/template/modules_en/professional.typ +++ b/template/modules_en/professional.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_en/projects.typ b/template/modules_en/projects.typ index e785d9a..e1b92ca 100644 --- a/template/modules_en/projects.typ +++ b/template/modules_en/projects.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_en/publications.typ b/template/modules_en/publications.typ index e5136f3..e142851 100644 --- a/template/modules_en/publications.typ +++ b/template/modules_en/publications.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvPublication +#import "@preview/brilliant-cv:2.0.1": cvSection, cvPublication #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) diff --git a/template/modules_en/skills.typ b/template/modules_en/skills.typ index 2a1e8df..1fa4e9c 100644 --- a/template/modules_en/skills.typ +++ b/template/modules_en/skills.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvSkill, hBar +#import "@preview/brilliant-cv:2.0.1": cvSection, cvSkill, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) diff --git a/template/modules_fr/certificates.typ b/template/modules_fr/certificates.typ index dce6634..7f85618 100644 --- a/template/modules_fr/certificates.typ +++ b/template/modules_fr/certificates.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvHonor +#import "@preview/brilliant-cv:2.0.1": cvSection, cvHonor #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvHonor = cvHonor.with(metadata: metadata) diff --git a/template/modules_fr/education.typ b/template/modules_fr/education.typ index 41a5f4b..26b8b8b 100644 --- a/template/modules_fr/education.typ +++ b/template/modules_fr/education.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry, hBar +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_fr/professional.typ b/template/modules_fr/professional.typ index 61db34b..68c5aa9 100644 --- a/template/modules_fr/professional.typ +++ b/template/modules_fr/professional.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_fr/projects.typ b/template/modules_fr/projects.typ index 5f1cdbf..c1576ab 100644 --- a/template/modules_fr/projects.typ +++ b/template/modules_fr/projects.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_fr/publications.typ b/template/modules_fr/publications.typ index b13305e..8afaa9a 100644 --- a/template/modules_fr/publications.typ +++ b/template/modules_fr/publications.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvPublication +#import "@preview/brilliant-cv:2.0.1": cvSection, cvPublication #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) diff --git a/template/modules_fr/skills.typ b/template/modules_fr/skills.typ index 2f833b4..32e4a17 100644 --- a/template/modules_fr/skills.typ +++ b/template/modules_fr/skills.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvSkill, hBar +#import "@preview/brilliant-cv:2.0.1": cvSection, cvSkill, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) diff --git a/template/modules_zh/certificates.typ b/template/modules_zh/certificates.typ index 33cbcc1..4644939 100644 --- a/template/modules_zh/certificates.typ +++ b/template/modules_zh/certificates.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvHonor +#import "@preview/brilliant-cv:2.0.1": cvSection, cvHonor #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvHonor = cvHonor.with(metadata: metadata) diff --git a/template/modules_zh/education.typ b/template/modules_zh/education.typ index c94cfd3..5e08e11 100644 --- a/template/modules_zh/education.typ +++ b/template/modules_zh/education.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry, hBar +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_zh/professional.typ b/template/modules_zh/professional.typ index 811ce77..2895501 100644 --- a/template/modules_zh/professional.typ +++ b/template/modules_zh/professional.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_zh/projects.typ b/template/modules_zh/projects.typ index 28a592f..0b0813a 100644 --- a/template/modules_zh/projects.typ +++ b/template/modules_zh/projects.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvEntry +#import "@preview/brilliant-cv:2.0.1": cvSection, cvEntry #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) #let cvEntry = cvEntry.with(metadata: metadata) diff --git a/template/modules_zh/publications.typ b/template/modules_zh/publications.typ index c9d47ba..74b20e4 100644 --- a/template/modules_zh/publications.typ +++ b/template/modules_zh/publications.typ @@ -1,5 +1,5 @@ // Imports -#import "@preview/brilliant-cv:2.0.0": cvSection, cvPublication +#import "@preview/brilliant-cv:2.0.1": cvSection, cvPublication #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) diff --git a/template/modules_zh/skills.typ b/template/modules_zh/skills.typ index debf347..bbc4260 100644 --- a/template/modules_zh/skills.typ +++ b/template/modules_zh/skills.typ @@ -1,5 +1,5 @@ // Import -#import "@preview/brilliant-cv:2.0.0": cvSection, cvSkill, hBar +#import "@preview/brilliant-cv:2.0.1": cvSection, cvSkill, hBar #let metadata = toml("../metadata.toml") #let cvSection = cvSection.with(metadata: metadata) diff --git a/typst.toml b/typst.toml index 4fa7dbb..b43529f 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "brilliant-cv" -version = "2.0.0" +version = "2.0.1" entrypoint = "lib.typ" authors = ["Yunan Wang "] license = "Apache-2.0"