diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5caaab..1d16040c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.0](https://github.com/gravity-ui/components/compare/v3.5.0...v3.6.0) (2024-04-15) + + +### Features + +* **FilePreview:** add tooltip props for actions ([#174](https://github.com/gravity-ui/components/issues/174)) ([e16cef8](https://github.com/gravity-ui/components/commit/e16cef822e746a4571a2da0ca5116f7dbed94bd1)) + ## [3.5.0](https://github.com/gravity-ui/components/compare/v3.4.2...v3.5.0) (2024-04-08) diff --git a/package-lock.json b/package-lock.json index 97a61ebe..b06aa7e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/components", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/components", - "version": "3.5.0", + "version": "3.6.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 65daccc3..19389f2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/components", - "version": "3.5.0", + "version": "3.6.0", "description": "", "license": "MIT", "main": "./build/cjs/index.js",