Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.2.1 #46

Merged
merged 3 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 2.2.1
Mon, 22 July 2024 12:00:00 GMT

### Patch changes

- Upgrade ws from 8.16.0 to 8.17.1
- Upgrade braces from 3.0.2 to 3.0.3

## 2.2.0
Fri, 31 May 2024 15:29:00 GMT

Expand Down
2 changes: 1 addition & 1 deletion example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-2.2.0.tgz",
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-2.2.1.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.2.0",
"version": "2.2.1",
"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
Loading