Skip to content

Commit

Permalink
version bump and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
lemke-ethan committed Dec 1, 2023
1 parent ba7f2c3 commit d79e65f
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 2 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,64 @@
{
"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"
}
]
}
},
{
"version": "2.0.0",
"tag": "@mfbtech/react-async-renderer_v2.0.0",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

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 d79e65f

Please sign in to comment.