Skip to content

Commit

Permalink
Merge pull request #32 from MFB-Technologies-Inc/release/v2.1.0
Browse files Browse the repository at this point in the history
release v2.1.0
  • Loading branch information
lemke-ethan committed Dec 2, 2023
2 parents 6087102 + 1794a62 commit 7eb2d90
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 4 deletions.
66 changes: 65 additions & 1 deletion CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,75 @@
{
"name": "@mfbtech/react-async-renderer",
"entries": [
{
"version": "2.1.0",
"tag": "@mfbtech/react-async-renderer_v2.1.0",
"date": "Fri, 1 Dec 2023 11:45:00 GMT",
"comments": {
"minor": [
{
"comment": "Added a title to the spinner image"
}
],
"patch": [
{
"comment": "Resolved JSON5 security issue"
},
{
"comment": "Upgraded `@types/react` from 17.0.44 to 17.0.60"
},
{
"comment": "Changed TS config to build to ES6"
}
],
"none": [
{
"comment": "Fixed change log for v2.0.0"
},
{
"comment": "Upgraded Node.js to v18"
},
{
"comment": "Upgraded npm to v10.2.0"
},
{
"comment": "Upgraded `@types/node` to v18"
},
{
"comment": "Upgraded `prettier` to v18"
},
{
"comment": "Added dev dependency `eslint-plugin-react` to v7.33.2"
},
{
"comment": "Added dev dependency `eslint-plugin-react-hooks` to v4.3.0"
},
{
"comment": "Added dev dependency `@typescript-eslint/parser` to v6.4.1"
},
{
"comment": "Added dev dependency `@typescript-eslint/eslint-plugin` to v6.4.1"
},
{
"comment": "Improved eslint by fixing its configuration file"
},
{
"comment": "Fixed new linting errors and warnings"
},
{
"comment": "Extended the base tsconfig in the prod tsconfig"
}
]
}
},
{
"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"
"comment": "Changed `AsyncRequestStatus` from an enumeration to a type"
}
],
"minor": [
Expand All @@ -19,6 +80,9 @@
"patch": [
{
"comment": "Resolve Json5 security warnings"
},
{
"comment": "Resolve build warnings concerning Sass `mathdiv`"
}
],
"none": [
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,25 @@

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

## 2.1.0
Fri, 1 Dec 2023 11:45:00 GMT

### Minor changes

- Added a title to the spinner image

### Patch changes

- Resolved JSON5 security issue
- Upgraded `@types/react` from 17.0.44 to 17.0.60
- Changed TS config to build to ES6

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

### Major changes

- Changed AsyncRequestStatus from an enumeration to a type
- Changed `AsyncRequestStatus` from an enumeration to a type

### Minor changes

Expand All @@ -16,6 +29,7 @@ Fri, 24 Feb 2023 09:52:00 GMT
### Patch changes

- Resolve Json5 security warnings
- Resolve build warnings concerning Sass `mathdiv`

## 1.3.0
Fri, 12 Aug 2022 09:12:00 GMT
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-2.0.0.tgz",
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-2.1.0.tgz",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mfbtech/react-async-renderer",
"version": "2.0.0",
"version": "2.1.0",
"description": "Utilities for rendering JSX with respect to one or more asynchronous operations.",
"author": "MFB Technologies, Inc.",
"homepage": "https://github.com/MFB-Technologies-Inc/react-async-renderer",
Expand Down

0 comments on commit 7eb2d90

Please sign in to comment.