diff --git a/changelog.md b/changelog.md index 03e5c54..d644948 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog for Weavy +## v19.0.4 + + + +* Minimum requirements for uikit-react now includes react v16 and optionally react-scripts v5. + ## v19.0.3 diff --git a/package-lock.json b/package-lock.json index 564514d..7903c8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@weavy/dropin-js", - "version": "19.0.3", + "version": "19.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@weavy/dropin-js", - "version": "19.0.3", + "version": "19.0.4", "license": "MIT", "dependencies": { "@material/material-color-utilities": "0.2.0" diff --git a/package.json b/package.json index 27d89c4..8204356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@weavy/dropin-js", - "version": "19.0.3", + "version": "19.0.4", "author": "Weavy", "description": "Javascript library for the Weavy drop-in UI", "homepage": "https://github.com/weavy/weavy-dropin-js",