Skip to content

Commit fbf0290

Browse files
authored
Increment Version (#160)
1 parent e49ac1d commit fbf0290

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ To test individual packages, cd into them and run `yarn test`. For example, runn
3030
6. Check that it successfully published to npmjs
3131

3232
The Github actions workflow will publish to npm.
33+
34+
# Publish the Demo Site
35+
36+
I run yarn build, then I copy the showcase/out directory into the netlify manual deploys interface.

packages/react-arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-arborist",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"license": "MIT",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)