Skip to content

Commit

Permalink
release: bump version to v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Mar 9, 2024
1 parent 383d037 commit 701b78d
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 77 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

---
## [0.18.2](https://github.com/GZTimeWalker/GZCTF/compare/v0.18.1.2..v0.18.2) - 2024-03-09

### 🐛 Bug Fixes

- model validation attribute need ErrorMessageResourceType - ([383d03](https://github.com/GZTimeWalker/GZCTF/commit/383d03)) by **GZTime**
- Error Handling (#246) - ([3c6968](https://github.com/GZTimeWalker/GZCTF/commit/3c6968)) by **Kengwang**

---
## [0.18.1.2](https://github.com/GZTimeWalker/GZCTF/compare/v0.18.1.1..v0.18.1.2) - 2024-03-05

### ⚙️ Miscellaneous Tasks

- **(trans)** update strings - ([9c5b9a](https://github.com/GZTimeWalker/GZCTF/commit/9c5b9a)) by **GZTime**

---
## [0.18.1.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.18.1..v0.18.1.1) - 2024-03-03

### 🐛 Bug Fixes

- **(post)** i18n without value - ([12c7bb](https://github.com/GZTimeWalker/GZCTF/commit/12c7bb)) by **GZTime**

---
## [0.18.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.18.0..v0.18.1) - 2024-03-03

Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.18.1",
"version": "0.18.2",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -9,16 +9,16 @@
},
"dependencies": {
"@vercel/analytics": "^1.2.2",
"next": "^14.1.2",
"next": "^14.1.3",
"next-themes": "^0.2.1",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"typescript": "^5.3.3"
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"typescript": "^5.4.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.

Loading

0 comments on commit 701b78d

Please sign in to comment.