This commit is contained in:
xiaojunnuo
2025-03-11 23:32:00 +08:00
parent d73cb4be2b
commit 2a4d64af95
26 changed files with 97 additions and 41 deletions
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.31.1](https://github.com/certd/certd/compare/v1.31.0...v1.31.1) (2025-03-11)
### Performance Improvements
* 一些手机端适配优化 ([5b8d5dd](https://github.com/certd/certd/commit/5b8d5dd97536456a9d5d1384216eac1093b2dc3d))
# [1.31.0](https://github.com/certd/certd/compare/v1.30.6...v1.31.0) (2025-03-10)
### Performance Improvements
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.31.0",
"version": "1.31.1",
"private": true,
"scripts": {
"dev": "vite --open",
@@ -95,8 +95,8 @@
"zod-defaults": "^0.1.3"
},
"devDependencies": {
"@certd/lib-iframe": "^1.31.0",
"@certd/pipeline": "^1.31.0",
"@certd/lib-iframe": "^1.31.1",
"@certd/pipeline": "^1.31.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",