Skip to content

Commit 7eb2d90

Browse files
authored
Merge pull request #32 from MFB-Technologies-Inc/release/v2.1.0
release v2.1.0
2 parents 6087102 + 1794a62 commit 7eb2d90

File tree

4 files changed

+82
-4
lines changed

4 files changed

+82
-4
lines changed

CHANGELOG.json

+65-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,75 @@
11
{
22
"name": "@mfbtech/react-async-renderer",
33
"entries": [
4+
{
5+
"version": "2.1.0",
6+
"tag": "@mfbtech/react-async-renderer_v2.1.0",
7+
"date": "Fri, 1 Dec 2023 11:45:00 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Added a title to the spinner image"
12+
}
13+
],
14+
"patch": [
15+
{
16+
"comment": "Resolved JSON5 security issue"
17+
},
18+
{
19+
"comment": "Upgraded `@types/react` from 17.0.44 to 17.0.60"
20+
},
21+
{
22+
"comment": "Changed TS config to build to ES6"
23+
}
24+
],
25+
"none": [
26+
{
27+
"comment": "Fixed change log for v2.0.0"
28+
},
29+
{
30+
"comment": "Upgraded Node.js to v18"
31+
},
32+
{
33+
"comment": "Upgraded npm to v10.2.0"
34+
},
35+
{
36+
"comment": "Upgraded `@types/node` to v18"
37+
},
38+
{
39+
"comment": "Upgraded `prettier` to v18"
40+
},
41+
{
42+
"comment": "Added dev dependency `eslint-plugin-react` to v7.33.2"
43+
},
44+
{
45+
"comment": "Added dev dependency `eslint-plugin-react-hooks` to v4.3.0"
46+
},
47+
{
48+
"comment": "Added dev dependency `@typescript-eslint/parser` to v6.4.1"
49+
},
50+
{
51+
"comment": "Added dev dependency `@typescript-eslint/eslint-plugin` to v6.4.1"
52+
},
53+
{
54+
"comment": "Improved eslint by fixing its configuration file"
55+
},
56+
{
57+
"comment": "Fixed new linting errors and warnings"
58+
},
59+
{
60+
"comment": "Extended the base tsconfig in the prod tsconfig"
61+
}
62+
]
63+
}
64+
},
465
{
566
"version": "2.0.0",
667
"tag": "@mfbtech/react-async-renderer_v2.0.0",
768
"date": "Fri, 24 Feb 2023 09:52:00 GMT",
869
"comments": {
970
"major": [
1071
{
11-
"comment": "Changed AsyncRequestStatus from an enumeration to a type"
72+
"comment": "Changed `AsyncRequestStatus` from an enumeration to a type"
1273
}
1374
],
1475
"minor": [
@@ -19,6 +80,9 @@
1980
"patch": [
2081
{
2182
"comment": "Resolve Json5 security warnings"
83+
},
84+
{
85+
"comment": "Resolve build warnings concerning Sass `mathdiv`"
2286
}
2387
],
2488
"none": [

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
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.1.0
6+
Fri, 1 Dec 2023 11:45:00 GMT
7+
8+
### Minor changes
9+
10+
- Added a title to the spinner image
11+
12+
### Patch changes
13+
14+
- Resolved JSON5 security issue
15+
- Upgraded `@types/react` from 17.0.44 to 17.0.60
16+
- Changed TS config to build to ES6
17+
518
## 2.0.0
619
Fri, 24 Feb 2023 09:52:00 GMT
720

821
### Major changes
922

10-
- Changed AsyncRequestStatus from an enumeration to a type
23+
- Changed `AsyncRequestStatus` from an enumeration to a type
1124

1225
### Minor changes
1326

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

1831
- Resolve Json5 security warnings
32+
- Resolve build warnings concerning Sass `mathdiv`
1933

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

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-2.0.0.tgz",
6+
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-2.1.0.tgz",
77
"react": "^18.2.0",
88
"react-dom": "^18.2.0"
99
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mfbtech/react-async-renderer",
3-
"version": "2.0.0",
3+
"version": "2.1.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)