Skip to content

Commit 6bdd4a3

Browse files
committed
upgrade lume
1 parent 1f35489 commit 6bdd4a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
77
project adheres to [Semantic Versioning](http://semver.org/).
88

9-
## [0.2.0] - Unreleased
9+
## [0.2.0] - 2025-05-07
1010
### Changed
1111
- Support Lume 3.
1212

@@ -32,7 +32,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
3232
## [0.1.0] - 2024-12-24
3333
First version
3434

35-
[0.2.0]: https://github.com/lumeland/theme-ebook/compare/v0.1.3...HEAD
35+
[0.2.0]: https://github.com/lumeland/theme-ebook/compare/v0.1.3...v0.2.0
3636
[0.1.3]: https://github.com/lumeland/theme-ebook/compare/v0.1.2...v0.1.3
3737
[0.1.2]: https://github.com/lumeland/theme-ebook/compare/v0.1.1...v0.1.2
3838
[0.1.1]: https://github.com/lumeland/theme-ebook/compare/v0.1.0...v0.1.1

deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"imports": {
3-
"lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@bc3f2a7981a503e7563536f4c93d75b548f40851/",
4-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@d5d43ed9f6245730b8b7810f9af8eef3a012dd73/",
5-
"lume/jsx-runtime": "https://deno.land/x/[email protected].8/jsx-runtime.ts"
3+
"lume/": "https://deno.land/x/lume@v3.0.0/",
4+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.11.5/",
5+
"lume/jsx-runtime": "https://deno.land/x/[email protected].9/jsx-runtime.ts"
66
},
77
"lock": false,
88
"tasks": {

0 commit comments

Comments
 (0)