diff --git a/CHANGELOG.md b/CHANGELOG.md index 668eab47..d4aad376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.28.3](https://github.com/Sensoro/ant-design-style/compare/v1.28.2...v1.28.3) (2023-10-25) + + +### Bug Fixes + +* picker box position ([c1a2e81](https://github.com/Sensoro/ant-design-style/commit/c1a2e81590515e2f40f340093abafc9bc7ed085c)) + ## [1.28.2](https://github.com/Sensoro/ant-design-style/compare/v1.28.1...v1.28.2) (2023-10-25) diff --git a/package.json b/package.json index aca0261e..7f5e288a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sensoro-design/styles", - "version": "1.28.2", + "version": "1.28.3", "description": "Sensoro Design Styles", "scripts": { "start": "dumi dev",