@xyo-network/react-event 3.0.23 → 4.0.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-event",
3
- "version": "3.0.23",
3
+ "version": "4.0.0-rc.1",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -56,5 +56,6 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "docs": "dist/docs.json"
59
+ "docs": "dist/docs.json",
60
+ "stableVersion": "3.0.23"
60
61
  }