Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 15, 2023
1 parent ae98aa9 commit 0dc8352
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [0.12.2] - 2023-11-15
### Fixed
- Style tweaks

## [0.12.1] - 2023-09-25
### Changed
- Upgrade to Lume 1.19.0
Expand Down Expand Up @@ -156,6 +160,7 @@ First version
[#15]: https://github.com/lumeland/theme-simple-blog/issues/15
[#16]: https://github.com/lumeland/theme-simple-blog/issues/16

[0.12.2]: https://github.com/lumeland/theme-simple-blog/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/lumeland/theme-simple-blog/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/lumeland/theme-simple-blog/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/lumeland/theme-simple-blog/compare/v0.10.2...v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"lume/": "https://deno.land/x/[email protected].0/"
"lume/": "https://deno.land/x/[email protected].3/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
Expand Down
2 changes: 1 addition & 1 deletion plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function (options: Options = {}) {
// Basic CSS Design System
site.remoteFile(
"_includes/css/ds.css",
"https://unpkg.com/@lumeland/[email protected].1/ds.css",
"https://unpkg.com/@lumeland/[email protected].2/ds.css",
);

// Mastodon comment system
Expand Down
1 change: 0 additions & 1 deletion src/_includes/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

& > p:first-child {
margin-top: 0;
margin-bottom: var(--row-gap-medium);
}
}

Expand Down

0 comments on commit 0dc8352

Please sign in to comment.