Skip to content

Commit

Permalink
chore(release): 16.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.3.0](v16.2.0...v16.3.0) (2024-10-16)

### Bug Fixes

* **Sheet:** lock focus inside sheet container when content is not interactive ([#1264](#1264)) ([dd0fdad](dd0fdad))
* **Text:** extract textProps to separate file ([#1267](#1267)) ([3894eb9](3894eb9))

### Features

* **Box:** remove className usages ([#1266](#1266)) ([56a25e0](56a25e0))
  • Loading branch information
semantic-release-bot committed Oct 16, 2024
1 parent 3894eb9 commit 439300d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@telefonica/mistica",
"version": "16.2.0",
"version": "16.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/package-version.tsx
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 439300d

Please sign in to comment.