Skip to content

Commit d79e65f

Browse files
committed
version bump and update change log
1 parent ba7f2c3 commit d79e65f

File tree

4 files changed

+73
-2
lines changed

4 files changed

+73
-2
lines changed

CHANGELOG.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,64 @@
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+
}
61+
},
462
{
563
"version": "2.0.0",
664
"tag": "@mfbtech/react-async-renderer_v2.0.0",

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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

example/package.json

Lines changed: 1 addition & 1 deletion
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

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": "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)