Skip to content

Commit

Permalink
revert: lerna versioning from unified to independent
Browse files Browse the repository at this point in the history
  • Loading branch information
roldanjr committed Sep 16, 2020
1 parent 464ca99 commit 59c4c90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/shareables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pomatez/shareables",
"version": "1.1.0",
"version": "1.0.0",
"private": true,
"main": "build/index.js",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0",
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["app/*", "website"]
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pomatez/website",
"version": "1.1.0",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": {
Expand Down

0 comments on commit 59c4c90

Please sign in to comment.