From d9ba531c94ec2a4a485cd43bb63e1c8405e539ae Mon Sep 17 00:00:00 2001 From: dleadbetter Date: Thu, 12 Sep 2024 07:07:17 -0400 Subject: [PATCH 1/2] UDF #35 - Adding empty object for no fuzzy date value to UserDefinedFieldsForm --- .../user-defined-fields/src/components/UserDefinedFieldsForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/user-defined-fields/src/components/UserDefinedFieldsForm.js b/packages/user-defined-fields/src/components/UserDefinedFieldsForm.js index ba1d1150..161a3a3d 100644 --- a/packages/user-defined-fields/src/components/UserDefinedFieldsForm.js +++ b/packages/user-defined-fields/src/components/UserDefinedFieldsForm.js @@ -144,7 +144,7 @@ const UserDefinedFieldsForm: ComponentType = (props: Props) => { > onChange(field, FuzzyDateTransform.toData(date))} title={field.column_name} /> From edd1752acc866b04bbfc89e540533bd99731c01f Mon Sep 17 00:00:00 2001 From: dleadbetter Date: Fri, 13 Sep 2024 09:23:19 -0400 Subject: [PATCH 2/2] UDF #35 - Publishing v2.2.12 --- packages/controlled-vocabulary/package.json | 6 +++--- packages/core-data/package.json | 6 +++--- packages/geospatial/package.json | 2 +- packages/semantic-ui/package.json | 4 ++-- packages/shared/package.json | 2 +- packages/user-defined-fields/package.json | 6 +++--- packages/visualize/package.json | 2 +- react-components.json | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/controlled-vocabulary/package.json b/packages/controlled-vocabulary/package.json index f7573596..91422172 100644 --- a/packages/controlled-vocabulary/package.json +++ b/packages/controlled-vocabulary/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/controlled-vocabulary", - "version": "2.2.11", + "version": "2.2.12", "description": "A package of components to allow user to configure dropdown elements. Use with the \"controlled_vocabulary\" gem.", "license": "MIT", "main": "./dist/index.cjs.js", @@ -23,8 +23,8 @@ "underscore": "^1.13.2" }, "peerDependencies": { - "@performant-software/semantic-components": "^2.2.11", - "@performant-software/shared-components": "^2.2.11", + "@performant-software/semantic-components": "^2.2.12", + "@performant-software/shared-components": "^2.2.12", "react": ">= 16.13.1 < 19.0.0", "react-dom": ">= 16.13.1 < 19.0.0" }, diff --git a/packages/core-data/package.json b/packages/core-data/package.json index 0633eb84..8fbb34f2 100644 --- a/packages/core-data/package.json +++ b/packages/core-data/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/core-data", - "version": "2.2.11", + "version": "2.2.12", "description": "A package of components used with the Core Data platform.", "license": "MIT", "main": "./dist/index.cjs.js", @@ -40,8 +40,8 @@ "underscore": "^1.13.2" }, "peerDependencies": { - "@performant-software/geospatial": "^2.2.11", - "@performant-software/shared-components": "^2.2.11", + "@performant-software/geospatial": "^2.2.12", + "@performant-software/shared-components": "^2.2.12", "@peripleo/maplibre": "^0.5.2", "@peripleo/peripleo": "^0.5.2", "react": ">= 16.13.1 < 19.0.0", diff --git a/packages/geospatial/package.json b/packages/geospatial/package.json index e6474d3e..8156aa35 100644 --- a/packages/geospatial/package.json +++ b/packages/geospatial/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/geospatial", - "version": "2.2.11", + "version": "2.2.12", "description": "A package of components for all things map-related.", "license": "MIT", "main": "./dist/index.cjs.js", diff --git a/packages/semantic-ui/package.json b/packages/semantic-ui/package.json index a10fdfca..3209e195 100644 --- a/packages/semantic-ui/package.json +++ b/packages/semantic-ui/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/semantic-components", - "version": "2.2.11", + "version": "2.2.12", "description": "A package of shared components based on the Semantic UI Framework.", "license": "MIT", "main": "./dist/index.cjs.js", @@ -35,7 +35,7 @@ "zotero-translation-client": "^5.0.1" }, "peerDependencies": { - "@performant-software/shared-components": "^2.2.11", + "@performant-software/shared-components": "^2.2.12", "@samvera/clover-iiif": "^2.3.2", "react": ">= 16.13.1 < 19.0.0", "react-dnd": "^11.1.3", diff --git a/packages/shared/package.json b/packages/shared/package.json index 46c14bdb..4bd71f5b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/shared-components", - "version": "2.2.11", + "version": "2.2.12", "description": "A package of shared, framework agnostic, components.", "license": "MIT", "main": "./dist/index.cjs.js", diff --git a/packages/user-defined-fields/package.json b/packages/user-defined-fields/package.json index bf2a9778..1a84a575 100644 --- a/packages/user-defined-fields/package.json +++ b/packages/user-defined-fields/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/user-defined-fields", - "version": "2.2.11", + "version": "2.2.12", "description": "A package of components used for allowing end users to define fields on models. Use with the \"user_defined_fields\" gem.", "license": "MIT", "main": "./dist/index.cjs.js", @@ -23,8 +23,8 @@ "underscore": "^1.13.2" }, "peerDependencies": { - "@performant-software/semantic-components": "^2.2.11", - "@performant-software/shared-components": "^2.2.11", + "@performant-software/semantic-components": "^2.2.12", + "@performant-software/shared-components": "^2.2.12", "react": ">= 16.13.1 < 19.0.0", "react-dom": ">= 16.13.1 < 19.0.0" }, diff --git a/packages/visualize/package.json b/packages/visualize/package.json index 87e6df53..64762388 100644 --- a/packages/visualize/package.json +++ b/packages/visualize/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/visualize", - "version": "2.2.11", + "version": "2.2.12", "description": "A package of components used for data visualization", "license": "MIT", "main": "./dist/index.cjs.js", diff --git a/react-components.json b/react-components.json index 9d4ff475..0c39ff0d 100644 --- a/react-components.json +++ b/react-components.json @@ -8,5 +8,5 @@ "packages/user-defined-fields", "packages/visualize" ], - "version": "2.2.11" + "version": "2.2.12" }