Skip to content

Commit b81c571

Browse files
committed
build(lerna): changing version behaviour from independent to force-publish
1 parent 1523325 commit b81c571

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
@@ -4,7 +4,7 @@
44
"libs/*",
55
"apps/*"
66
],
7-
"version": "independent",
7+
"version": "12.2.0",
88
"command": {
99
"version": {
1010
"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": "12.0.2",
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": "12.1.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)