Skip to content

Commit

Permalink
release: bump version to v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 22, 2023
1 parent d0b2864 commit c77deca
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 76 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.17.4](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.3..v0.17.4) - 2023-09-22

### 🐛 Bug Fixes

- can not empty post tags (#150) - ([d0b286](https://github.com/GZTimeWalker/GZCTF/commit/d0b286)) by **GZTime**

---
## [0.17.3](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.2..v0.17.3) - 2023-09-19

Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -9,16 +9,16 @@
},
"dependencies": {
"@vercel/analytics": "^1.0.2",
"next": "^13.4.19",
"next": "^13.5.2",
"next-themes": "^0.2.1",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"typescript": "^5.2.2"
}
}
134 changes: 67 additions & 67 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.17.3</ReleaseVersion>
<ReleaseVersion>0.17.4</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.17.3
version = 0.17.4
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit c77deca

Please sign in to comment.