From 4cac214c98009e821ce0b5afff760e22b2788d6c Mon Sep 17 00:00:00 2001 From: Camden Date: Wed, 15 Jan 2025 15:59:54 -0500 Subject: [PATCH] v2.2.22 (#321) --- README.md | 2 +- 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 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ad715069..3331111f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ After all testing has passed, create your release of `0.5.16`. See publishing be Each of the versions of the individual packages will be kept in sync. The following steps should be taken when publishing a new version of these packages. 1. Update the version in `react-components.json`. See Semantic Versioning Guide below to determine the new version. -2. From the project root, run `yarn publish-production`. +2. From the project root, run `yarn publish-release`. 3. Commit your changes and create a PR into the `master` branch. Wait until your PR is merged to proceed. 4. Create a [release](https://github.com/performant-software/react-components/releases) in GitHub. Be sure to note any breaking changes, new features, and bug fixes 5. In GitHub update the "next release" label to "". This will allow us to go back and see exactly which PRs were included in each release. diff --git a/packages/controlled-vocabulary/package.json b/packages/controlled-vocabulary/package.json index 0dd194a9..5bc22b83 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.21", + "version": "2.2.22", "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.21", - "@performant-software/shared-components": "^2.2.21", + "@performant-software/semantic-components": "^2.2.22", + "@performant-software/shared-components": "^2.2.22", "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 fbca9716..97756eb3 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.21", + "version": "2.2.22", "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.21", - "@performant-software/shared-components": "^2.2.21", + "@performant-software/geospatial": "^2.2.22", + "@performant-software/shared-components": "^2.2.22", "@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 53eae738..8e15915b 100644 --- a/packages/geospatial/package.json +++ b/packages/geospatial/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/geospatial", - "version": "2.2.21", + "version": "2.2.22", "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 d14403ed..a9bf4ead 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.21", + "version": "2.2.22", "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.21", + "@performant-software/shared-components": "^2.2.22", "@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 e070f0b5..7dee48b1 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/shared-components", - "version": "2.2.21", + "version": "2.2.22", "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 305d4561..c77495f3 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.21", + "version": "2.2.22", "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.21", - "@performant-software/shared-components": "^2.2.21", + "@performant-software/semantic-components": "^2.2.22", + "@performant-software/shared-components": "^2.2.22", "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 85217e0b..1c652575 100644 --- a/packages/visualize/package.json +++ b/packages/visualize/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/visualize", - "version": "2.2.21", + "version": "2.2.22", "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 438eea11..c4fd6de2 100644 --- a/react-components.json +++ b/react-components.json @@ -8,5 +8,5 @@ "packages/user-defined-fields", "packages/visualize" ], - "version": "2.2.21" + "version": "2.2.22" }