@firecms/collection_editor 3.0.0-canary.72 → 3.0.0-canary.74

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.
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@firecms/collection_editor",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.72",
4
+ "version": "3.0.0-canary.74",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "source": "src/index.ts",
9
9
  "dependencies": {
10
- "@firecms/data_import_export": "^3.0.0-canary.72",
11
- "@firecms/formex": "^3.0.0-canary.72",
12
- "@firecms/schema_inference": "^3.0.0-canary.72",
13
- "@firecms/ui": "^3.0.0-canary.72",
10
+ "@firecms/data_import_export": "^3.0.0-canary.74",
11
+ "@firecms/formex": "^3.0.0-canary.74",
12
+ "@firecms/schema_inference": "^3.0.0-canary.74",
13
+ "@firecms/ui": "^3.0.0-canary.74",
14
14
  "json5": "^2.2.3",
15
15
  "prism-react-renderer": "^2.3.1"
16
16
  },
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "cd3ef9e5f2852f4b77218cf10a4e0f71bb4b750e"
84
+ "gitHead": "769382acc357b8e9c445fcd99a1b485211461c1c"
85
85
  }
@@ -135,7 +135,7 @@ export function SubcollectionsEditTab({
135
135
  {totalEntityViews === 0 &&
136
136
  <Alert action={<Button variant="text"
137
137
  size={"small"}
138
- href={"https://firecms.co/docs/customization_quickstart"}
138
+ href={"https://firecms.co/docs/cloud/quickstart"}
139
139
  component={"a"}
140
140
  rel="noopener noreferrer"
141
141
  target="_blank">More info</Button>}>