Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Asciidoctor-Diagram version 2.2.13 #385

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN apk add --no-cache \
font-noto-cjk

ARG asciidoctor_confluence_version=0.0.2
ARG asciidoctor_diagram_version=2.2.12
ARG asciidoctor_diagram_version=2.2.13
ARG asciidoctor_epub3_version=1.5.1
ARG asciidoctor_fb2_version=0.7.0
ARG asciidoctor_mathematical_version=0.3.5
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:ASCIIDOCTOR_VERSION: 2.0.20
:ASCIIDOCTOR_CONFLUENCE_VERSION: 0.0.2
:ASCIIDOCTOR_PDF_VERSION: 2.3.9
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.12
:ASCIIDOCTOR_DIAGRAM_VERSION: 2.2.13
:ASCIIDOCTOR_EPUB3_VERSION: 1.5.1
:ASCIIDOCTOR_FB2_VERSION: 0.7.0
:ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Docker image provides:

- [Asciidoctor](https://asciidoctor.org/) 2.0.20

- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.12 with ERD and Graphviz integration (supports plantuml and graphiz diagrams)
- [Asciidoctor Diagram](https://asciidoctor.org/docs/asciidoctor-diagram/) 2.2.13 with ERD and Graphviz integration (supports plantuml and graphiz diagrams)

- [Asciidoctor PDF](https://asciidoctor.org/docs/asciidoctor-pdf/) 2.3.9

Expand Down
2 changes: 1 addition & 1 deletion tests/asciidoctor.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ALPINE_VERSION=3.18.3
ASCIIDOCTOR_VERSION=2.0.20
ASCIIDOCTOR_CONFLUENCE_VERSION=0.0.2
ASCIIDOCTOR_PDF_VERSION=2.3.9
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.12
ASCIIDOCTOR_DIAGRAM_VERSION=2.2.13
ASCIIDOCTOR_EPUB3_VERSION=1.5.1
ASCIIDOCTOR_FB2_VERSION=0.7.0
ASCIIDOCTOR_MATHEMATICAL_VERSION=0.3.5
Expand Down