Skip to content

Commit

Permalink
Release v0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Jul 7, 2017
1 parent 1804de2 commit aa42408
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.18.4 / 2017-07-07

> This is the `next` release of nwb - you need to specify `nwb@next` or `[email protected]` when installing it.
> **This release will not work with the default version of npm which comes with Node.js 4** as some of the Webpack npm packages nwb uses don't have Webpack 3 in their `peerDependencies` yet, which npm 2 treats as an error.
## Fixed

- Fixed use of `@import` in CSS by adding `ident` back to `postcss-loader` config [[#311](https://github.com/insin/nwb/issues/311)]
Expand Down Expand Up @@ -31,10 +37,6 @@

# 0.18.3 / 2017-06-22

> This is the `next` release of nwb - you need to specify `nwb@next` or `[email protected]` when installing it.
> **This release will not work with the default version of npm which comes with Node.js 4** as some of the Webpack npm packages nwb uses don't have Webpack 3 in their `peerDependencies` yet, which npm 2 treats as an error.
## Fixed

- Quick `build` command config was being created before the default `NODE_ENV = production` was applied, so output filenames didn't include a chunkhash by default.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nwb",
"description": "A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)",
"version": "0.18.3",
"version": "0.18.4",
"license": "MIT",
"author": "Jonny Buchanan <[email protected]>",
"bin": {
Expand Down

0 comments on commit aa42408

Please sign in to comment.