From 78e924977558f14e0c426eed274082c606c35d5e Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 3 Oct 2025 13:43:31 +0300 Subject: [PATCH] chore: bump version number --- README.md | 2 +- examples/qualification-thesis/main.typ | 2 +- src/lib.typ | 1 - template/main.typ | 2 +- typst.toml | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce1920a..3d11764 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ function in a show rule. If you want to change an existing project to use this template, you can add a show rule like this at the top of your file: ```typst -#import "@preview/solo-lu-df:0.1.0": * +#import "@preview/solo-lu-df:0.1.1": * #show: ludf.with( title: "Darba Nosaukums", diff --git a/examples/qualification-thesis/main.typ b/examples/qualification-thesis/main.typ index 208d0c9..eadbeda 100644 --- a/examples/qualification-thesis/main.typ +++ b/examples/qualification-thesis/main.typ @@ -1,6 +1,6 @@ #import "@preview/fletcher:0.5.8" as fletcher: diagram, edge, node #import fletcher.shapes: cylinder, ellipse -#import "@preview/solo-lu-df:0.1.0": * +#import "@preview/solo-lu-df:0.1.1": * #import "utils/tables.typ": function-table #import "utils/diagrams.typ": data-store, dpd-database, dpd-edge, process diff --git a/src/lib.typ b/src/lib.typ index 7e557bb..6e0d998 100644 --- a/src/lib.typ +++ b/src/lib.typ @@ -85,7 +85,6 @@ // Configure equation numbering and spacing. set math.equation(numbering: "(1)") show math.equation: set block(spacing: 0.65em) - // show math.equation: set text(weight: 400) // Configure lists and terms. diff --git a/template/main.typ b/template/main.typ index b542ba2..b656b03 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,4 +1,4 @@ -#import "@preview/solo-lu-df:0.1.0": * +#import "@preview/solo-lu-df:0.1.1": * #show: ludf.with( title: "Darba Nosaukums", diff --git a/typst.toml b/typst.toml index 37cd6e5..e2fddbf 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "solo-lu-df" -version = "0.1.0" +version = "0.1.1" entrypoint = "src/lib.typ" authors = ["Kristofers Solo "] license = "MIT"