Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 4a48578

Browse files
committed
v34.2.2
1 parent 9fc23ad commit 4a48578

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Remove deep import into date-fns
3+
hash: 49f91a0a8ded2d033e0d615226f26c9acb9b8f8a
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Page-
9+
nested: []
10+
version: 34.2.2
11+
title: ""
12+
date: 2022-11-07T13:48:03.208Z
113
- commits:
214
- subject: Fix date-time filter summary visualization
315
hash: 5d7d2b5ee843ebb9949e34f5cb4ee8f5767b191f

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 34.2.2 - 2022-11-07
8+
9+
* Remove deep import into date-fns [Page-]
10+
711
## 34.2.1 - 2022-11-03
812

913
* Fix date-time filter summary visualization [JSReds]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rendition",
3-
"version": "34.2.1",
3+
"version": "34.2.2",
44
"description": "React components library",
55
"repository": {
66
"type": "git",
@@ -185,6 +185,6 @@
185185
]
186186
},
187187
"versionist": {
188-
"publishedAt": "2022-11-03T13:34:02.052Z"
188+
"publishedAt": "2022-11-07T13:48:03.746Z"
189189
}
190190
}

0 commit comments

Comments
 (0)