From 15841f0b90c8bddb32b0c52632abeb8f72e4f424 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 29 Jan 2023 19:38:52 +0800 Subject: [PATCH] :bookmark: Chore(release): 0.2.17 --- CHANGELOG.md | 11 ++++++----- layouts/partials/init/index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83ecd099..d1265ddeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. -## v0.2.17 +## v0.2.17 [2023.1.29] > Snapshot: <> @@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file. - :bug: Fix: can't keep the static table of the contents in front of the post - :bug: Fix: escape hashtag character `#` in tag and category ([#245](https://github.com/hugo-fixit/FixIt/issues/245)) - :bug: Fix: pangu.js cdn error +- :bug: Fix: sitemap.xml link in robots.txt doesn't point to main sitemap (@Mejituu[#276](https://github.com/hugo-fixit/FixIt/pull/276)) - :recycle: Refactor(i18n): hierarchize translation fields for supported languages - :globe_with_meridians: Docs(i18n): add missing translations for French + enhancements (@Kapusch[#247](https://github.com/hugo-fixit/FixIt/pull/247)) - :lipstick: Style: refactor css style @@ -36,10 +37,10 @@ All notable changes to this project will be documented in this file. - :arrow_up: Chore(libs): - Update Twikoo from 1.4.10 to 1.6.8 and add Katex support for it ([#215](https://github.com/hugo-fixit/FixIt/issues/215) [#243](https://github.com/hugo-fixit/FixIt/issues/243)) - :wrench: Chore(deps-dev): - - Bump @babel/cli from 7.18.10 to 7.19.3 - - Bump @babel/core from 7.19.1 to 7.19.6 - - Bump @babel/preset-env from 7.18.10 to 7.19.4 - - Bump core-js from 3.25.2 to 3.26.0 + - Bump @babel/cli from 7.18.10 to 7.20.7 + - Bump @babel/core from 7.19.1 to 7.20.12 + - Bump @babel/preset-env from 7.18.10 to 7.20.2 + - Bump core-js from 3.25.2 to 3.27.2 - **Full Changelog:** @Lruihao [`v0.2.16...v0.2.17`](https://github.com/hugo-fixit/FixIt/compare/v0.2.16...v0.2.17) diff --git a/layouts/partials/init/index.html b/layouts/partials/init/index.html index 659a41277..2d6c7a134 100644 --- a/layouts/partials/init/index.html +++ b/layouts/partials/init/index.html @@ -1,4 +1,4 @@ -{{- .Scratch.Set "version" "v0.2.17-RC" -}} +{{- .Scratch.Set "version" "v0.2.17" -}} {{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}} {{- .Scratch.Set "this" dict -}} diff --git a/package-lock.json b/package-lock.json index ef4c9871a..0664352b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fixit-src", - "version": "0.2.17-RC", + "version": "0.2.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fixit-src", - "version": "0.2.17-RC", + "version": "0.2.17", "license": "MIT", "devDependencies": { "@babel/cli": "^7.20.7", diff --git a/package.json b/package.json index fc113fd1e..638c5a3dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-src", - "version": "0.2.17-RC", + "version": "0.2.17", "description": "FixIt theme source files", "private": true, "devDependencies": {