Skip to content

Commit

Permalink
chore(release): 15.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.5.0](v15.4.0...v15.5.0) (2024-05-07)

### Features

* **ResponsiveLayout, ResetResponsiveLayout, Hero, Slideshow:** refactor ResponsiveLayout and update components ([#1100](#1100)) ([7fc17d0](7fc17d0))
* **ThemeContextProvider:** withoutStyles prop, to avoid injecting styles ([#1114](#1114)) ([da98f68](da98f68))
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent 7fc17d0 commit 8cccf22
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.5.0](https://github.com/Telefonica/mistica-web/compare/v15.4.0...v15.5.0) (2024-05-07)


### Features

* **ResponsiveLayout, ResetResponsiveLayout, Hero, Slideshow:** refactor ResponsiveLayout and update components ([#1100](https://github.com/Telefonica/mistica-web/issues/1100)) ([7fc17d0](https://github.com/Telefonica/mistica-web/commit/7fc17d003f15a6cee11684901e0d718af49e3847))
* **ThemeContextProvider:** withoutStyles prop, to avoid injecting styles ([#1114](https://github.com/Telefonica/mistica-web/issues/1114)) ([da98f68](https://github.com/Telefonica/mistica-web/commit/da98f68f08844316ae3adf2ae1540a963a303bdf))

# [15.4.0](https://github.com/Telefonica/mistica-web/compare/v15.3.0...v15.4.0) (2024-05-06)


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

0 comments on commit 8cccf22

Please sign in to comment.