Skip to content

Commit

Permalink
Merge pull request #42 from MFB-Technologies-Inc/release/v2.2.0
Browse files Browse the repository at this point in the history
Release v2.2.0
  • Loading branch information
lemke-ethan authored May 31, 2024
2 parents fb0ffe7 + 27e20e8 commit 72db91e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This log was last generated on Wed, 16 Mar 2022 01:48:17 GMT and should not be manually modified.

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

### Minor changes

Expand Down
8 changes: 4 additions & 4 deletions example-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0.tgz",
"@mfbtech/react-async-renderer": "file:../packed/mfbtech-react-async-renderer-2.2.0.tgz",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
5 changes: 4 additions & 1 deletion example-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ import { defineConfig } from "vite"
import react from "@vitejs/plugin-react"

export default defineConfig({
plugins: [react()]
plugins: [react()],
server: {
host: true
}
})

0 comments on commit 72db91e

Please sign in to comment.