Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-tub committed Nov 13, 2020
1 parent f7fa8b5 commit d03caee
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v2.0.0 (Fri Nov 13 2020)

#### 💥 Breaking Change

- _Support_ all pdf engines by not requiring anything [#60](https://github.com/kai-tub/latex-beamer-pure-minimalistic/pull/60) ([@kai-tub](https://github.com/kai-tub))

#### 📝 Documentation

- Update README.md [#55](https://github.com/kai-tub/latex-beamer-pure-minimalistic/pull/55) ([@kai-tub](https://github.com/kai-tub))

#### Authors: 1

- Kai Norman Clasen ([@kai-tub](https://github.com/kai-tub))

---

# v1.3.0 (Sat Oct 24 2020)

#### 🚀 Enhancement
Expand Down
2 changes: 1 addition & 1 deletion beamercolorthemepureminimalistic.sty
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic

\ProvidesPackage{beamercolorthemepureminimalistic}[v1.3.0]
\ProvidesPackage{beamercolorthemepureminimalistic}[v2.0.0]
\RequirePackage{ifthen}
\mode<presentation>

Expand Down
2 changes: 1 addition & 1 deletion beamerfontthemepureminimalistic.sty
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic

\ProvidesPackage{beamerfontthemepureminimalistic}[v1.3.0]
\ProvidesPackage{beamerfontthemepureminimalistic}[v2.0.0]
\RequirePackage{ifthen}
% Adds micro-typographical enhancements
% Has no significant impact on presentation slides
Expand Down
2 changes: 1 addition & 1 deletion beamerinnerthemepureminimalistic.sty
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic

\ProvidesPackage{beamerinnerthemepureminimalistic}[v1.3.0]
\ProvidesPackage{beamerinnerthemepureminimalistic}[v2.0.0]

\mode<presentation>

Expand Down
2 changes: 1 addition & 1 deletion beamerouterthemepureminimalistic.sty
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic

\ProvidesPackage{beamerouterthemepureminimalistic}[v1.3.0]
\ProvidesPackage{beamerouterthemepureminimalistic}[v2.0.0]
\RequirePackage{ifthen}
\RequirePackage{etoolbox}
\RequirePackage{calc}
Expand Down
2 changes: 1 addition & 1 deletion beamerthemepureminimalistic.sty
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% If problems/bugs are found or enhancements are desired, please contact
% me over: https://github.com/kai-tub/latex-beamer-pure-minimalistic

\ProvidesPackage{beamerthemepureminimalistic}[v1.3.0]
\ProvidesPackage{beamerthemepureminimalistic}[v2.0.0]

\mode<presentation>

Expand Down

0 comments on commit d03caee

Please sign in to comment.