@sveltia/cms 0.94.0 → 0.94.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/cms",
3
- "version": "0.94.0",
3
+ "version": "0.94.1",
4
4
  "description": "Sveltia CMS is a modern, lightweight, Git-based headless content management system.",
5
5
  "keywords": [
6
6
  "cms",
@@ -4484,8 +4484,8 @@
4484
4484
  "properties": {
4485
4485
  "name": {
4486
4486
  "type": "string",
4487
- "description": "Unique identifier for the filter.",
4488
- "markdownDescription": "Unique identifier for the filter."
4487
+ "description": "Unique identifier for the group.",
4488
+ "markdownDescription": "Unique identifier for the group."
4489
4489
  },
4490
4490
  "label": {
4491
4491
  "type": "string",
package/types/public.d.ts CHANGED
@@ -1303,7 +1303,7 @@ export type ViewFilters = {
1303
1303
  */
1304
1304
  export type ViewGroup = {
1305
1305
  /**
1306
- * Unique identifier for the filter.
1306
+ * Unique identifier for the group.
1307
1307
  */
1308
1308
  name?: string;
1309
1309
  /**