|
1 | 1 | {
|
2 | 2 | "name": "@mfbtech/react-async-renderer",
|
3 | 3 | "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 | + }, |
4 | 65 | {
|
5 | 66 | "version": "2.0.0",
|
6 | 67 | "tag": "@mfbtech/react-async-renderer_v2.0.0",
|
7 | 68 | "date": "Fri, 24 Feb 2023 09:52:00 GMT",
|
8 | 69 | "comments": {
|
9 | 70 | "major": [
|
10 | 71 | {
|
11 |
| - "comment": "Changed AsyncRequestStatus from an enumeration to a type" |
| 72 | + "comment": "Changed `AsyncRequestStatus` from an enumeration to a type" |
12 | 73 | }
|
13 | 74 | ],
|
14 | 75 | "minor": [
|
|
19 | 80 | "patch": [
|
20 | 81 | {
|
21 | 82 | "comment": "Resolve Json5 security warnings"
|
| 83 | + }, |
| 84 | + { |
| 85 | + "comment": "Resolve build warnings concerning Sass `mathdiv`" |
22 | 86 | }
|
23 | 87 | ],
|
24 | 88 | "none": [
|
|
0 commit comments