Skip to content

Commit

Permalink
test: change from independent versioning to single version for all mo…
Browse files Browse the repository at this point in the history
…norepo packages (#1946)

Co-authored-by: Julian Skinner <dev+github-bot@kajabi.com>
  • Loading branch information
ju-Skinner and kajabi-bot authored Oct 18, 2024
1 parent ccb1cd0 commit 6ef50f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"docs"
],
"version": "independent",
"version": "6.0.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-packs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage-packs",
"version": "1.1.16",
"version": "6.0.0",
"description": "Sage Packs",
"keywords": [
"sage",
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage-react",
"version": "2.0.0",
"version": "6.0.0",
"description": "React Components",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/sage-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage-system",
"version": "2.0.0",
"version": "6.0.0",
"description": "Sage System",
"keywords": [
"sage",
Expand Down

0 comments on commit 6ef50f6

Please sign in to comment.