diff --git a/libs/cmdb-instances/CHANGELOG.md b/libs/cmdb-instances/CHANGELOG.md index bbfc870ee..d580286bb 100644 --- a/libs/cmdb-instances/CHANGELOG.md +++ b/libs/cmdb-instances/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.20.7](https://github.com/easyops-cn/next-libs/compare/@next-libs/cmdb-instances@7.20.6...@next-libs/cmdb-instances@7.20.7) (2024-06-27) + + +### Bug Fixes + +* 调整附件属性的方案 ([#681](https://github.com/easyops-cn/next-libs/issues/681)) ([30b6c88](https://github.com/easyops-cn/next-libs/commit/30b6c886cfe286ebecc2bdc40cc0f1e543f9cb0e)) + + + + + ## [7.20.6](https://github.com/easyops-cn/next-libs/compare/@next-libs/cmdb-instances@7.20.5...@next-libs/cmdb-instances@7.20.6) (2024-06-26) diff --git a/libs/cmdb-instances/package.json b/libs/cmdb-instances/package.json index 10275086e..0573e26a4 100644 --- a/libs/cmdb-instances/package.json +++ b/libs/cmdb-instances/package.json @@ -1,6 +1,6 @@ { "name": "@next-libs/cmdb-instances", - "version": "7.20.6", + "version": "7.20.7", "description": "> TODO: description", "homepage": "https://github.com/easyops-cn/next-libs/tree/master/libs/cmdb-instances", "license": "GPL-3.0", @@ -37,7 +37,7 @@ "dependencies": { "@next-core/brick-types": "^2.16.0", "@next-libs/basic-components": "^5.4.0", - "@next-libs/cmdb-utils": "^3.7.1", + "@next-libs/cmdb-utils": "^3.7.2", "@next-libs/code-display-components": "^2.1.0", "@next-libs/code-editor-components": "^4.11.0", "@next-libs/forms": "^3.5.5", diff --git a/libs/cmdb-utils/CHANGELOG.md b/libs/cmdb-utils/CHANGELOG.md index 48fb5f84a..c90f38375 100644 --- a/libs/cmdb-utils/CHANGELOG.md +++ b/libs/cmdb-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.2](https://github.com/easyops-cn/next-libs/compare/@next-libs/cmdb-utils@3.7.1...@next-libs/cmdb-utils@3.7.2) (2024-06-27) + + +### Bug Fixes + +* 调整附件属性的方案 ([#681](https://github.com/easyops-cn/next-libs/issues/681)) ([30b6c88](https://github.com/easyops-cn/next-libs/commit/30b6c886cfe286ebecc2bdc40cc0f1e543f9cb0e)) + + + + + ## [3.7.1](https://github.com/easyops-cn/next-libs/compare/@next-libs/cmdb-utils@3.7.0...@next-libs/cmdb-utils@3.7.1) (2024-06-25) diff --git a/libs/cmdb-utils/package.json b/libs/cmdb-utils/package.json index ec955e5f8..789dde95a 100644 --- a/libs/cmdb-utils/package.json +++ b/libs/cmdb-utils/package.json @@ -1,6 +1,6 @@ { "name": "@next-libs/cmdb-utils", - "version": "3.7.1", + "version": "3.7.2", "description": "> TODO: description", "homepage": "https://github.com/easyops-cn/next-libs/tree/master/libs/cmdb-utils", "license": "GPL-3.0",