Skip to content

Commit

Permalink
release: bump version to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Feb 26, 2024
1 parent 0c1fe11 commit f5e917e
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 58 deletions.
215 changes: 173 additions & 42 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.17.7",
"version": "0.18.0",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -17,8 +17,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"typescript": "^5.3.3"
}
}
18 changes: 9 additions & 9 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.7</ReleaseVersion>
<ReleaseVersion>0.18.0</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.17.7
version = 0.18.0
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.18.0-preview",
"version": "0.18.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF/GZCTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<SpaProxyServerUrl>http://localhost:63000</SpaProxyServerUrl>
<SpaProxyLaunchCommand>npm run dev -- --host</SpaProxyLaunchCommand>
<Configurations>Debug;Release</Configurations>
<ReleaseVersion>0.18.0-preview</ReleaseVersion>
<ReleaseVersion>0.18.0</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<LangVersion>preview</LangVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
Expand Down

0 comments on commit f5e917e

Please sign in to comment.