mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
🔖 Chore(release): 0.2.18-lts.2
This commit is contained in:
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## v0.2.18-lts
|
||||
|
||||
> **Note**
|
||||
> FixIt 0.2.18 will reach End of Life (EOL) on December 31st, 2024. After that date, FixIt 0.2.18 will no longer receive updates, including security and browser compatibility fixes.
|
||||
> Please stay tuned for the next version of FixIt under development!
|
||||
|
||||
- :sparkles: Feat: add code block attributes support ([#330](https://github.com/hugo-fixit/FixIt/issues/330))
|
||||
- :bug: Fix: use dateFormat function to render localized dates (@stefanoginobili [#355](https://github.com/hugo-fixit/FixIt/pull/355))
|
||||
- :lipstick: Style: update define list style
|
||||
@@ -24,6 +28,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Update Waline from 2.14.7 to 2.15.8
|
||||
- Update simple-icons from 7.12.0 to 9.19.0
|
||||
- :arrow_up: Chore(deps-dev): update and pin all development dependency versions
|
||||
- **Full Changelog:** @Lruihao [`v0.2.18...v0.2.18-lts.2`](https://github.com/hugo-fixit/FixIt/compare/v0.2.18...v0.2.18-lts.2)
|
||||
|
||||
## v0.2.18 [2023.3.31]
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{- .Scratch.Set "version" "v0.2.18-lts.1" -}}
|
||||
{{- .Scratch.Set "version" "v0.2.18-lts.2" -}}
|
||||
{{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}}
|
||||
{{- .Scratch.Set "this" dict -}}
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "fixit-src",
|
||||
"version": "0.2.18",
|
||||
"version": "0.2.18-lts.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "fixit-src",
|
||||
"version": "0.2.18",
|
||||
"version": "0.2.18-lts.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.23.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fixit-src",
|
||||
"version": "0.2.18",
|
||||
"version": "0.2.18-lts.2",
|
||||
"description": "FixIt theme source files",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user