Skip to content

Commit

Permalink
re-include all src scss files and packages/ dir in npm published build (
Browse files Browse the repository at this point in the history
#2119)

* re-include all src scss files and packages/ dir in npm published build

* changelog

* changelog
  • Loading branch information
chandlerprall authored Jul 12, 2019
1 parent 2c0e734 commit fab1617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ tmp/
wiki/
generator-eui/
test/
packages/
src-docs/
src-framer/
packages/react-datepicker
Expand All @@ -17,7 +16,7 @@ types/
# ignore everything in `scripts` except postinstall.js
scripts/!(postinstall.js)

src/!(*.scss)
src/**/*.!(scss)

.DS_Store
.eslintcache
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## [`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)

**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))
Expand Down

0 comments on commit fab1617

Please sign in to comment.