Skip to content

Commit

Permalink
build: bump import version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mintyfrankie committed Jul 26, 2024
1 parent 37cfd7e commit a44bb60
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion template/cv.typ
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion template/letter.typ
Original file line number Diff line number Diff line change
@@ -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")


Expand Down
2 changes: 1 addition & 1 deletion template/modules_en/certificates.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_en/education.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_en/professional.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_en/projects.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_en/publications.typ
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion template/modules_en/skills.typ
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion template/modules_fr/certificates.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_fr/education.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_fr/professional.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_fr/projects.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_fr/publications.typ
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion template/modules_fr/skills.typ
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion template/modules_zh/certificates.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_zh/education.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_zh/professional.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_zh/projects.typ
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion template/modules_zh/publications.typ
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion template/modules_zh/skills.typ
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brilliant-cv"
version = "2.0.0"
version = "2.0.1"
entrypoint = "lib.typ"
authors = ["Yunan Wang <https://github.com/mintyfrankie>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a44bb60

Please sign in to comment.