diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 155c5c5c7..7a3b39fc0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Override Layer z-index + hash: 7d2ff50586cdbc5e6e47be5bcebb39c823cfbd35 + body: "" + footer: + Change-type: patch + change-type: patch + author: Andrea Rosci + nested: [] + version: 35.1.2 + title: "" + date: 2023-12-07T15:17:29.658Z - commits: - subject: Fix full text serach filter with special characters hash: 8bc846faa79d6bdb092bb0ed879f17ca7114c33a diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a57de0dd..d1d24a49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 35.1.2 - 2023-12-07 + +* Override Layer z-index [Andrea Rosci] + ## 35.1.1 - 2023-11-28 * Fix full text serach filter with special characters [Andrea Rosci] diff --git a/package.json b/package.json index 4fda61991..57f22b3c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "35.1.1", + "version": "35.1.2", "description": "React components library", "repository": { "type": "git", @@ -185,6 +185,6 @@ ] }, "versionist": { - "publishedAt": "2023-11-28T10:34:18.524Z" + "publishedAt": "2023-12-07T15:17:29.996Z" } }