Skip to content

Commit

Permalink
Increment Version (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Jul 25, 2023
1 parent e49ac1d commit fbf0290
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/react-arborist/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fbf0290

Please sign in to comment.