From de805788fc181e2e9757e73ad39fb0fe90595599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 9 Oct 2018 15:35:54 +0200 Subject: [PATCH 1/3] Backed out changeset cee469c7213b --- scm-ui-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui-components/package.json b/scm-ui-components/package.json index b9447e45f9..73c20625bd 100644 --- a/scm-ui-components/package.json +++ b/scm-ui-components/package.json @@ -5,7 +5,7 @@ "scripts": { "bootstrap": "lerna bootstrap", "link": "lerna exec -- yarn link", - "unlink": "lerna exec --bail=false -- yarn unlink" + "unlink": "lerna exec --no-bail -- yarn unlink" }, "devDependencies": { "lerna": "^3.2.1" From e6b241727f5318f65cb2f3cad5fc50252032436e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 9 Oct 2018 15:37:09 +0200 Subject: [PATCH 2/3] Backed out changeset c0ce0773f13d --- scm-ui-components/pom.xml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/scm-ui-components/pom.xml b/scm-ui-components/pom.xml index 830945a8a3..f49d2070cd 100644 --- a/scm-ui-components/pom.xml +++ b/scm-ui-components/pom.xml @@ -48,17 +48,6 @@ - - unlink - package - - run - - - true - - - link package @@ -66,7 +55,17 @@ run - + + + + + unlink + clean + + run + + + From 433cf2a02e4e8c392db902bc190c60c666118d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 9 Oct 2018 15:42:21 +0200 Subject: [PATCH 3/3] Revert to status of v2.0.0-m3 --- scm-ui-components/lerna.json | 2 +- scm-ui-components/pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scm-ui-components/lerna.json b/scm-ui-components/lerna.json index 37166b8655..02962cf634 100644 --- a/scm-ui-components/lerna.json +++ b/scm-ui-components/lerna.json @@ -2,6 +2,6 @@ "packages": [ "packages/*" ], - "version": "3.2.1", + "version": "0.0.0", "npmClient": "yarn" } diff --git a/scm-ui-components/pom.xml b/scm-ui-components/pom.xml index f49d2070cd..f5544a9e24 100644 --- a/scm-ui-components/pom.xml +++ b/scm-ui-components/pom.xml @@ -49,7 +49,7 @@ - link + unlink package run @@ -59,13 +59,13 @@ - unlink - clean + link + package run - +