From c7ee1203ceec16c456fe13de1f070c98f830d4f6 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Fri, 12 Jul 2019 13:13:36 -0600 Subject: [PATCH 1/3] re-include all src scss files and packages/ dir in npm published build --- .npmignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 11a495f67f2..cb76678baac 100644 --- a/.npmignore +++ b/.npmignore @@ -5,7 +5,6 @@ tmp/ wiki/ generator-eui/ test/ -packages/ src-docs/ src-framer/ packages/react-datepicker @@ -17,7 +16,7 @@ types/ # ignore everything in `scripts` except postinstall.js scripts/!(postinstall.js) -src/!(*.scss) +src/**/*.!(scss) .DS_Store .eslintcache From 18108f46de2561392af288f93caa93d3e285eb74 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Fri, 12 Jul 2019 13:17:09 -0600 Subject: [PATCH 2/3] changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4d3d7d7e7..98298f792be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## [`master`](https://github.com/elastic/eui/tree/master) -No public interface changes since `12.3.0`. +**Bug fixes** + +- Restored missing scss and react-datepicker files to the npm-published packaged ([#2119](https://github.com/elastic/eui/pull/2119)) ## [`12.3.0`](https://github.com/elastic/eui/tree/v12.3.0) From 43031513f36a64cd5ce5670d085a5a2962671218 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Fri, 12 Jul 2019 13:21:57 -0600 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98298f792be..5182bead5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [`12.3.0`](https://github.com/elastic/eui/tree/v12.3.0) +**Note: this release contained a change which prevented necessary files from being published to npm, this was fixed in 12.3.1** + - Added `logoSecurity`, `logoCode`, `logoMaps`, `logoUptime` and `logoLogging` to `EuiIcon` types ([#2111](https://github.com/elastic/eui/pull/2111)) - Added a `column` direction option to `EuiFlexGrid` ([#2073](https://github.com/elastic/eui/pull/2073)) - Updated `EuiSuperDatePicker`'s commonly used date/times to display as columns. ([#2073](https://github.com/elastic/eui/pull/2073))