Skip to content

Commit

Permalink
chore: reset package versions
Browse files Browse the repository at this point in the history
since we are going to single versioning it will read from the
root package.json file
  • Loading branch information
kajabi-bot committed Oct 22, 2024
1 parent 24b4b5a commit f744094
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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": "6.0.0",
"version": "1.1.16",
"description": "Sage Packs",
"keywords": [
"sage",
Expand Down
4 changes: 2 additions & 2 deletions packages/sage-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kajabi/sage-react",
"version": "6.0.0",
"version": "2.0.0",
"description": "React Components",
"keywords": [
"react",
Expand Down Expand Up @@ -37,7 +37,7 @@
"build:watch": "build-storybook -o build && webpack --config webpack/webpack.prod.js --watch",
"lint": "yarn run eslint \"lib/**/*.{js,jsx}\"",
"storybook": "start-storybook -p 4100 --ci",
"preversion": "NODE_OPTIONS=--openssl-legacy-provider yarn install && yarn run build",
"preversion": "NODE_OPTIONS=--openssl-legacy-provider yarn run build",
"test": "jest --runInBand",
"test:coverage:server": "browser-sync start -s \"coverage/lcov-report\" -f \"coverage/lcov-report/**/*.*\" --port 4110",
"test:coverage:watch": "jest --coverage=true --watchAll=true",
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": "6.0.0",
"version": "2.0.0",
"description": "Sage System",
"keywords": [
"sage",
Expand Down

0 comments on commit f744094

Please sign in to comment.