From ca66ecd44534fbe60aee93457c18f573a4dc0069 Mon Sep 17 00:00:00 2001 From: dleadbetter Date: Thu, 9 Jan 2025 11:02:47 -0500 Subject: [PATCH] Publishing v2.2.21; Updating publishing instructions in README.md --- README.md | 8 ++++---- packages/controlled-vocabulary/package.json | 6 +++--- packages/core-data/package.json | 6 +++--- packages/geospatial/package.json | 4 ++-- 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, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 87799de0..ad715069 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,10 @@ 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. Commit your changes and create a PR into the `master` branch. Wait until your PR is merged to proceed. -2. 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 -3. Update the version in `react-components.json`. See Semantic Versioning Guide below to determine the new version. -4. From the project root, run `yarn publish-production`. +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`. +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. 6. Create a new "next release" label in GitHub. diff --git a/packages/controlled-vocabulary/package.json b/packages/controlled-vocabulary/package.json index 78446932..0dd194a9 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.20", + "version": "2.2.21", "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.20", - "@performant-software/shared-components": "^2.2.20", + "@performant-software/semantic-components": "^2.2.21", + "@performant-software/shared-components": "^2.2.21", "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 4caa8900..fbca9716 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.20", + "version": "2.2.21", "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.20", - "@performant-software/shared-components": "^2.2.20", + "@performant-software/geospatial": "^2.2.21", + "@performant-software/shared-components": "^2.2.21", "@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 641d7129..53eae738 100644 --- a/packages/geospatial/package.json +++ b/packages/geospatial/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/geospatial", - "version": "2.2.20", + "version": "2.2.21", "description": "A package of components for all things map-related.", "license": "MIT", "main": "./dist/index.cjs.js", @@ -40,4 +40,4 @@ "react-dom": "^18.2.0", "vite": "^5.1.4" } -} +} \ No newline at end of file diff --git a/packages/semantic-ui/package.json b/packages/semantic-ui/package.json index f111b905..d14403ed 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.20", + "version": "2.2.21", "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.20", + "@performant-software/shared-components": "^2.2.21", "@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 0254a0f7..e070f0b5 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/shared-components", - "version": "2.2.20", + "version": "2.2.21", "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 68263d5f..305d4561 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.20", + "version": "2.2.21", "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.20", - "@performant-software/shared-components": "^2.2.20", + "@performant-software/semantic-components": "^2.2.21", + "@performant-software/shared-components": "^2.2.21", "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 55204f4e..85217e0b 100644 --- a/packages/visualize/package.json +++ b/packages/visualize/package.json @@ -1,6 +1,6 @@ { "name": "@performant-software/visualize", - "version": "2.2.20", + "version": "2.2.21", "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 a1ca8596..438eea11 100644 --- a/react-components.json +++ b/react-components.json @@ -8,5 +8,5 @@ "packages/user-defined-fields", "packages/visualize" ], - "version": "2.2.20" + "version": "2.2.21" }