diff --git a/CHANGELOG.md b/CHANGELOG.md index 730334450..4997ad2c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [16.3.0](https://github.com/Telefonica/mistica-web/compare/v16.2.0...v16.3.0) (2024-10-16) + + +### Bug Fixes + +* **Sheet:** lock focus inside sheet container when content is not interactive ([#1264](https://github.com/Telefonica/mistica-web/issues/1264)) ([dd0fdad](https://github.com/Telefonica/mistica-web/commit/dd0fdad6ee00d8feb71d8e51247426d274d88d62)) +* **Text:** extract textProps to separate file ([#1267](https://github.com/Telefonica/mistica-web/issues/1267)) ([3894eb9](https://github.com/Telefonica/mistica-web/commit/3894eb9567236be4560c34cf86cbc8a94f77f467)) + + +### Features + +* **Box:** remove className usages ([#1266](https://github.com/Telefonica/mistica-web/issues/1266)) ([56a25e0](https://github.com/Telefonica/mistica-web/commit/56a25e0e10f9e2e47c4656caeb8dc09c7a7219ae)) + # [16.2.0](https://github.com/Telefonica/mistica-web/compare/v16.1.1...v16.2.0) (2024-10-08) diff --git a/package.json b/package.json index 8d8c67230..dd1d2949e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@telefonica/mistica", - "version": "16.2.0", + "version": "16.3.0", "license": "MIT", "repository": { "type": "git", diff --git a/src/package-version.tsx b/src/package-version.tsx index 405af40e7..6c977dced 100644 --- a/src/package-version.tsx +++ b/src/package-version.tsx @@ -1,2 +1,2 @@ // DO NOT EDIT THIS FILE. It's autogenerated by set-version.js -export const PACKAGE_VERSION = '16.2.0' as string; +export const PACKAGE_VERSION = '16.3.0' as string;