@react-magma/schema-renderer 10.0.0-next.1 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # React Magma Schema Renderer
2
2
 
3
- ** THIS PACKAGE IS CURRENTLY A WORK IN PROGRESS AND EXTREMELY BETA. THERE MAY BE BREAKING CHANGES. **
3
+ ** THIS PACKAGE HAS BEEN DEPRECATED **
4
4
 
5
5
  ````
6
6
  import * as React from 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-magma/schema-renderer",
3
- "version": "10.0.0-next.1",
3
+ "version": "10.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,7 +41,7 @@
41
41
  "react": "^17.0.2",
42
42
  "react-dom": "^17.0.2",
43
43
  "react-dropzone": "11.3.2",
44
- "react-magma-dom": "^4.7.0-next.1",
44
+ "react-magma-dom": "^4.7.0",
45
45
  "react-magma-icons": "^3.0.0",
46
46
  "tsdx": "^0.14.1",
47
47
  "uuid": "^8.3.0"