Skip to content

Commit

Permalink
chore(release): 16.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [16.1.1](v16.1.0...v16.1.1) (2024-10-03)

### Bug Fixes

* **PhoneNumberField:** Revert lazy load of libphonenumber ([#1258](#1258)) ([3d18271](3d18271)), closes [#1244](#1244)
* **Sheet:** avoid content from rendering on top of sticky title/buttons ([#1247](#1247)) ([21ce399](21ce399))
  • Loading branch information
semantic-release-bot committed Oct 3, 2024
1 parent 3d18271 commit 260732c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [16.1.1](https://github.com/Telefonica/mistica-web/compare/v16.1.0...v16.1.1) (2024-10-03)


### Bug Fixes

* **PhoneNumberField:** Revert lazy load of libphonenumber ([#1258](https://github.com/Telefonica/mistica-web/issues/1258)) ([3d18271](https://github.com/Telefonica/mistica-web/commit/3d18271fdb5a48727fbb1653bbed3fbb72365112)), closes [Telefonica/mistica-web#1244](https://github.com/Telefonica/mistica-web/issues/1244)
* **Sheet:** avoid content from rendering on top of sticky title/buttons ([#1247](https://github.com/Telefonica/mistica-web/issues/1247)) ([21ce399](https://github.com/Telefonica/mistica-web/commit/21ce3995c7d16e4498b0f6734620cd7d267bdbf6))

# [16.1.0](https://github.com/Telefonica/mistica-web/compare/v16.0.0...v16.1.0) (2024-09-27)


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.1.0",
"version": "16.1.1",
"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.1.0' as string;
export const PACKAGE_VERSION = '16.1.1' as string;

0 comments on commit 260732c

Please sign in to comment.