Skip to content

Commit 79a2212

Browse files
committed
bump the version and update the change log files
1 parent bf47ff2 commit 79a2212

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
{
22
"name": "@mfbtech/react-async-renderer",
33
"entries": [
4+
{
5+
"version": "2.0.0",
6+
"tag": "@mfbtech/react-async-renderer_v2.0.0",
7+
"date": "Fri, 24 Feb 2023 09:52:00 GMT",
8+
"comments": {
9+
"major": [
10+
{
11+
"comment": "Changed AsyncRequestStatus from an enumeration to a type"
12+
}
13+
],
14+
"minor": [
15+
{
16+
"comment": "Added support for React v18"
17+
}
18+
],
19+
"none": [
20+
{
21+
"comment": "Added a docker development environment"
22+
},
23+
{
24+
"comment": "Updated the Mend configuration file"
25+
},
26+
{
27+
"comment": "Resolved build warnings from Sass math division"
28+
}
29+
]
30+
}
31+
},
432
{
533
"version": "1.3.0",
634
"tag": "@mfbtech/react-async-renderer_v1.3.0",

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
This log was last generated on Wed, 16 Mar 2022 01:48:17 GMT and should not be manually modified.
44

5+
## 2.0.0
6+
Fri, 24 Feb 2023 09:52:00 GMT
7+
8+
### Major changes
9+
10+
- Changed AsyncRequestStatus from an enumeration to a type
11+
12+
### Minor changes
13+
14+
- Added support for React v18
15+
516
## 1.3.0
617
Fri, 12 Aug 2022 09:12:00 GMT
718

@@ -50,4 +61,3 @@ Mon, 04 Oct 2021 20:45:24 GMT
5061
### Patches
5162

5263
- Re-generate pipeline script
53-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfbtech/react-async-renderer",
3-
"version": "1.3.0",
3+
"version": "2.0.0",
44
"description": "Utilities for rendering JSX with respect to one or more asynchronous operations.",
55
"author": "MFB Technologies, Inc.",
66
"homepage": "https://github.com/MFB-Technologies-Inc/react-async-renderer",

0 commit comments

Comments
 (0)