Skip to content

Commit ff73a3b

Browse files
authored
Merge pull request #21 from MFB-Technologies-Inc/release/v2.0.0
Release/v2.0.0
2 parents 00f9e81 + 90fbb29 commit ff73a3b

File tree

9 files changed

+6167
-5589
lines changed

9 files changed

+6167
-5589
lines changed

CHANGELOG.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
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+
"patch": [
20+
{
21+
"comment": "Resolve Json5 security warnings"
22+
}
23+
],
24+
"none": [
25+
{
26+
"comment": "Added a docker development environment"
27+
},
28+
{
29+
"comment": "Updated the Mend configuration file"
30+
},
31+
{
32+
"comment": "Resolved build warnings from Sass math division"
33+
}
34+
]
35+
}
36+
},
437
{
538
"version": "1.3.0",
639
"tag": "@mfbtech/react-async-renderer_v1.3.0",

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
16+
### Patch changes
17+
18+
- Resolve Json5 security warnings
19+
520
## 1.3.0
621
Fri, 12 Aug 2022 09:12:00 GMT
722

@@ -50,4 +65,3 @@ Mon, 04 Oct 2021 20:45:24 GMT
5065
### Patches
5166

5267
- Re-generate pipeline script
53-

0 commit comments

Comments
 (0)