chore: update client and api patch version to 0.0.5

This commit is contained in:
Vladislav Syrochkin 2025-07-02 12:25:11 +05:00
parent a0fcc324fa
commit e6589a0950
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "api" name = "api"
version = "0.0.4" version = "0.0.5"
description = "" description = ""
authors = [{ name = "Vladislav", email = "vlad.dev@heado.ru" }] authors = [{ name = "Vladislav", email = "vlad.dev@heado.ru" }]
readme = "README.md" readme = "README.md"

View File

@ -1,6 +1,6 @@
{ {
"name": "client", "name": "client",
"version": "0.0.4", "version": "0.0.5",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@ant-design/icons": "^5.6.1", "@ant-design/icons": "^5.6.1",