Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbatuto committed Nov 6, 2024
1 parent a321ea1 commit a2466d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/cactus-*"
],
"version": "2.0.3-onepackage",
"version": "2.0.4-twopackage",
"npmClient": "yarn",
"useWorkspaces": "true",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adrianbatuto/cactus-common",
"version": "2.0.3-onepackage",
"version": "2.0.4-twopackage",
"description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.",
"keywords": [
"Hyperledger",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-core-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adrianbatuto/cactus-core-api",
"version": "2.0.0",
"version": "2.0.4-twopackage",
"description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.",
"keywords": [
"Hyperledger",
Expand Down

0 comments on commit a2466d3

Please sign in to comment.