Skip to content

Commit

Permalink
Merge pull request #21 from MFB-Technologies-Inc/release/v2.0.0
Browse files Browse the repository at this point in the history
Release/v2.0.0
  • Loading branch information
lemke-ethan authored Oct 20, 2023
2 parents 00f9e81 + 90fbb29 commit ff73a3b
Show file tree
Hide file tree
Showing 9 changed files with 6,167 additions and 5,589 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@mfbtech/react-async-renderer",
"entries": [
{
"version": "2.0.0",
"tag": "@mfbtech/react-async-renderer_v2.0.0",
"date": "Fri, 24 Feb 2023 09:52:00 GMT",
"comments": {
"major": [
{
"comment": "Changed AsyncRequestStatus from an enumeration to a type"
}
],
"minor": [
{
"comment": "Added support for React v18"
}
],
"patch": [
{
"comment": "Resolve Json5 security warnings"
}
],
"none": [
{
"comment": "Added a docker development environment"
},
{
"comment": "Updated the Mend configuration file"
},
{
"comment": "Resolved build warnings from Sass math division"
}
]
}
},
{
"version": "1.3.0",
"tag": "@mfbtech/react-async-renderer_v1.3.0",
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## 2.0.0
Fri, 24 Feb 2023 09:52:00 GMT

### Major changes

- Changed AsyncRequestStatus from an enumeration to a type

### Minor changes

- Added support for React v18

### Patch changes

- Resolve Json5 security warnings

## 1.3.0
Fri, 12 Aug 2022 09:12:00 GMT

Expand Down Expand Up @@ -50,4 +65,3 @@ Mon, 04 Oct 2021 20:45:24 GMT
### Patches

- Re-generate pipeline script

Loading

0 comments on commit ff73a3b

Please sign in to comment.