Skip to content

Commit 753181a

Browse files
committed
feat(lerna): changing version behaviour from independent to force-publish
1 parent ccfb63e commit 753181a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"useNx": false,
33
"packages": ["libs/*", "apps/*"],
4-
"version": "13.0.0-pr58.0",
4+
"version": "12.2.0",
55
"command": {
66
"version": {
77
"allowBranch": "*",

libs/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/ngx-components",
3-
"version": "13.0.0-pr58.0",
3+
"version": "12.2.0",
44
"repository": "https://github.com/shiftcode/sc-ng-commons-public",
55
"license": "MIT",
66
"author": "shiftcode GmbH <[email protected]>",

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/ngx-core",
3-
"version": "13.0.0-pr58.0",
3+
"version": "12.2.0",
44
"repository": "https://github.com/shiftcode/sc-ng-commons-public",
55
"license": "MIT",
66
"author": "shiftcode GmbH <[email protected]>",

0 commit comments

Comments
 (0)