Skip to content

Commit

Permalink
Upgrade dependencies ( #24 )
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong authored Jul 5, 2023
2 parents 5f3a06f + 4e09ca8 commit 0daedb4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1,703 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.5.0 (2023-07-05)

### ✨ Features

* Upgrade dependencies

Credits

* [@Bunlong](https://github.com/Bunlong)

## 2.4.1 (2023-02-28)

### ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ export default App;

## 📜 Changelog

Latest version 2.4.1 (2023-02-28):
Latest version 2.5.0 (2023-07-05):

* Fix setting logo to center
* Upgrade dependencies

Details changes for each release are documented in the [CHANGELOG.md](https://github.com/Bunlong/next-qrcode/blob/master/CHANGELOG.md).

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-qrcode",
"version": "2.4.1",
"version": "2.5.0",
"description": "React hooks for generating QR code for your next React apps.",
"author": "Bunlong <bunlong.van@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -68,7 +68,7 @@
"react-test-renderer": "^18.1.0",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"rollup-plugin-typescript2": "^0.35.0",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "^4.7.2"
Expand Down
1 change: 1 addition & 0 deletions supports/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"next": "12.3.1",
"next-qrcode": "file:../..",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
Loading

0 comments on commit 0daedb4

Please sign in to comment.