Skip to content

Commit

Permalink
chore(release): 15.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.2.0](v15.1.0...v15.2.0) (2024-04-09)

### Features

* **DisplayMediaCard & PosterCard:** use cardContentOverlay token in overlay ([#1074](#1074)) ([a885ce2](a885ce2))
* **TextLink:** accesibility improvements ([#1072](#1072)) ([4179b3e](4179b3e))
  • Loading branch information
semantic-release-bot committed Apr 9, 2024
1 parent a885ce2 commit d091926
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 @@
# [15.2.0](https://github.com/Telefonica/mistica-web/compare/v15.1.0...v15.2.0) (2024-04-09)


### Features

* **DisplayMediaCard & PosterCard:** use cardContentOverlay token in overlay ([#1074](https://github.com/Telefonica/mistica-web/issues/1074)) ([a885ce2](https://github.com/Telefonica/mistica-web/commit/a885ce29e3e25c9c8b65de00e8dd9b84f5cc2a7c))
* **TextLink:** accesibility improvements ([#1072](https://github.com/Telefonica/mistica-web/issues/1072)) ([4179b3e](https://github.com/Telefonica/mistica-web/commit/4179b3ee74c19f8353327641f5cf1fca2af60735))

# [15.1.0](https://github.com/Telefonica/mistica-web/compare/v15.0.0...v15.1.0) (2024-04-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": "15.1.0",
"version": "15.2.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 = '15.1.0' as string;
export const PACKAGE_VERSION = '15.2.0' as string;

0 comments on commit d091926

Please sign in to comment.