File tree Expand file tree Collapse file tree 4 files changed +12
-26
lines changed Expand file tree Collapse file tree 4 files changed +12
-26
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this
77project 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
2936First 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
Original file line number Diff line number Diff line change 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" : [
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import "lume/types.ts" ;
2- import Color from "https:// colorjs.io/dist/color.js " ;
2+ import Color from "npm: colorjs.io@0.5.2 " ;
33import simpleIcons from "https://deno.land/x/[email protected] /simpleicons.ts" ; 44import basePath from "lume/plugins/base_path.ts" ;
55import favicon from "lume/plugins/favicon.ts" ;
You can’t perform that action at this time.
0 commit comments