diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2011777..3f5e67f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,3 +30,7 @@ To test individual packages, cd into them and run `yarn test`. For example, runn 6. Check that it successfully published to npmjs The Github actions workflow will publish to npm. + +# Publish the Demo Site + +I run yarn build, then I copy the showcase/out directory into the netlify manual deploys interface. diff --git a/packages/react-arborist/package.json b/packages/react-arborist/package.json index ca692a3..8230df4 100644 --- a/packages/react-arborist/package.json +++ b/packages/react-arborist/package.json @@ -1,6 +1,6 @@ { "name": "react-arborist", - "version": "3.1.0", + "version": "3.2.0", "license": "MIT", "source": "src/index.ts", "main": "dist/index.js",