Skip to content

Commit

Permalink
bump to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Feb 19, 2024
1 parent 47b9bc9 commit b1c6a5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.10.0"
"version": "0.10.3"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/sampleCommons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gen3/samplecommons",
"version": "0.10.2",
"version": "0.10.3",
"private": true,
"scripts": {
"lint": "next lint",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b1c6a5f

Please sign in to comment.