Skip to content

Commit

Permalink
chore: version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
韩高钶 committed Aug 19, 2024
1 parent b72ffb0 commit 0a7db41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.9.4](https://github.com/NSFI/ppfish-components/compare/v1.9.4-alpha.3...v1.9.4) (2024-08-19)

### Bug Fixes

- 修复 base64 上传的 bug ([9572ba9](https://github.com/NSFI/ppfish-components/commit/9572ba918c99aea1bde3a3cfb4eee8e09c26c529))
- 修复 select 弹窗定位问题 ([b72ffb0](https://github.com/NSFI/ppfish-components/commit/b72ffb07950e1a035a804123c44a87cc118fabeb))
- handleZoom 时偶现 imgEl 为 null 的情况 ([618d040](https://github.com/NSFI/ppfish-components/commit/618d0409eb35b25b0f02f2d9ad8e797efd62e9c7))
- PicturePreview 实时计算窗口大小 ([230675b](https://github.com/NSFI/ppfish-components/commit/230675b9740a602c2ac145e2e7d01ffe990a1a69))

## [1.9.4-alpha.3](https://github.com/NSFI/ppfish-components/compare/v1.9.4-alpha.2...v1.9.4-alpha.3) (2022-11-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppfish",
"version": "1.9.4-alpha.6",
"version": "1.9.4",
"description": "fish design ui components",
"scripts": {
"dev": "babel-node --max-old-space-size=4096 tools/openSite.js",
Expand Down

0 comments on commit 0a7db41

Please sign in to comment.