diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 36cb4f638..155c5c5c7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix full text serach filter with special characters + hash: 8bc846faa79d6bdb092bb0ed879f17ca7114c33a + body: "" + footer: + Change-type: patch + change-type: patch + author: Andrea Rosci + nested: [] + version: 35.1.1 + title: "" + date: 2023-11-28T10:34:18.188Z - commits: - subject: "Form: Add `widgets` prop for overriding internal Form widgets" hash: 3f59755ce455f73570960d38a2f8b751439ad4c6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 32bd6394e..9a57de0dd 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.1 - 2023-11-28 + +* Fix full text serach filter with special characters [Andrea Rosci] + ## 35.1.0 - 2023-09-22 * Form: Add `widgets` prop for overriding internal Form widgets [myarmolinsky] diff --git a/package.json b/package.json index 756bbc110..4fda61991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "35.1.0", + "version": "35.1.1", "description": "React components library", "repository": { "type": "git", @@ -185,6 +185,6 @@ ] }, "versionist": { - "publishedAt": "2023-09-22T15:37:45.092Z" + "publishedAt": "2023-11-28T10:34:18.524Z" } }