Skip to content

Commit

Permalink
release: bump version to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Dec 8, 2024
1 parent 0df6ffe commit c2ec037
Show file tree
Hide file tree
Showing 7 changed files with 459 additions and 423 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.

---
## [1.0.5](https://github.com/GZTimeWalker/GZCTF/compare/v1.0.4..v1.0.5) - 2024-12-08

### 🐛 Bug Fixes

- **(admin)** record user info when create succeeded - ([b041fb](https://github.com/GZTimeWalker/GZCTF/commit/b041fb)) by **GZTime**

---
## [1.0.4](https://github.com/GZTimeWalker/GZCTF/compare/v1.0.3..v1.0.4) - 2024-11-30

Expand Down
8 changes: 4 additions & 4 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tasks" Version="9.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.1" />
<PackageVersion Include="Npgsql.OpenTelemetry" Version="9.0.1" />
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.2" />
<PackageVersion Include="Npgsql.OpenTelemetry" Version="9.0.2" />
<PackageVersion Include="NPOI" Version="2.7.2" />
<PackageVersion Include="NSwag.AspNetCore" Version="14.2.0" />
<PackageVersion Include="NSwag.MSBuild" Version="14.2.0" />
Expand All @@ -30,9 +30,9 @@
<PackageVersion Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.0.0-beta.12" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.10.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Process" Version="0.5.0-beta.7" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.9.0-beta.1" />
<PackageVersion Include="Scalar.AspNetCore" Version="1.2.46" />
<PackageVersion Include="Scalar.AspNetCore" Version="1.2.49" />
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageVersion Include="Serilog.Expressions" Version="5.0.0" />
<PackageVersion Include="Serilog.Extensions.Logging" Version="8.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release</Configurations>
<ReleaseVersion>1.0.4</ReleaseVersion>
<ReleaseVersion>1.0.5</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 = 1.0.4
version = 1.0.5
EndGlobalSection
EndGlobal
24 changes: 12 additions & 12 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"embla-carousel-react": "^8.5.1",
"fast-average-color": "^9.4.0",
"i18next": "^24.0.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-browser-languagedetector": "^8.0.1",
"katex": "^0.16.11",
"lz-string": "^1.5.0",
"marked": "^15.0.3",
Expand All @@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"@eslint/compat": "^1.2.3",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@kainstar/vite-plugin-i18next-loader": "^1.0.3",
Expand All @@ -66,37 +66,37 @@
"@types/katex": "^0.16.7",
"@types/node": "^22.10.1",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.7.9",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "^9.16.0",
"eslint-plugin-oxlint": "^0.14.0",
"eslint-plugin-oxlint": "^0.14.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"form-data": "~4.0.1",
"globals": "^15.13.0",
"lodash": "^4.17.21",
"oxlint": "^0.14.0",
"oxlint": "^0.14.1",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "~3.4.2",
"prettier-plugin-sort-json": "^4.0.0",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"swagger-typescript-api": "^13.0.23",
"tslib": "^2.8.1",
"typescript": "5.7.2",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-optimize-css-modules": "^1.1.0",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-webfont-dl": "^3.10.2",
"vite-tsconfig-paths": "^5.1.3"
"vite-plugin-webfont-dl": "^3.10.3",
"vite-tsconfig-paths": "^5.1.4"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit c2ec037

Please sign in to comment.