From 995b8a180f6ab037dcb4b3e1e69ea8112c33b084 Mon Sep 17 00:00:00 2001 From: dleadbetter <> Date: Wed, 1 Nov 2023 20:19:17 -0400 Subject: [PATCH] CDC #4 - Publishing v1.0.26-beta.0 --- packages/controlled-vocabulary/package.json | 6 +++--- 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 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/controlled-vocabulary/package.json b/packages/controlled-vocabulary/package.json index 255e102c..8170e328 100644 --- a/packages/controlled-vocabulary/package.json +++ b/packages/controlled-vocabulary/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/controlled-vocabulary", - "version": "1.0.25", + "version": "1.0.26-beta.0", "description": "A package of components to allow user to configure dropdown elements. Use with the \"controlled_vocabulary\" gem.", "license": "MIT", "main": "./build/index.js", @@ -12,8 +12,8 @@ "build": "webpack --mode production && flow-copy-source -v src types" }, "dependencies": { - "@performant-software/semantic-components": "^1.0.25", - "@performant-software/shared-components": "^1.0.25", + "@performant-software/semantic-components": "^1.0.26-beta.0", + "@performant-software/shared-components": "^1.0.26-beta.0", "i18next": "^21.9.2", "semantic-ui-react": "^2.1.2", "underscore": "^1.13.2" diff --git a/packages/semantic-ui/package.json b/packages/semantic-ui/package.json index c9258c94..0aa0f414 100644 --- a/packages/semantic-ui/package.json +++ b/packages/semantic-ui/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/semantic-components", - "version": "1.0.25", + "version": "1.0.26-beta.0", "description": "A package of shared components based on the Semantic UI Framework.", "license": "MIT", "main": "./build/index.js", @@ -12,7 +12,7 @@ "build": "webpack --mode production && flow-copy-source -v src types" }, "dependencies": { - "@performant-software/shared-components": "^1.0.25", + "@performant-software/shared-components": "^1.0.26-beta.0", "@react-google-maps/api": "^2.8.1", "axios": "^0.26.1", "i18next": "^19.4.4", diff --git a/packages/shared/package.json b/packages/shared/package.json index 55f34f62..a3d0f86b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/shared-components", - "version": "1.0.25", + "version": "1.0.26-beta.0", "description": "A package of shared, framework agnostic, components.", "license": "MIT", "main": "./build/index.js", diff --git a/packages/user-defined-fields/package.json b/packages/user-defined-fields/package.json index ecfaefa2..7bbe8d52 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": "1.0.25", + "version": "1.0.26-beta.0", "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": "./build/index.js", @@ -9,8 +9,8 @@ "build": "webpack --mode production && flow-copy-source -v src types" }, "dependencies": { - "@performant-software/semantic-components": "^1.0.25", - "@performant-software/shared-components": "^1.0.25", + "@performant-software/semantic-components": "^1.0.26-beta.0", + "@performant-software/shared-components": "^1.0.26-beta.0", "i18next": "^21.9.1", "semantic-ui-react": "^2.1.2", "underscore": "^1.13.2" diff --git a/packages/visualize/package.json b/packages/visualize/package.json index a85be6f1..a647133b 100644 --- a/packages/visualize/package.json +++ b/packages/visualize/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/visualize", - "version": "1.0.25", + "version": "1.0.26-beta.0", "description": "A package of components used for data visualization", "license": "MIT", "main": "./build/index.js", diff --git a/react-components.json b/react-components.json index 590ab2aa..2d5f505d 100644 --- a/react-components.json +++ b/react-components.json @@ -6,5 +6,5 @@ "packages/user-defined-fields", "packages/visualize" ], - "version": "1.0.25" + "version": "1.0.26-beta.0" }