Skip to content

Commit

Permalink
chore(release): 14.18.2 [skip ci]
Browse files Browse the repository at this point in the history
## [14.18.2](v14.18.1...v14.18.2) (2023-07-24)

### Bug Fixes

* **community:** issue with community build preventing import of community components ([#828](#828)) ([fd59552](fd59552))
* **Select:** long value overflow ([#827](#827)) ([ec0e43c](ec0e43c))
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent ec0e43c commit af377fb
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 @@
## [14.18.2](https://github.com/Telefonica/mistica-web/compare/v14.18.1...v14.18.2) (2023-07-24)


### Bug Fixes

* **community:** issue with community build preventing import of community components ([#828](https://github.com/Telefonica/mistica-web/issues/828)) ([fd59552](https://github.com/Telefonica/mistica-web/commit/fd595524052147926b61228c017a631bf014a23d))
* **Select:** long value overflow ([#827](https://github.com/Telefonica/mistica-web/issues/827)) ([ec0e43c](https://github.com/Telefonica/mistica-web/commit/ec0e43cd401436376315b75a18db4f22b835c836))

## [14.18.1](https://github.com/Telefonica/mistica-web/compare/v14.18.0...v14.18.1) (2023-07-21)


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

0 comments on commit af377fb

Please sign in to comment.