Skip to content

Commit

Permalink
Merge pull request #46 from MFB-Technologies-Inc/release/v2.2.1
Browse files Browse the repository at this point in the history
Release v2.2.1
  • Loading branch information
lemke-ethan committed Jul 25, 2024
2 parents bd5796e + c0dfdb7 commit 8ea289a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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

0 comments on commit 8ea289a

Please sign in to comment.