diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c7833c92..e234a3f033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.16.1](https://github.com/gravity-ui/uikit/compare/v6.16.0...v6.16.1) (2024-06-04) + + +### Bug Fixes + +* **useList:** add qa property to container ([#1625](https://github.com/gravity-ui/uikit/issues/1625)) ([05c1fc2](https://github.com/gravity-ui/uikit/commit/05c1fc2df61226cc070c007388c1aeb5e5744799)) + ## [6.16.0](https://github.com/gravity-ui/uikit/compare/v6.15.0...v6.16.0) (2024-05-24) diff --git a/package-lock.json b/package-lock.json index ab669f9794..dbe5fa29df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/uikit", - "version": "6.16.0", + "version": "6.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/uikit", - "version": "6.16.0", + "version": "6.16.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 3b4d889150..64dfeea4c2 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,8 @@ { "name": "@gravity-ui/uikit", - "version": "6.16.0", + "version": "6.16.1", "description": "Gravity UI base styling and components", "license": "MIT", - "engines": { - "node": ">= 18", - "npm": ">= 9", - "yarn": "Please use npm instead of yarn to install dependencies", - "pnpm": "Please use npm instead of pnpm to install dependencies" - }, "repository": { "type": "git", "url": "https://github.com/gravity-ui/uikit" @@ -89,7 +83,7 @@ "lint:prettier:fix": "cross-env prettier --write '**/*.md'", "lint": "run-p lint:*", "typecheck": "tsc --noEmit", - "prepublishOnly": "npm run build && npm pkg delete engines", + "prepublishOnly": "npm run build", "playwright:install": "playwright install --with-deps", "playwright": "playwright test --config=playwright/playwright.config.ts", "playwright:update": "npm run playwright -- -u",