diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7a3b39fc0..bc1123bae 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Update date-fns to v3.0.5 + hash: 5b3a5d817929fa1e73665e8c5ef4b501d5948749 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "Changelog: Replace date-fns isBefore with a Date comparison" + hash: 13722d358cab8ce070a2c5caa7209b94d9c9c5bb + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 35.1.3 + title: "" + date: 2023-12-21T17:39:54.535Z - commits: - subject: Override Layer z-index hash: 7d2ff50586cdbc5e6e47be5bcebb39c823cfbd35 diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d24a49a..14324182a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.3 - 2023-12-21 + +* Update date-fns to v3.0.5 [Thodoris Greasidis] +* Changelog: Replace date-fns isBefore with a Date comparison [Thodoris Greasidis] + ## 35.1.2 - 2023-12-07 * Override Layer z-index [Andrea Rosci] diff --git a/package.json b/package.json index a981b3f0b..c7581a29a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rendition", - "version": "35.1.2", + "version": "35.1.3", "description": "React components library", "repository": { "type": "git", @@ -185,6 +185,6 @@ ] }, "versionist": { - "publishedAt": "2023-12-07T15:17:29.996Z" + "publishedAt": "2023-12-21T17:39:54.872Z" } }