🚧 Chore: update version to 0.2.17-RC

This commit is contained in:
Cell
2022-09-24 23:11:38 +08:00
parent f40297b8d9
commit d4fdfc3ff2
4 changed files with 11 additions and 5 deletions
+7 -1
View File
@@ -3,10 +3,16 @@
All notable changes to this project will be documented in this file.
<!-- Releases see https://github.com/hugo-fixit/FixIt/releases -->
## v0.2.17
> Snapshot: <>
- **Full Changelog:** @Lruihao [`v0.2.16...v0.2.17`](https://github.com/hugo-fixit/FixIt/compare/v0.2.16...v0.2.17)
## v0.2.16 [2022.9.24]
> This version fixes several bugs, adds a few new features and SEO optimizations, and refactors part of the project structure and code.
> Snapshot: <>
> Snapshot: <https://fixit-jir7e7kzt-x-cell.vercel.app>
- :tada: Feat: add reading progress bar support ([#191](https://github.com/hugo-fixit/FixIt/issues/191))
- :tada: Feat: add b2t scroll percent support ([#192](https://github.com/hugo-fixit/FixIt/issues/192))
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.2.16" -}}
{{- .Scratch.Set "version" "v0.2.17-RC" -}}
{{- .Scratch.Set "params" (.Params | merge .Site.Params.page) -}}
{{- .Scratch.Set "this" dict -}}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "fixit-src",
"version": "0.2.16",
"version": "0.2.17-RC",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "fixit-src",
"version": "0.2.16",
"version": "0.2.17-RC",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.18.10",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fixit-src",
"version": "0.2.16",
"version": "0.2.17-RC",
"description": "FixIt theme source files",
"private": true,
"devDependencies": {