Skip to content

Commit ca8fa8c

Browse files
build: bump shiroa to v0.3.1-rc2
1 parent 0000ec8 commit ca8fa8c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: git submodule update --init --recursive
1010
- name: Download & install shiroa
1111
run: |
12-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0/shiroa-installer.sh | sh
12+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.3.1-rc2/shiroa-installer.sh | sh
1313
- name: Build Book
1414
run: |
1515
shiroa build --font-path ./assets/typst-fonts/ --font-path ./assets/fonts/ --path-to-root /tutorial/ -w . src

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
curl -L https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.1.2/font-assets.tar.gz | tar -xvz -C assets/fonts
3434
- name: Download & install shiroa
3535
run: |
36-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0/shiroa-installer.sh | sh
36+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.3.1-rc2/shiroa-installer.sh | sh
3737
- name: Build Book
3838
run: |
3939
shiroa build --font-path ./assets/typst-fonts/ --font-path ./assets/fonts/ --path-to-root /tutorial/ -w . src

src/book.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/shiroa:0.2.0": *
1+
#import "@preview/shiroa:0.2.3": *
22

33
#show: book
44

src/ebook.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/shiroa:0.2.0": *
1+
#import "@preview/shiroa:0.2.3": *
22
#import "/typ/templates/ebook.typ"
33

44
#show: ebook.project.with(

typ/templates/ebook.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/shiroa:0.2.0": *
1+
#import "@preview/shiroa:0.2.3": *
22
#import "/typ/templates/page.typ": project, part-style, dash-color
33
#import "/typ/templates/term.typ": reset-term-state
44

typ/templates/page.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// This is important for typst-book to produce a responsive layout
33
// and multiple targets.
4-
#import "@preview/shiroa:0.2.0": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates
4+
#import "@preview/shiroa:0.2.3": get-page-width, target, is-web-target, is-pdf-target, plain-text, templates
55
#import templates: *
66
#import "template-link.typ": *
77
#import "/typ/templates/side-notes.typ": side-attrs

typ/templates/template-link.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// #import "supports-text.typ": plain-text
3-
#import "@preview/shiroa:0.2.0": plain-text
3+
#import "@preview/shiroa:0.2.3": plain-text
44

55
#let make-unique-label(it, disambiguator: 1) = label({
66
let k = plain-text(it).trim()

0 commit comments

Comments
 (0)