Skip to content

Commit fcbac3b

Browse files
committed
Bump minor version.
1 parent da916a9 commit fcbac3b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/presently/version.rb

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

66
# @namespace
77
module Presently
8-
VERSION = "0.7.0"
8+
VERSION = "0.8.0"
99
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Please see the [project documentation](https://socketry.github.io/presently/) fo
2929

3030
Please see the [project releases](https://socketry.github.io/presently/releases/index) for all releases.
3131

32+
### v0.8.0
33+
34+
- Add optional `translation` section to the `default` template.
35+
3236
### v0.7.0
3337

3438
- Rework build effects to use direct CSS class animation rather than `view-transition-class`. `build-fade`, `build-fly-up`, etc. are now regular `@keyframes` classes applied to the revealed element, rather than view transition pseudo-element selectors. This decouples in-slide sequential animation from slide-level morph transitions.

releases.md

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

3-
## Unreleased
3+
## v0.8.0
44

55
- Add optional `translation` section to the `default` template.
66

0 commit comments

Comments
 (0)