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

Commit 52f12ae

Browse files
committed
v34.4.1
1 parent d903989 commit 52f12ae

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 unnecessary @types/mermaid dependency
3+
hash: e448237e865e3af664d53bddc99a5880083b4b50
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
nested: []
10+
version: 34.4.1
11+
title: ""
12+
date: 2022-12-07T19:52:19.250Z
113
- commits:
214
- subject: Improve full text search filters and operators in filter modal
315
hash: 531a8af2ba4c1a3065c4765f47b0fa1a2a61f2aa

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.4.1 - 2022-12-07
8+
9+
* Remove unnecessary @types/mermaid dependency [myarmolinsky]
10+
711
## 34.4.0 - 2022-12-07
812

913
* Improve full text search filters and operators in filter modal [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.4.0",
3+
"version": "34.4.1",
44
"description": "React components library",
55
"repository": {
66
"type": "git",
@@ -186,6 +186,6 @@
186186
]
187187
},
188188
"versionist": {
189-
"publishedAt": "2022-12-07T14:52:04.758Z"
189+
"publishedAt": "2022-12-07T19:52:19.705Z"
190190
}
191191
}

0 commit comments

Comments
 (0)