@xyo-network/react-drawer 4.3.0-rc.2 → 4.3.0

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 +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-drawer",
3
- "version": "4.3.0-rc.2",
3
+ "version": "4.3.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -65,6 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "docs": "dist/docs.json",
69
- "stableVersion": "4.2.14"
68
+ "docs": "dist/docs.json"
70
69
  }