From 305cdcbcd00a8b48662354b97d145edb4355b318 Mon Sep 17 00:00:00 2001 From: mwcz Date: Tue, 5 Nov 2019 14:16:07 -0500 Subject: [PATCH 1/2] build: ignore compiled assets when determining version bumps --- lerna.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lerna.json b/lerna.json index 5cb2cd797d..9c7c0c167e 100644 --- a/lerna.json +++ b/lerna.json @@ -6,11 +6,6 @@ ], "version": "1.0.0-prerelease.29", "ignoreChanges": [ - "elements/*/*.css", - "elements/*/*.js", - "elements/*/*.map", - "elements/*/dist/*.css", - "elements/*/dist/*.js", - "elements/*/dist/*.map" + "elements/*/dist/**/*" ] } From 9cc64660c537b532c4d6882612677e1b2af9e6b1 Mon Sep 17 00:00:00 2001 From: Kyle Buchanan Date: Fri, 8 Nov 2019 10:48:54 -0500 Subject: [PATCH 2/2] updating changelog for lerna ignore updates --- CHANGELOG-prerelease.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-prerelease.md b/CHANGELOG-prerelease.md index 10a23e4efa..80ca4a3ffc 100644 --- a/CHANGELOG-prerelease.md +++ b/CHANGELOG-prerelease.md @@ -4,8 +4,9 @@ Tag: [v1.0.0-prerelease.30](https://github.com/patternfly/patternfly-elements/re - [a666fc4](https://github.com/patternfly/patternfly-elements/commit/a666fc4f8e6e9669ee849d01d11ca77798824cc7) pfe-band layout rendering fix for bug in IE and Edge (#470) - [2143c84](https://github.com/patternfly/patternfly-elements/commit/2143c84d207076c0c8016c960d6edd447e4048eb) feat: add align attribute to pass down to tabs on render (#610) -- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-cta svgs removed from tab order in ie11 -- [](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-content-set: wrapping the observer reconnect in a setTimeout #611 +- [392399b](https://github.com/patternfly/patternfly-elements/commit/392399b3eb240290e67873a51122459985dbbe7f) fix: pfe-cta svgs removed from tab order in ie11 +- [94ff217](https://github.com/patternfly/patternfly-elements/commit/94ff21768e3b1a8b90e284059f322e091c2d56ae) fix: pfe-content-set: wrapping the observer reconnect in a setTimeout #611 +- []() fix: ignore compiled assets when determining version bumps #613 ## Prerelease 29 ( 2019-11-04 )