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

Commit 9f8ff5b

Browse files
committed
v34.5.0
1 parent c91083b commit 9f8ff5b

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: "useRequest: Make the result usable as object as well"
3+
hash: c83f0a3770a3a367f163bb50494f4e8a863cdf3a
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: Thodoris Greasidis
9+
nested: []
10+
version: 34.5.0
11+
title: ""
12+
date: 2022-12-19T19:02:09.385Z
113
- commits:
214
- subject: Remove unnecessary @types/mermaid dependency
315
hash: e448237e865e3af664d53bddc99a5880083b4b50

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.5.0 - 2022-12-19
8+
9+
* useRequest: Make the result usable as object as well [Thodoris Greasidis]
10+
711
## 34.4.1 - 2022-12-07
812

913
* Remove unnecessary @types/mermaid dependency [myarmolinsky]

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.1",
3+
"version": "34.5.0",
44
"description": "React components library",
55
"repository": {
66
"type": "git",
@@ -186,6 +186,6 @@
186186
]
187187
},
188188
"versionist": {
189-
"publishedAt": "2022-12-07T19:52:19.705Z"
189+
"publishedAt": "2022-12-19T19:02:10.038Z"
190190
}
191191
}

0 commit comments

Comments
 (0)