Skip to content

Commit 764fa47

Browse files
committed
new version
1 parent 0968039 commit 764fa47

File tree

4 files changed

+12
-26
lines changed

4 files changed

+12
-26
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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] - 2024-11-30
10+
### Removed
11+
- dprint configuration, because it's already integrated on Deno.
12+
13+
### Fixed
14+
- Replaced unsecure `https://colorjs.io` specifier to `npm:colorjs.io`.
15+
916
## [0.1.4] - 2024-06-15
1017
### Changed
1118
- Use `lume_icon_plugins/simpleicons` to load the logos.
@@ -28,6 +35,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
2835
## [0.1.0] - 2024-03-20
2936
First version
3037

38+
[0.2.0]: https://github.com/lumeland/theme-simple-me/compare/v0.1.4...v0.2.0
3139
[0.1.4]: https://github.com/lumeland/theme-simple-me/compare/v0.1.3...v0.1.4
3240
[0.1.3]: https://github.com/lumeland/theme-simple-me/compare/v0.1.2...v0.1.3
3341
[0.1.2]: https://github.com/lumeland/theme-simple-me/compare/v0.1.1...v0.1.2

deno.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
22
"imports": {
3-
"lume/": "https://deno.land/x/lume@v2.1.2/",
4-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.3.9/"
3+
"lume/": "https://deno.land/x/lume@v2.4.2/",
4+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/cms@0.7.3/"
55
},
66
"tasks": {
77
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
88
"build": "deno task lume",
9-
"serve": "deno task lume -s",
10-
"fmt": "deno run -A npm:[email protected] fmt",
11-
"fmt:check": "deno run -A npm:[email protected] check"
9+
"serve": "deno task lume -s"
1210
},
1311
"compilerOptions": {
1412
"types": [

dprint.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import "lume/types.ts";
2-
import Color from "https://colorjs.io/dist/color.js";
2+
import Color from "npm:colorjs.io@0.5.2";
33
import simpleIcons from "https://deno.land/x/[email protected]/simpleicons.ts";
44
import basePath from "lume/plugins/base_path.ts";
55
import favicon from "lume/plugins/favicon.ts";

0 commit comments

Comments
 (0)