From b1c6a5f0e44d3d6c21fc00f4b856849961e964c6 Mon Sep 17 00:00:00 2001 From: craigrbarnes Date: Mon, 19 Feb 2024 14:44:27 -0600 Subject: [PATCH] bump to 0.10.3 --- lerna.json | 2 +- packages/core/package.json | 2 +- packages/frontend/package.json | 2 +- packages/sampleCommons/package.json | 2 +- packages/tools/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index 565afc48..9d44c33c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "0.10.0" + "version": "0.10.3" } diff --git a/packages/core/package.json b/packages/core/package.json index df4c55ca..d39090fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@gen3/core", - "version": "0.10.2", + "version": "0.10.3", "author": "CTDS", "description": "Core module for gen3 frontend. Provides an interface for interacting with the gen3 API and a redux store for managing state.", "license": "Apache-2.0", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index e08c04c9..ba36ed76 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@gen3/frontend", - "version": "0.10.2", + "version": "0.10.3", "description": "Gen3 frontend components, content management, and pages", "keywords": [], "author": "", diff --git a/packages/sampleCommons/package.json b/packages/sampleCommons/package.json index 2f850e3e..070d382c 100644 --- a/packages/sampleCommons/package.json +++ b/packages/sampleCommons/package.json @@ -1,6 +1,6 @@ { "name": "@gen3/samplecommons", - "version": "0.10.2", + "version": "0.10.3", "private": true, "scripts": { "lint": "next lint", diff --git a/packages/tools/package.json b/packages/tools/package.json index a60d5067..b19cf0a6 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@gen3/toolsff", - "version": "0.10.0", + "version": "0.10.3", "description": "tools for processing portal content", "main": "index.js", "type": "module",