Skip to content

Commit

Permalink
Bump to v1.8.1
Browse files Browse the repository at this point in the history
Maintenance release

- Upgrade dependencies
- Build using Node v18

-----

New Features:

- Move demo site to TypeScript and Next.js 13
  • Loading branch information
woofers committed May 20, 2023
1 parent 939d499 commit cf78fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-wavify-demo",
"homepage": "http://woofers.github.io/react-wavify",
"version": "1.8.0",
"version": "1.8.1",
"author": "Jaxson Van Doorn <[email protected]>",
"license": "MIT",
"scripts": {
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": "react-wavify",
"version": "1.8.0",
"version": "1.8.1",
"description": "Animated wave component for React",
"main": "lib/index.js",
"module": "lib/index.module.js",
Expand Down

0 comments on commit cf78fae

Please sign in to comment.